aboutsummaryrefslogtreecommitdiff
path: root/zeitung/main.tex
blob: f9f4eee20dca8730a5c921d99a09d2fdf6917e83 (plain) (blame)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
\documentclass[a4paper, 13pt]{article}

% Packages
\usepackage[a4paper, inner=2.5cm, outer=2.5cm, top=2.5cm, bottom=2cm, bindingoffset=0cm]{geometry}
\usepackage{amsmath,amsthm,amssymb,amsfonts}
\usepackage{graphicx}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage{fontspec,xunicode,xltxtra}
\usepackage{afterpage}
\usepackage{sectsty}

% Font
\setmainfont{"[font.ttf]"}
\sectionfont{\fontsize{20}{15}\selectfont}

% GERMAN
\usepackage[ngerman=ngerman-x-latest]{hyphsubst}
\usepackage[ngerman]{babel}

% Figures
\graphicspath{{figures/}}

\begin{document}

\title{ABI Zeitung 2021}
\author{des RBS Ulm}

% Updated: https://tex.stackexchange.com/a/7657
% Import all tex files from a directory
\def\app@exe{\immediate\write18}
\def\Ainput#1{
    \app@exe{cat #1/*.tex > #1/files.tmp}
    \InputIfFileExists{#1/files.tmp}{}{}
    \AtEndDocument{\app@exe{rm -f #1/files.tmp}}}

%\maketitle

\tableofcontents
\newpage

\section{Vorwort}
Heeerzlich willkommen!
\newpage

\section{Stufenfoto}
\newpage

\section{Prozente}
\newpage

\section{Lehrersteckbriefe}
\newpage

\section{Lehrerranking}
\newpage

\section{Es ist kein Geheimnis, dass...}
\newpage

\section{Klassenseiten}
\newpage

\section{Schülersteckbriefe}
\Ainput{parts/students/}
\newpage

\section{Schülerranking}
\newpage

\section{Zitate}
\newpage

\section{Fotos}
\newpage

\section{Schullandheime}
\newpage

\section{Kurse}
\newpage

\section{Abikomitee}
\newpage

\section{Neuer Abschnitt}
\newpage

\section{Impressum}
\newpage

\section{Werbung}
\newpage

\end{document}