| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- \documentclass{scrartcl}
- \usepackage{amssymb, amsmath} % needed for math
- \usepackage[utf8]{inputenc} % this is needed for umlauts
- \usepackage[ngerman]{babel} % this is needed for umlauts
- \usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
- \usepackage[margin=2.5cm]{geometry} %layout
- \usepackage{hyperref} % links im text
- \usepackage{parskip}
- \usepackage{multicol}
- \title{Minimal distance to a cubic function}
- \author{Martin Thoma}
- \hypersetup{
- pdfauthor = {Martin Thoma},
- pdfkeywords = {},
- pdftitle = {}
- }
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Begin document %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \begin{document}
- \section{mathcal}
- \begin{multicols}{3}
- \begin{itemize}
- \item $\mathcal{A}$
- \item $\mathcal{B}$
- \item $\mathcal{C}$
- \item $\mathcal{D}$
- \item $\mathcal{E}$
- \item $\mathcal{F}$
- \item $\mathcal{G}$
- \item $\mathcal{H}$
- \item $\mathcal{I}$
- \item $\mathcal{J}$
- \item $\mathcal{K}$
- \item $\mathcal{L}$
- \item $\mathcal{M}$
- \item $\mathcal{N}$
- \item $\mathcal{O}$
- \item $\mathcal{P}$
- \item $\mathcal{Q}$
- \item $\mathcal{R}$
- \item $\mathcal{S}$
- \item $\mathcal{T}$
- \item $\mathcal{U}$
- \item $\mathcal{V}$
- \item $\mathcal{W}$
- \item $\mathcal{X}$
- \item $\mathcal{Y}$
- \item $\mathcal{Z}$
- \end{itemize}
- \end{multicols}
- \end{document}
|