Changes

Jump to navigation Jump to search
:*<texcode>\definefontfamily[MyFontIdentifier][rm][theseriffontnickname]</texcode>
; #2. For the other styles, just add more fonts to your font family.
:* '''ss'' for a Sans Serif font, '''tt''' for which TeX practice is to refer to them as TypewriTer, '''Sans Serifmm''' (=ss)for MatheMatics.
:* <texcode>\definefontfamily[MyFontIdentifier][ss][thesansseriffontnickname]</texcode>
:* for a monospaced font, for which TeX practice is to refer to them as '''TypewriTer''' (=tt)
:* <texcode>\definefontfamily[MyFontIdentifier][tt][themonospacedfontnickname]</texcode>
:* for a math font, for which TeX practice is to refer to them as '''MatheMatics''' (=mm)
:* <texcode>\definefontfamily[MyFontIdentifier][mm][themathfontnickname]</texcode>
; #3. Declare your font family as the default for your document with {{cmd|setupbodyfont}}

Navigation menu