-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLernwissen.tex
48 lines (37 loc) · 906 Bytes
/
Lernwissen.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
% Format und Encodierung
\documentclass[a4paper, pdftex, 12pt, ngerman]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{babel}
% Links
\usepackage{hyperref}
\usepackage{url}
% Grafiken
\usepackage{graphicx}
\usepackage{float}
% Mathematik
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{mathtools}
% Listings
\usepackage{verbatim}
\usepackage{listings}
\usepackage{color}
% Tabellen
\usepackage{longtable}
% Kopf- und Fußzeile
\usepackage[headsepline,footsepline]{scrlayer-scrpage}
% Seitenränder
\usepackage[margin=1in]{geometry}
\begin{document}
% Kopf- und Fußzeilendefinition
\pagestyle{scrheadings}
\clearscrheadfoot
\cfoot{Kurzwissen für das Mathematikabitur in Thüringen (\today)}
\ofoot{\pagemark}
\setheadtopline{0pt}
\setheadsepline{0pt}
\input{includes/Analysis_1.tex}
\input{includes/Analytische_Geometrie.tex}
\end{document}