fought LaTeX and won.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
\chapter*{Abkürzungen}
|
||||
\chapter*{Abbreviations}
|
||||
\label{cha:abbrev}
|
||||
\begin{acronym}
|
||||
% Zugriff ueber \ac{BWT} 1te mal Vollreferenz, danach Abk.
|
||||
@ -10,14 +10,9 @@
|
||||
%
|
||||
%\acro{GPL}{GNU General Public License} --
|
||||
% License for free software, see \url{http://www.gnu.org/copyleft/gpl.html}.
|
||||
\acro{KNN}{K-Nearest-Neighbor}
|
||||
\acro{ODCT}{Overcomplete Discrete Cosine Transform}
|
||||
\acro{OMP}{Orthogonal Matching Pursuit}
|
||||
\acro{PCA}{Principle Component Analysis}
|
||||
\acro{POI}{Points of Interest}
|
||||
\acro{RMSE}{Rooted Mean Square Error}
|
||||
\acro{SAS}{Sparse Approximate Solution} - Abschätzungsproblem einer spärlichen Repräsentation.
|
||||
\acro{SAT}{Summed Area Table}
|
||||
\acro{FFD}{Freeform-Deformation}
|
||||
\acro{DM-FFD}{Direct Manipulation Freeform-Deformation}
|
||||
\acro{RBF}{Radial Basis Function}
|
||||
|
||||
%
|
||||
%
|
||||
|
@ -6,14 +6,16 @@
|
||||
\usepackage{amsthm} %Theorems
|
||||
%% algorithm needs to be after hyperref
|
||||
%\usepackage{ae} % Umbruch von Woertern mit Umlauten
|
||||
%\usepackage[english]{babel}
|
||||
\usepackage[ngerman]{babel} % benutzt globales ngerman
|
||||
\usepackage[english]{babel}
|
||||
%\usepackage[ngerman]{babel} % benutzt globales ngerman
|
||||
\usepackage{bbold}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{cancel}
|
||||
\usepackage{caption}
|
||||
\usepackage{color} %\colorbox
|
||||
\usepackage{dsfont} %\mathds
|
||||
\usepackage{draftwatermark}
|
||||
\SetWatermarkLightness{0.9} % default: 0.8
|
||||
\usepackage{epigraph}
|
||||
% \usepackage{euler} % euler: uni, eucal: baake, ohne: standard
|
||||
\usepackage{eucal} % euler calligraphy
|
||||
@ -35,7 +37,9 @@
|
||||
\usepackage{multirow}
|
||||
\usepackage{nicefrac}
|
||||
\usepackage[numbers,square]{natbib}
|
||||
% \usepackage[draft]{pdfpages}
|
||||
\newcommand*{\refname}{References}
|
||||
\usepackage{patchcmd}
|
||||
%\usepackage[draft]{pdfpages}
|
||||
\usepackage{pdfpages}
|
||||
%\usepackage{pst-all} % PSTricks-Grafikerstellung
|
||||
%\usepackage{pstricks}
|
||||
@ -85,4 +89,4 @@ bookmarks,colorlinks,citecolor=black,urlcolor=black,menucolor=black,linkcolor=bl
|
||||
\renewcommand{\algorithmiccomment}[1]{//\emph{#1}}
|
||||
\renewcommand{\algorithmicensure}{\textbf{Output:}}
|
||||
\renewcommand{\algorithmicrequire}{\textbf{Input:}} % Given:
|
||||
% \algsetup{indent=2em}
|
||||
% \algsetup{indent=2em}
|
||||
|
Reference in New Issue
Block a user