\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}