-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkneipe.cls
56 lines (44 loc) · 1.03 KB
/
kneipe.cls
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
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{kneipe}[LaTeX Klasse für Studentische Feiern]
\LoadClass{article}
\RequirePackage[fontsize=20pt]{fontsize}
\RequirePackage[a4paper, margin=2cm]{geometry}
\RequirePackage{newpxtext, newpxmath}
% Allgemeines, wichtiges Kommando
\newcommand{\command}[1]{
\begin{center}
\textbf{#1}
\end{center}
}
% Kommando an die Kontrarieren
\newcommand{\chargen}[1]{
\command{Chargen: \textit{#1}}
}
% Kommando an den Biermusikus
\newcommand{\biermusikus}[1]{
\command{Biermusikus: \textit{#1}}
}
% Kommando an die Corona
\newcommand{\corona}[1]{
\command{Corona: \textit{#1}}
}
% Schläge
\newcommand{\schlaege}{
\command{\textit{Schlag!~Schlag!~Schlag!}}
}
% Silencium
\newcommand{\silencium}{
\command{\textit{Colloquium ex! Silencium!}}
}
% Colloquium
\newcommand{\colloquium}{
\command{\textit{Silencium ex! colloquium!}}
}
% Notiz
\newcommand{\notiz}[1]{
\begin{center}
[#1]
\end{center}
}
%Lied
\newcommand{\lied}[2]{\textit{#1}, zu finden auf Pagina \textbf{#2} im neuen CV-Liederbuch}