Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132935 views
License: OTHER
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
14
\hypersetup{
15
pdfauthor = {Martin Thoma},
16
pdfkeywords = {German-English mathematics dictionary},
17
pdftitle = {German-English mathematics dictionary}
18
}
19
20
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21
% Begin document %
22
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23
\begin{document}
24
\section{A}
25
\underline{abgeschlossen} (adj.) closed
26
\section{P}
27
\underline{punktsymmetrisch} (adj.) centrally symmetric
28
\section{S}
29
\underline{streng monoton fallend} (adj.) strictly monotonically decreasing
30
\underline{streng monoton wachsend} strictly monotonically increasing
31
\end{document}
32
33