Tagged Questions
6
votes
1answer
326 views
Small capitals if available, normal (large) capitals if not
In French, it is customary to typeset centuries and other numbers in Roman numerals in small capitals if available, or normal (large) capitals if not. If I use \textsc{vi} to typeset "6", I risk it ...
8
votes
2answers
1k views
Uppercase Smallcaps with LaTeX (not XeLaTeX)?
In XeLaTeX there is an UppercaseSmallCaps font option (as mentioned in this question for example) that will cause upper-case letters to be rendered in small-caps and lower-case letters to remain.
...
35
votes
3answers
37k views
Small Caps and Bold Face
I can't seem to have both the small caps and boldface styles on a line:
\huge\sc\bf Hello
This will generate bold text, and if the \sc is placed after, it will generate small caps text but not ...