aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 23:54:43 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 23:54:43 +0000
commit9ac12ebbb5d0074ff2b72330511a385e44e2814e (patch)
tree2b49dd841908eef38040cd34e6b6f35d928c8254 /example.style.css
parentadc3be19ec3ddf59cd25426c2002ceffca319207 (diff)
downloadmandoc-9ac12ebbb5d0074ff2b72330511a385e44e2814e.tar.gz
mandoc-9ac12ebbb5d0074ff2b72330511a385e44e2814e.tar.zst
mandoc-9ac12ebbb5d0074ff2b72330511a385e44e2814e.zip
-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.css13
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). */