Skip to content

Commit

Permalink
Move abbreviations to the root directory and include more in config.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Dec 11, 2017
1 parent 7c3953d commit 2ad0e55
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 27 deletions.
2 changes: 1 addition & 1 deletion content/abkuerzungen.tex → acronyms.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Hier stehen alle Abkürzungen
\newacronym{er}{ER}{error rate}
\newacronym{fr}{FR}{Fehlerrate}
\newacronym[plural={RDBMS},shortplural={RDBMS}]{rdbms}{RDBMS}{Relational Database Management System}
\newacronym[plural={RDBMS},shortplural={RDBMS}]{rdbms}{RDBMS}{Relational Database Management System}
27 changes: 1 addition & 26 deletions ausarbeitung.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,10 @@
final % ACHTUNG! - in pagestyle.tex noch Seitenstil anpassen
]{scrbook}
\input{config}

%Der untere Rand darf "flattern"
\raggedbottom

%%%
% Wie tief wird das Inhaltsverzeichnis aufgeschlüsselt
% 0 --\chapter
% 1 --\section % fuer kuerzeres Inhaltsverzeichnis verwenden - oder minitoc benutzen
% 2 --\subsection
% 3 --\subsubsection
% 4 --\paragraph
\setcounter{tocdepth}{1}
%
%%%
\input{acronyms}

\makeindex

%Angaben in die PDF-Infos uebernehmen
\makeatletter
\hypersetup{
pdftitle={}, %Titel der Arbeit
pdfauthor={}, %Author
pdfkeywords={}, % CR-Klassifikation und ggf. weitere Stichworte
pdfsubject={}
}
\makeatother

\input{content/abkuerzungen}

\begin{document}

%tex4ht-Konvertierung verschönern
Expand Down
24 changes: 24 additions & 0 deletions config.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1054,3 +1054,27 @@
}{}
%%%

%Der untere Rand darf "flattern"
\raggedbottom

%%%
% Wie tief wird das Inhaltsverzeichnis aufgeschlüsselt
% 0 --\chapter
% 1 --\section % fuer kuerzeres Inhaltsverzeichnis verwenden - oder minitoc benutzen
% 2 --\subsection
% 3 --\subsubsection
% 4 --\paragraph
\setcounter{tocdepth}{1}
%
%%%


%Angaben in die PDF-Infos uebernehmen
\makeatletter
\hypersetup{
pdftitle={}, %Titel der Arbeit
pdfauthor={}, %Author
pdfkeywords={}, % CR-Klassifikation und ggf. weitere Stichworte
pdfsubject={}
}
\makeatother

0 comments on commit 2ad0e55

Please sign in to comment.