Home
last modified time | relevance | path

Searched refs:useSmallCaps (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/citeproc-0.3.0.7/src/Citeproc/
H A DCslJson.hs287 , useSmallCaps :: Bool function
346 (if useSmallCaps ctx
357 | useSmallCaps ctx -> "<span style=\"font-variant:small-caps;\">"
358 <> go ctx{ useSmallCaps = False } x <>
361 go ctx{ useSmallCaps = True } x <> "</span>"
452 | useSmallCaps ctx -> [ object
455 go ctx{ useSmallCaps = False } x)
461 go ctx{ useSmallCaps = False } x)
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/citeproc-0.5/src/Citeproc/
H A DCslJson.hs290 , useSmallCaps :: Bool function
333 (if useSmallCaps ctx
344 | useSmallCaps ctx -> "<span style=\"font-variant:small-caps;\">"
345 <> go ctx{ useSmallCaps = False } x <>
348 go ctx{ useSmallCaps = True } x <> "</span>"
462 | useSmallCaps ctx -> [ object
465 go ctx{ useSmallCaps = False } x)
471 go ctx{ useSmallCaps = False } x)