Added image comparison placeholders
This commit is contained in:
@@ -6,9 +6,7 @@
|
||||
\documentclass[bachelor,german,smartquotes]{hgbthesis}
|
||||
|
||||
\RequirePackage[utf8]{inputenc} % bei Verw. von lualatex oder xelatex entfernen!
|
||||
|
||||
\graphicspath{{images/}} % Verzeichnis mit Bildern und Grafiken
|
||||
\logofile{logo} % Logo-Datei: images/logo.pdf (kein Logo: \logofile{})
|
||||
\logofile{include/logo.pdf}
|
||||
\bibliography{references} % BibLaTeX-Literaturdatei (references.bib)
|
||||
|
||||
%%%-----------------------------------------------------------------------------
|
||||
@@ -16,6 +14,8 @@
|
||||
\usepackage{outlines}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{listings}
|
||||
\usepackage{graphicx}
|
||||
\usepackage[parfill]{parskip}
|
||||
|
||||
\usepackage{nameref}
|
||||
@@ -52,26 +52,6 @@
|
||||
\newcommand{\csharp}{C\#}
|
||||
\newcommand{\engl}[1]{engl. "#1"}
|
||||
|
||||
\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}
|
||||
}
|
||||
|
||||
%%%-----------------------------------------------------------------------------
|
||||
|
||||
%%%-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user