latex-wochenende/sections/german/06/optische-auszeichnungen.tex
2019-05-07 09:26:32 +02:00

28 lines
649 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}\\
\textsl{schräg}\\
\underline{unterstrichen}\\
x\textsubscript{tiefgestellt}\\
x\textsuperscript{hochgestellt}\\
% \textbf{important}\\
% \textit{important}\\
% \textsc{important}\\
% \texttt{important}\\
% \textsl{important}\\
% \underline{important}\\
% x\textsubscript{subscript}\\
% x\textsuperscript{superscript}\\
}
\end{document}