math-fonts.tex 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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{enumitem}
  10. \usepackage{multicol}
  11. \title{Minimal distance to a cubic function}
  12. \author{Martin Thoma}
  13. \hypersetup{
  14. pdfauthor = {Martin Thoma},
  15. pdfkeywords = {},
  16. pdftitle = {}
  17. }
  18. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  19. % Begin document %
  20. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  21. \begin{document}
  22. \section{mathcal}
  23. \begin{multicols}{3}
  24. \begin{enumerate}[label=\Alph*:]
  25. \item $\mathcal{A}$
  26. \item $\mathcal{B}$
  27. \item $\mathcal{C}$
  28. \item $\mathcal{D}$
  29. \item $\mathcal{E}$
  30. \item $\mathcal{F}$
  31. \item $\mathcal{G}$
  32. \item $\mathcal{H}$
  33. \item $\mathcal{I}$
  34. \item $\mathcal{J}$
  35. \item $\mathcal{K}$
  36. \item $\mathcal{L}$
  37. \item $\mathcal{M}$
  38. \item $\mathcal{N}$
  39. \item $\mathcal{O}$
  40. \item $\mathcal{P}$
  41. \item $\mathcal{Q}$
  42. \item $\mathcal{R}$
  43. \item $\mathcal{S}$
  44. \item $\mathcal{T}$
  45. \item $\mathcal{U}$
  46. \item $\mathcal{V}$
  47. \item $\mathcal{W}$
  48. \item $\mathcal{X}$
  49. \item $\mathcal{Y}$
  50. \item $\mathcal{Z}$
  51. \end{enumerate}
  52. \end{multicols}
  53. \section{mathfrak}
  54. \begin{multicols}{3}
  55. \begin{enumerate}[label=\Alph*:]
  56. \item $\mathfrak{A}$
  57. \item $\mathfrak{B}$
  58. \item $\mathfrak{C}$
  59. \item $\mathfrak{D}$
  60. \item $\mathfrak{E}$
  61. \item $\mathfrak{F}$
  62. \item $\mathfrak{G}$
  63. \item $\mathfrak{H}$
  64. \item $\mathfrak{I}$
  65. \item $\mathfrak{J}$
  66. \item $\mathfrak{K}$
  67. \item $\mathfrak{L}$
  68. \item $\mathfrak{M}$
  69. \item $\mathfrak{N}$
  70. \item $\mathfrak{O}$
  71. \item $\mathfrak{P}$
  72. \item $\mathfrak{Q}$
  73. \item $\mathfrak{R}$
  74. \item $\mathfrak{S}$
  75. \item $\mathfrak{T}$
  76. \item $\mathfrak{U}$
  77. \item $\mathfrak{V}$
  78. \item $\mathfrak{W}$
  79. \item $\mathfrak{X}$
  80. \item $\mathfrak{Y}$
  81. \item $\mathfrak{Z}$
  82. \end{enumerate}
  83. \end{multicols}
  84. \section{mathbb}
  85. \begin{multicols}{3}
  86. \begin{enumerate}[label=\Alph*:]
  87. \item $\mathbb{A}$
  88. \item $\mathbb{B}$
  89. \item $\mathbb{C}$
  90. \item $\mathbb{D}$
  91. \item $\mathbb{E}$
  92. \item $\mathbb{F}$
  93. \item $\mathbb{G}$
  94. \item $\mathbb{H}$
  95. \item $\mathbb{I}$
  96. \item $\mathbb{J}$
  97. \item $\mathbb{K}$
  98. \item $\mathbb{L}$
  99. \item $\mathbb{M}$
  100. \item $\mathbb{N}$
  101. \item $\mathbb{O}$
  102. \item $\mathbb{P}$
  103. \item $\mathbb{Q}$
  104. \item $\mathbb{R}$
  105. \item $\mathbb{S}$
  106. \item $\mathbb{T}$
  107. \item $\mathbb{U}$
  108. \item $\mathbb{V}$
  109. \item $\mathbb{W}$
  110. \item $\mathbb{X}$
  111. \item $\mathbb{Y}$
  112. \item $\mathbb{Z}$
  113. \end{enumerate}
  114. \end{multicols}
  115. \end{document}