-
Notifications
You must be signed in to change notification settings - Fork 12
/
cheat-sheet.cls
284 lines (247 loc) · 9.62 KB
/
cheat-sheet.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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{cheat-sheet}[2013/11/14 LaTeX class]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessOptions\relax
\LoadClass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[landscape]{geometry}
\geometry{top=1cm,left=1cm,right=1cm,bottom=1cm}
\usepackage{amsmath,amsthm,amsfonts,amssymb}
\setcounter{secnumdepth}{0} % Keine Abschnittsnummerierung
\pagestyle{empty} % Header und Footer abschalten
\setlength{\parindent}{0pt} % Keine Einrückung
\setlength{\parskip}{0pt plus 10ex} % Kein Abstand zwischen Absätzen
% Weniger Platzverbrauch durch section-Kommandos
\makeatletter
\renewcommand{\section}{\@startsection{section}{1}{0mm}%
{-1ex plus -.5ex minus 2ex}%
{2.5ex plus .2ex}%x
{\normalfont\large\bfseries}}
\renewcommand{\subsection}{\@startsection{subsection}{2}{0mm}%
{-1explus -.5ex minus -.2ex}%
{0.5ex plus .2ex}%
{\normalfont\normalsize\bfseries}}
\renewcommand{\subsubsection}{\@startsection{subsubsection}{3}{0mm}%
{-1ex plus -.5ex minus -.2ex}%
{1ex plus .2ex}%
{\normalfont\small\bfseries}}
\makeatother
\theoremstyle{definition}
\newtheorem*{nota}{Notation}
\newtheorem*{defn}{Def} % Kurzform!
\newtheorem*{bsp}{Bsp}
\newtheorem*{bspe}{Bspe}
\newtheorem*{gegenbsp}{Gegenbsp}
\newtheorem*{gegenbspe}{Gegenbspe}
\newtheorem*{satz}{Satz}
\newtheorem*{frage}{Frage}
\newtheorem*{fragen}{Fragen}
\newtheorem*{situation}{Situation}
\newtheorem*{setting}{Setting}
\newtheorem*{thm}{Thm} % Theorem
\newtheorem*{lem}{Lem} % Lemma
\newtheorem*{lemdefn}{Lem/Def} % Lemma/Definition
\newtheorem*{satzdefn}{Satz/Def} % Satz/Definition
\newtheorem*{kor}{Kor} % Korollar
\newtheorem*{voraussetzung}{Voraussetzung}
\newtheorem*{voraussetzungen}{Voraussetzungen}
\newtheorem*{acht}{Achtung}
\newtheorem*{strat}{Strategie}
\newtheorem*{prob}{Problem}
\newtheorem*{problem}{Problem}
\newtheorem*{probleme}{Probleme}
\newtheorem*{lsg}{Lsg}
\newtheorem*{abk}{Abkürzung}
\newtheorem*{alg}{Algorithmus}
\newtheorem*{verf}{Verfahren}
\newtheorem*{vorgehen}{Vorgehen}
\newtheorem*{eig}{Eigenschaft}
\newtheorem*{eign}{Eigenschaften}
\newtheorem*{modell}{Modell}
\newtheorem*{prop}{Prop}
\newtheorem*{prinzip}{Prinzip}
\newtheorem*{sprech}{Sprechweise}
\newtheorem*{sprechweise}{Sprechweise}
\newtheorem*{beob}{Beob} % Beobachtung
\newtheorem*{antwort}{Antwort}
\newtheorem*{anmerkung}{Anmerkung}
\newtheorem*{nomenklatur}{Nomenklatur}
\newtheorem*{technik}{Technik}
\newtheorem*{methode}{Methode}
\newtheorem*{fazit}{Fazit}
\newtheorem*{facts}{Facts}
\newtheorem*{axiom}{Axiom}
\newtheorem*{konv}{Konvention}
\newtheorem*{motto}{Motto}
\newtheorem*{fun}{Fun Fact}
\newtheorem*{ziel}{Ziel}
\newtheorem*{dual}{Dual}
\newtheorem*{terminologie}{Terminologie}
\newtheorem*{diskussion}{Diskussion}
\newtheorem*{aufgabe}{Aufgabe}
\newtheorem*{faustregel}{Faustregel}
\newtheorem*{entscheidungsregel}{Entscheidungsregel}
\newtheorem*{idee}{Idee}
\newtheorem*{bezeichnung}{Bezeichnung}
\newtheorem*{folgerung}{Folgerung}
\newtheorem*{fakten}{Fakten}
\newtheorem*{fakt}{Fakt}
\newtheorem*{test}{Test}
\newtheorem*{motivation}{Motivation}
\newtheorem*{wdh}{Wiederholung}
\newtheorem*{erinnerung}{Erinnerung}
\newtheorem*{gesucht}{Gesucht}
\newtheorem*{strategie}{Strategie}
\newtheorem*{resultat}{Resultat}
\theoremstyle{remark}
\newtheorem*{bem}{Bem}
\newtheorem*{konstr}{Konstr}
\newtheorem*{bemn}{Bemn}
\newtheorem*{beweis}{Beweis}
\newtheorem*{beweisidee}{Beweisidee}
\newtheorem*{beweisskizze}{Beweisskizze}
\newtheorem*{umformulierung}{Umformulierung}
\newtheorem*{referenz}{Ref}
\newtheorem*{teaser}{Teaser}
\newtheorem*{interp}{Interpretation}
\newtheorem*{rechnung}{Rechnung}
% Listenstil
\usepackage{paralist} % Für Inline-Listen
\usepackage{enumitem}
\setitemize[0]{leftmargin=10pt,itemindent=0pt,itemsep=0pt}
\setenumerate[0]{leftmargin=10pt,itemindent=0pt,itemsep=0pt}
% Färbe \emph{} violett
\usepackage{color,xcolor,graphicx,overpic}
\definecolor{Emph}{rgb}{0.2,0.2,0.8}
\renewcommand{\emph}[1]{\textcolor{Emph}{\bf{#1}}}
\newcommand{\Emph}[1]{\textcolor{Emph}{#1}}
\newcommand{\TODO}[1]{\textcolor{orange}{TODO: #1}}
\usepackage{cclicenses}
\usepackage{hyperref}
\definecolor{gray}{rgb}{0.5,0.5,0.5}
\makeatletter
\def\url@foostyle{%
\@ifundefined{selectfont}{\def\UrlFont{\sf}}{\def\UrlFont{\small\ttfamily}}}
\makeatother
% Titel
\renewcommand{\maketitle}[1]{
\begin{center}
\Large{\underline{#1}} \\
{\footnotesize \color{gray} \cc \!\!\!\!\!\! \ccby \!\! Tim Baumann, \scriptsize \href{http://timbaumann.info/uni-spicker}{http://timbaumann.info/uni-spicker}}
\end{center}
}
\everymath{\displaystyle} % Display style überall!
% Römische Ziffern
\makeatletter
\newcommand*{\rom}[1]{\expandafter\@slowromancap\romannumeral #1@}
\makeatother
% Cross-Referenzen
\newcommand{\spickerref}[2]{\href{http://timbaumann.info/uni-spicker/#1.pdf}{#2}}
% Mathematische Symbole
\newcommand{\R}{\mathbb{R}} % Reelle Zahlen
\newcommand{\ER}{\overline\R} % Erweiterte reelle Zahlen
\newcommand{\N}{\mathbb{N}} % Natürliche Zahlen
\newcommand{\Z}{\mathbb{Z}} % Ganze Zahlen
\newcommand{\C}{\mathbb{C}} % Komplexe Zahlen
\newcommand{\Q}{\mathbb{Q}} % Rationale Zahlen
\renewcommand{\d}{\mathrm{d}} % Differentiator
\DeclareMathOperator{\spur}{spur} % Spur
\DeclareMathOperator{\id}{id} % Identität
\DeclareMathOperator{\Id}{Id} % Identität
% Name einer Eigenschaft rechts ausgerichtet in Klammern
\newcommand{\pright}[1]{\hfill ({#1}) \,}
\newcommand{\nldots}{...} % narrow ...
% Integrale
\newcommand{\intsign}{{\textstyle \int}}
\newcommand{\myint}[2]{{\textstyle \int\limits_{#1}^{#2}}}
\newcommand{\IInt}[2]{\intsign #1 \,\d #2} % Integral mit implizitem Bereich
\newcommand{\Int}[4]{\myint{#1}{#2} #3 \,\d #4}
\newcommand{\Intdx}[3]{\Int{#1}{#2}{#3}{x}} % Integral mit dx
\newcommand{\Intab}[2]{\Int{a}{b}{#1}{#2}} % Integral über [a, b]
\newcommand{\Intabdx}[1]{\Intdx{a}{b}{#1}} % Integral über [a, b] mit dx
\newcommand{\AInt}[3]{{\textstyle \int\limits_{#1}} {#2} \,\d {#3}} % Integral über ein Gebiet
\DeclareMathOperator{\im}{im} % Bild (image)
\DeclareMathOperator{\supp}{supp} % Träger (support)
% Schöne Fürall- und Existenzquantoren
\newcommand{\fa}[1]{\forall \, {#1} \,:\,}
\newcommand{\ex}[1]{\exists \, {#1} \,:\,}
\newcommand{\exu}[1]{\exists! \, {#1} \,:\,} % Eindeutige Existenz
% Platzhalter
\newcommand{\blank}{\text{--}}
% :<=> (Definitionsdoppelpfeil)
\newcommand{\coloniff}{\enspace:\!\iff}
% Abkürzungen
\newcommand{\zB}{z.\,B.}
\renewcommand{\dh}{d.\,h.} % das heißt
% Pfeile
\newcommand{\xra}{\xrightarrow}
% Schöne Mengen { #1 | #2 }
% siehe http://tex.stackexchange.com/questions/13634/define-pretty-sets-in-latex-esp-how-to-do-the-condition-separator
\usepackage{mathtools}
\DeclarePairedDelimiterX\Set[2]{\lbrace}{\rbrace}%
{ #1 \,\delimsize|\, #2 }
% Absolutwert, Norm
% siehe http://tex.stackexchange.com/questions/43008/absolute-value-symbols
\DeclarePairedDelimiter\abs{\lvert}{\rvert}
\DeclarePairedDelimiter\norm{\lVert}{\rVert}
% Kardinalität
\DeclarePairedDelimiter\card{\lvert}{\rvert}
% Offene und abgeschlossene Teilmengen
% http://tex.stackexchange.com/questions/22371/subseteq-circ-as-a-single-symbol-open-subset
\newcommand\opn{\mathrel{\ooalign{$\subset$\cr
\hidewidth\raise.1ex\hbox{$\circ\mkern.5mu$}\cr}}}
\newcommand\cls{\mathrel{\ooalign{$\subset$\cr
\hidewidth\raise.1ex\hbox{$\bullet\mkern.5mu$}\cr}}}
% Offene, geschlossene, halboffene Intervalle
\newcommand{\ointerval}[2]{\left( #1, #2 \right)} % open interval
\newcommand{\oointerval}[2]{\ointerval{#1}{#2}} % open interval (synonym)
\newcommand{\cinterval}[2]{\left[ #1, #2 \right]} % closed interval
\newcommand{\ccinterval}[2]{\cinterval{#1}{#2}} % closed interval (synonym)
\newcommand{\ocinterval}[2]{\left( #1, #2 \right]} % left open interval
\newcommand{\cointerval}[2]{\left[ #1, #2 \right)} % right open interval
\newcommand{\I}{\cinterval{0}{1}} % Kompaktes Einheitsinterval [0,1]
% Kleinere Vereinigungs-, Schnitt-, Summen- und Produktsymbole
\let\myBigcup\bigcup
\DeclareMathOperator*{\textbigcup}{{\textstyle \myBigcup}}
\renewcommand{\bigcup}{\textbigcup\limits}
\let\myBigcap\bigcap
\DeclareMathOperator*{\textbigcap}{{\textstyle \myBigcap}}
\renewcommand{\bigcap}{\textbigcap\limits}
\let\myBigsqcup\bigsqcup
\DeclareMathOperator*{\textbigsqcup}{{\textstyle \myBigsqcup}}
\renewcommand{\bigsqcup}{\textbigsqcup\limits}
%\let\myBigsqcap\bigsqcap
%\DeclareMathOperator*{\textbigsqcap}{{\textstyle \myBigsqcap}}
%\renewcommand{\bigsqcap}{\textbigsqcap\limits}
\let\myProd\prod
\DeclareMathOperator*{\textprod}{{\textstyle \myProd}}
\renewcommand{\prod}{\textprod}
\let\mySum\sum
\DeclareMathOperator*{\textsum}{{\textstyle \mySum}}
\renewcommand{\sum}{\textsum\limits}
% Listeneintrag mit variabler Breite
% siehe http://tex.stackexchange.com/questions/30526/two-column-list-different-column-widths
\newcommand{\miniitem}[2]{%
\begin{minipage}{#1} {\item #2} \end{minipage}}
% List-Item im Fließtext
\newcommand{\inlineitem}[1]{\textbullet \enspace #1}
\usepackage{ragged2e} % Flattersatz mit Silbentrennung
\usepackage{multicol}
\AtBeginDocument{
% Entscheide:
%\RaggedRight % Flattersatz mit Silbentrennung
\raggedright % Flattersatz ohne Silbentrennung
\footnotesize
\begin{multicols}{3}
% multicol parameters
% These lengths are set only within the two main columns
%\setlength{\columnseprule}{0.25pt}
\setlength{\premulticols}{1pt}
\setlength{\postmulticols}{1pt}
\setlength{\multicolsep}{1pt}
\setlength{\columnsep}{2pt}
}
\AtEndDocument{
\end{multicols}
}