todays changes
This commit is contained in:
@@ -1,19 +1,36 @@
|
||||
%%% Dateikodierung: UTF-8
|
||||
%%% äöüÄÖÜß <-- keine deutschen Umlaute hier? UTF-faehigen Editor verwenden!
|
||||
|
||||
%%% Magic Comments zum Setzen der korrekten Parameter in kompatiblen IDEs
|
||||
% !TeX encoding = utf8
|
||||
% !TeX program = pdflatex
|
||||
% !TeX spellcheck = de_DE
|
||||
% !BIB program = biber
|
||||
|
||||
\documentclass[bachelor,german,smartquotes, proposal]{hgbthesis}
|
||||
% Zulässige Optionen in [..]:
|
||||
% Typ der Arbeit: 'diploma', 'master' (default), 'bachelor', 'internship'
|
||||
% Zusätzlich für ein Thesis-Exposé: 'proposal' (für 'bachelor' und 'master')
|
||||
% Hauptsprache: 'german' (default), 'english'
|
||||
% Option zur Umwandlung in typografische Anführungszeichen: 'smartquotes'
|
||||
% APA Zitierstil: 'apa'
|
||||
|
||||
%%%-----------------------------------------------------------------------------
|
||||
|
||||
\newcommand{\includeImgFloat}[6]{
|
||||
\begin{wrapfigure}{#1}{#2}
|
||||
\includegraphics{#3}
|
||||
\caption[#4]{#4\footnotemark}
|
||||
\label{#6}
|
||||
\end{wrapfigure}
|
||||
\footnotetext{Source: \url{#5}}
|
||||
}
|
||||
|
||||
\newcommand{\includeImg}[6]{
|
||||
\begin{figure}[#1]
|
||||
\begin{center}
|
||||
\includegraphics[#2]{#3}
|
||||
\caption[#4]{#4\footnotemark}
|
||||
\label{#6}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
\footnotetext{Source: #5}
|
||||
}
|
||||
|
||||
\newcommand{\subsubsubsection}[1]{
|
||||
\noindent\textbf{\underline{#1}}\\
|
||||
}
|
||||
|
||||
%%%-----------------------------------------------------------------------------
|
||||
|
||||
\RequirePackage[utf8]{inputenc} % bei Verw. von lualatex oder xelatex entfernen!
|
||||
@@ -60,11 +77,12 @@
|
||||
\mainmatter % Hauptteil (ab hier arab. Seitenzahlen)
|
||||
%%%-----------------------------------------------------------------------------
|
||||
|
||||
\include{chapters/c01_einleitung}
|
||||
\include{chapters/c02_grundlagen}
|
||||
\include{chapters/c03}
|
||||
\include{chapters/c04_Schlagwortsuche}
|
||||
\include{chapters/c99_literatur}
|
||||
\include{chapters/c10_einleitung/index}
|
||||
\include{chapters/c20_grundlagen/index}
|
||||
\include{chapters/c30_optische_texterkennung/index}
|
||||
\include{chapters/c40_vergleich/index}
|
||||
\include{chapters/c80_zusammenfassung/index}
|
||||
\include{chapters/c90_literatur/index}
|
||||
|
||||
%%%-----------------------------------------------------------------------------
|
||||
\backmatter % Schlussteil (Quellenverzeichnis und dgl.)
|
||||
|
||||
Reference in New Issue
Block a user