latex-wochenende/svg/text-markup/optische-auszeichnungen.tex
2025-05-14 19:20:29 +02:00

24 lines
562 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}