diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-24 23:54:43 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-24 23:54:43 +0000 |
commit | 916a2db50757b20a937523dec30a3d21e0dbf32f (patch) | |
tree | 95a620a278992a1211051fa4b759a2897f51dbcc /example.style.css | |
parent | ebd4be96b56a3d4e04046b081170572db14b80a8 (diff) | |
download | mandoc-916a2db50757b20a937523dec30a3d21e0dbf32f.tar.gz |
-Tascii correctly prints `%T' in `Rs' with quotes.
-Thtml behaves like -Tascii for printing.
Printing of `Rs' elements cross-checked with new groff.
Diffstat (limited to 'example.style.css')
-rw-r--r-- | example.style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/example.style.css b/example.style.css index ad54850b..1867d4fe 100644 --- a/example.style.css +++ b/example.style.css @@ -34,6 +34,19 @@ span.macro { font-weight: bold; } /* Macro-ish thing (Fd). */ span.name { font-weight: bold; } /* Name of utility (Nm). */ span.opt { } /* Options (Op, Oo/Oc). */ span.ref { } /* Citations (Rs). */ +span.ref-auth { } /* Reference author (%A). */ +span.ref-book { font-style: italic; } /* Reference book (%B). */ +span.ref-city { } /* Reference city (%C). */ +span.ref-date { } /* Reference date (%D). */ +span.ref-issue { font-style: italic; } /* Reference issuer/publisher (%I). */ +span.ref-jrnl { font-style: italic; } /* Reference journal (%J). */ +span.ref-num { } /* Reference number (%N). */ +span.ref-opt { } /* Reference optionals (%O). */ +span.ref-page { } /* Reference page (%P). */ +span.ref-corp { } /* Reference corporate/foreign author (%Q). */ +span.ref-rep { } /* Reference report (%R). */ +span.ref-title { } /* Reference title (%T). */ +span.ref-vol { } /* Reference volume (%V). */ span.symb { font-weight: bold; } /* Symbols. */ span.type { font-style: italic; } /* Variable types (Vt). */ span.unix { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */ |