-
Notifications
You must be signed in to change notification settings - Fork 3
/
zusammenfassung.tex
62 lines (49 loc) · 2.06 KB
/
zusammenfassung.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\input{header/header}
\input{header/hsrColors}
\input{header/mathe}
\input{header/enumitem}
\input{header/listings}
% Seitenränder für Formelsammlungen
\usepackage[left=1cm,right=1cm,top=0.5cm,bottom=0.5cm,includeheadfoot]{geometry}
\usepackage{hyperref}
\usepackage{longtable}
\usepackage[europeanresistors,americaninductors]{circuitikz}
\usepackage{multirow} % Create tabular cells spanning multiple rows
\usepackage{multicol} % Intermix single and multiple columns
\usepackage{rotating} % Rotation tools, including rotated fullpage floats
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Layout der Kopf und Fusszeile %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\deftripstyle{zusammenfassung}[0pt][0.5pt]
{\Title} % Kopfzeile innen
{\headmark} % Kopfzeile mitte
{\pagemark} % Kopfzeile aussen
{\Author} % Fusszeile innen
{\includegraphics[width=1.6cm]{./header/lizenzen/cc-by-nc-sa/small.png}} % Fusszeile mitte
{\Date} % Fusszeile aussen
\pagestyle{zusammenfassung}
% Nummerierte und unnummerierte paragraph headings
\setcounter{secnumdepth}{5}
\RedeclareSectionCommands[
afterskip=1em
]{paragraph,subparagraph}
\renewcommand*{\paragraphformat}{\theparagraph\autodot\enskip}
\renewcommand*{\subparagraphformat}{\thesubparagraph\autodot\enskip}
%%Makros%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Command for images in table
\newcommand\tabImg[2][]{%
\raisebox{0pt}[\dimexpr\totalheight+\dp\strutbox\relax][\dp\strutbox]{%
\includegraphics[#1]{#2}%
}%
}
% Makros für Verweise auf ein Buch oder Skript
\newcommand{\buch}[1]{\texorpdfstring{$_{\textcolor{HSRLakeGreen}{\mbox{\small{#1}}}}$}{}}
\newcommand{\buchSeite}[1]{\texorpdfstring{\ensuremath{_{\textcolor{red}{\mbox{\small{ S#1}}}}}}{}}
\newcommand{\skript}[1]{\texorpdfstring{$_{\textcolor{HSRReed}{\mbox{\small{#1}}}}$}{}}
\newcommand{\formelbuch}[1]{$_{\textcolor{red}{\mbox{\small{S#1}}}}$}
% Zeilenhöhe Tabellen:
\newcommand{\arraystretchOriginal}{1.5}
\renewcommand{\arraystretch}{\arraystretchOriginal}
\setlength{\parindent}{0pt}
% Todo command
\newcommand{\todo}[1]{\textbf{\color{red}{TO DO: #1}}}