dictionary.tex 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. % standard
  2. \documentclass[a4paper,12pt]{article}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage[ngerman]{babel}
  5. % geometry
  6. \usepackage{geometry}
  7. \geometry{ headsep=20pt,
  8. headheight=20pt,
  9. left=21mm,
  10. top=15mm,
  11. right=21mm,
  12. bottom=15mm,
  13. footskip=20pt,
  14. includeheadfoot}
  15. % header and footer
  16. \usepackage{datetime}
  17. \newdateformat{dmy}{%
  18. \THEDAY.~\monthname[\THEMONTH] \THEYEAR}
  19. \usepackage{fancyhdr}
  20. \pagestyle{fancy}
  21. \lhead{Noah Vogt \& Simon Hammer}
  22. \chead{}
  23. \rhead{\dmy\today}
  24. \lfoot{}
  25. \cfoot{Gymnasium Kirschgarten}
  26. \rfoot{Seite \thepage}
  27. \renewcommand{\footrulewidth}{.4pt}
  28. % fix figure positioning
  29. \usepackage{float}
  30. % larger inner table margin
  31. \renewcommand{\arraystretch}{1.4}
  32. % no paragraph indent
  33. \setlength{\parindent}{0em}
  34. % graphics package
  35. \usepackage{graphicx}
  36. \usepackage{multicol}
  37. % use sans serif font
  38. \usepackage{tgheros}
  39. \usepackage{mathptmx}
  40. % don't even ask what this is for, I have no idea (noah)
  41. \usepackage{bm} %italic \bm{\mathit{•}}
  42. \usepackage[hang]{footmisc}
  43. \usepackage{siunitx}
  44. \usepackage[font={small,it}]{caption}
  45. \sisetup{locale = DE, per-mode = fraction, separate-uncertainty, exponent-to-prefix, prefixes-as-symbols = false, scientific-notation=false
  46. }
  47. \newcommand{\ns}[4]{(\num[scientific-notation=false]{#1}\pm\num[scientific-notation=false]{#2})\cdot\num[]{e#3}\si{#4}}
  48. % show isbn in bibliography
  49. \usepackage{natbib}
  50. \begin{document}
  51. application programming interface (API)
  52. \end{document}