From 9ccb94640e7d013c2433b151dd1bafdf57538ecb Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 15 Nov 2009 06:45:31 +0000 Subject: \f escapes appear to work properly for -Thtml -man. Needs more testing. --- example.style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'example.style.css') diff --git a/example.style.css b/example.style.css index f7fea190..469b1feb 100644 --- a/example.style.css +++ b/example.style.css @@ -47,6 +47,7 @@ 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.roman { font-style: normal; font-weight: normal; } /* Generic font. */ span.small { font-size: smaller; } /* Generically small (SB, SM). */ span.symb { font-weight: bold; font-style: normal; } /* Symbols. */ span.type { font-style: italic; font-weight: normal; } /* Variable types (Vt). */ -- cgit v1.2.3