latex-wochenende/svg/chapter-06/optische-auszeichnungen.tex

25 lines
564 B
TeX

\documentclass[a4paper]{article}
\usepackage{lmodern}
\usepackage{amssymb,amsmath}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\begin{document}
\thispagestyle{empty}
\parbox{.5\linewidth}{\noindent
\textbf{fett}\\
\textit{kursiv}\\
\textsc{Kapitälchen}\\
\texttt{dicktengleich}\\
\underline{unterstrichen}\\
% \textbf{important}\\
% \textit{important}\\
% \textsc{important}\\
% \texttt{important}\\
% \textsl{important}\\
% \underline{important}\\
% x\textsubscript{subscript}\\
% x\textsuperscript{superscript}\\
}
\end{document}