mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
misc
This commit is contained in:
parent
f2a0df1de7
commit
ba59e009cf
8 changed files with 127 additions and 54 deletions
|
@ -6,6 +6,7 @@
|
|||
\usepackage[margin=2.5cm]{geometry} %layout
|
||||
\usepackage{hyperref} % links im text
|
||||
\usepackage{parskip}
|
||||
\usepackage{enumitem}
|
||||
\usepackage{multicol}
|
||||
|
||||
\title{Minimal distance to a cubic function}
|
||||
|
@ -23,7 +24,7 @@
|
|||
\begin{document}
|
||||
\section{mathcal}
|
||||
\begin{multicols}{3}
|
||||
\begin{itemize}
|
||||
\begin{enumerate}[label=\Alph*:]
|
||||
\item $\mathcal{A}$
|
||||
\item $\mathcal{B}$
|
||||
\item $\mathcal{C}$
|
||||
|
@ -50,6 +51,70 @@
|
|||
\item $\mathcal{X}$
|
||||
\item $\mathcal{Y}$
|
||||
\item $\mathcal{Z}$
|
||||
\end{itemize}
|
||||
\end{enumerate}
|
||||
\end{multicols}
|
||||
|
||||
\section{mathfrak}
|
||||
\begin{multicols}{3}
|
||||
\begin{enumerate}[label=\Alph*:]
|
||||
\item $\mathfrak{A}$
|
||||
\item $\mathfrak{B}$
|
||||
\item $\mathfrak{C}$
|
||||
\item $\mathfrak{D}$
|
||||
\item $\mathfrak{E}$
|
||||
\item $\mathfrak{F}$
|
||||
\item $\mathfrak{G}$
|
||||
\item $\mathfrak{H}$
|
||||
\item $\mathfrak{I}$
|
||||
\item $\mathfrak{J}$
|
||||
\item $\mathfrak{K}$
|
||||
\item $\mathfrak{L}$
|
||||
\item $\mathfrak{M}$
|
||||
\item $\mathfrak{N}$
|
||||
\item $\mathfrak{O}$
|
||||
\item $\mathfrak{P}$
|
||||
\item $\mathfrak{Q}$
|
||||
\item $\mathfrak{R}$
|
||||
\item $\mathfrak{S}$
|
||||
\item $\mathfrak{T}$
|
||||
\item $\mathfrak{U}$
|
||||
\item $\mathfrak{V}$
|
||||
\item $\mathfrak{W}$
|
||||
\item $\mathfrak{X}$
|
||||
\item $\mathfrak{Y}$
|
||||
\item $\mathfrak{Z}$
|
||||
\end{enumerate}
|
||||
\end{multicols}
|
||||
|
||||
\section{mathbb}
|
||||
\begin{multicols}{3}
|
||||
\begin{enumerate}[label=\Alph*:]
|
||||
\item $\mathbb{A}$
|
||||
\item $\mathbb{B}$
|
||||
\item $\mathbb{C}$
|
||||
\item $\mathbb{D}$
|
||||
\item $\mathbb{E}$
|
||||
\item $\mathbb{F}$
|
||||
\item $\mathbb{G}$
|
||||
\item $\mathbb{H}$
|
||||
\item $\mathbb{I}$
|
||||
\item $\mathbb{J}$
|
||||
\item $\mathbb{K}$
|
||||
\item $\mathbb{L}$
|
||||
\item $\mathbb{M}$
|
||||
\item $\mathbb{N}$
|
||||
\item $\mathbb{O}$
|
||||
\item $\mathbb{P}$
|
||||
\item $\mathbb{Q}$
|
||||
\item $\mathbb{R}$
|
||||
\item $\mathbb{S}$
|
||||
\item $\mathbb{T}$
|
||||
\item $\mathbb{U}$
|
||||
\item $\mathbb{V}$
|
||||
\item $\mathbb{W}$
|
||||
\item $\mathbb{X}$
|
||||
\item $\mathbb{Y}$
|
||||
\item $\mathbb{Z}$
|
||||
\end{enumerate}
|
||||
\end{multicols}
|
||||
\end{document}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue