From 916a2db50757b20a937523dec30a3d21e0dbf32f Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 24 Sep 2009 23:54:43 +0000 Subject: -Tascii correctly prints `%T' in `Rs' with quotes. -Thtml behaves like -Tascii for printing. Printing of `Rs' elements cross-checked with new groff. --- example.style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'example.style.css') 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). */ -- cgit