Famiglie di caratteri
Per cercare i font di sistema su windows usare fc-list -f "%{family}\n" | sort -u
Famiglie di font
Per impostazione predefinita, nelle classi LaTeX standard lo stile predefinito per il testo è solitamente un font serif Roman (verticale). Per usare altri stili (famiglie) come sans serif, macchina da scrivere (monospazio) ecc. bisogna usare alcuni comandi LaTeX specifici, come mostrato nell'esempio seguente:
latex
In this example, a command and a switch are used.
\texttt{A command is used to change the style
of a sentence}.
\sffamily
A switch changes the style from this point to
the end of the document unless another switch is used.
serif (roman) \textrm{Sample Text 0123} \rmfamily F-textrm.png sans serif \textsf{Sample Text 0123} \sffamily F-textsf.png typewriter (monospace) \texttt{Sample Text 0123} \ttfamily F-texttt.png