Schriften in LaTeX

Schriftstile

  • \textrm{text} - Standardschrift (Roman)
    \textsf{text} - Sans Serif
    \texttt{text} - Typewriter
    \textbf{text} - fett/bold
    \textmd{text} - normal
    \textit{text} - kursiv/italic
    \textsl{text} - geneigt (slanted)
    \textup{text} - normal (?)
    \emph{text} - hervorgehoben (Wechsel kursiv-normal)
    \textsc{text}   - Kapitälchen

Schriftfamilie

  • \normalfont, \rmfamily, \sffamily, \ttfamily, \mdseries, \bfseries, \upshape, \itshape, \slshape, \scshape

Hervorhebungen

emphasize,emphasized

  • \emph{text}
  • \underline{text}

Klassifikation