Added image comparison placeholders

This commit is contained in:
Simon
2024-01-08 21:00:22 +01:00
parent 013e11ac29
commit 1daecc4954
8 changed files with 275 additions and 90 deletions
+3 -23
View File
@@ -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}
}
%%%-----------------------------------------------------------------------------
%%%-----------------------------------------------------------------------------