math-fonts.tex 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. \documentclass{scrartcl}
  2. \usepackage{amssymb, amsmath} % needed for math
  3. \usepackage[utf8]{inputenc} % this is needed for umlauts
  4. \usepackage[ngerman]{babel} % this is needed for umlauts
  5. \usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
  6. \usepackage[margin=2.5cm]{geometry} %layout
  7. \usepackage{hyperref} % links im text
  8. \usepackage{parskip}
  9. \usepackage{multicol}
  10. \title{Minimal distance to a cubic function}
  11. \author{Martin Thoma}
  12. \hypersetup{
  13. pdfauthor = {Martin Thoma},
  14. pdfkeywords = {},
  15. pdftitle = {}
  16. }
  17. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  18. % Begin document %
  19. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  20. \begin{document}
  21. \section{mathcal}
  22. \begin{multicols}{3}
  23. \begin{itemize}
  24. \item $\mathcal{A}$
  25. \item $\mathcal{B}$
  26. \item $\mathcal{C}$
  27. \item $\mathcal{D}$
  28. \item $\mathcal{E}$
  29. \item $\mathcal{F}$
  30. \item $\mathcal{G}$
  31. \item $\mathcal{H}$
  32. \item $\mathcal{I}$
  33. \item $\mathcal{J}$
  34. \item $\mathcal{K}$
  35. \item $\mathcal{L}$
  36. \item $\mathcal{M}$
  37. \item $\mathcal{N}$
  38. \item $\mathcal{O}$
  39. \item $\mathcal{P}$
  40. \item $\mathcal{Q}$
  41. \item $\mathcal{R}$
  42. \item $\mathcal{S}$
  43. \item $\mathcal{T}$
  44. \item $\mathcal{U}$
  45. \item $\mathcal{V}$
  46. \item $\mathcal{W}$
  47. \item $\mathcal{X}$
  48. \item $\mathcal{Y}$
  49. \item $\mathcal{Z}$
  50. \end{itemize}
  51. \end{multicols}
  52. \end{document}