german-english-mathematics.tex 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. \documentclass[a4paper,8pt,twocolumn]{extbook}
  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{color}
  9. \usepackage{framed}
  10. \usepackage{enumerate} % for advanced numbering of lists
  11. \clubpenalty = 10000 % Schusterjungen verhindern
  12. \widowpenalty = 10000 % Hurenkinder verhindern
  13. \hypersetup{
  14. pdfauthor = {Martin Thoma},
  15. pdfkeywords = {German-English mathematics dictionary},
  16. pdftitle = {German-English mathematics dictionary}
  17. }
  18. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  19. % Begin document %
  20. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  21. \begin{document}
  22. \section{A}
  23. \underline{abgeschlossen} (adj.) closed
  24. \section{P}
  25. \underline{punktsymmetrisch} (adj.) centrally symmetric
  26. \section{S}
  27. \underline{streng monoton fallend} (adj.) strictly monotonically decreasing
  28. \underline{streng monoton wachsend} strictly monotonically increasing
  29. \end{document}