latex-wochenende/svg/chapter-05/optical-highlighting.tex
2025-05-01 22:40:10 +02:00

17 lines
356 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{bold}\\
\textit{italics}\\
\textsc{small caps}\\
\texttt{non-proportional}\\
\underline{underlined}\\
}
\end{document}