cleanup for raw txt (grammar check)
This commit is contained in:
@@ -53,9 +53,9 @@
|
||||
|
||||
% **************************************************************************************************
|
||||
% template setup -- do not change these unless you know what you are doing!
|
||||
\input{./base/documentclass_\DocumentType}
|
||||
\input{./base/documentclass_thesis}
|
||||
\input{./base/packages}
|
||||
\input{./base/layout_\DocumentType}
|
||||
\input{./base/layout_thesis}
|
||||
\input{./base/macros}
|
||||
|
||||
% **************************************************************************************************
|
||||
@@ -156,26 +156,27 @@
|
||||
|
||||
% variable for page numbering
|
||||
\newcounter{mypageno}
|
||||
% **************************************************************************************************
|
||||
\begin{document}
|
||||
% **************************************************************************************************
|
||||
|
||||
\input{./base/syntax_formatting}
|
||||
|
||||
% for thesis: switch to frontmatter (Roman numbering, etc.)
|
||||
\ifthenelse{\equal{\DocumentType}{thesis}}
|
||||
\ifthenelse{\equal{thesis}{thesis}}
|
||||
{
|
||||
\frontmatter \pagestyle{plain} \pagenumbering{Roman}
|
||||
}{}
|
||||
% **************************************************************************************************
|
||||
\begin{document}
|
||||
% **************************************************************************************************
|
||||
|
||||
%title
|
||||
\input{./base/titlepage_\DocumentType}
|
||||
\input{./base/titlepage_thesis}
|
||||
|
||||
% for thesis: abstract, kurzfassung, affidavit and statutory declaration
|
||||
\ifthenelse{\equal{\DocumentType}{thesis}}
|
||||
\ifthenelse{\equal{thesis}{thesis}}
|
||||
{
|
||||
\emptydoublepage
|
||||
\addcontentsline{toc}{chapter}{Statutory Declaration}
|
||||
\input{./base/declaration_\DocumentLanguage}
|
||||
\input{./base/declaration_en}
|
||||
\emptydoublepage
|
||||
\input{thesis_preamble/acknowledgements}
|
||||
\emptydoublepage
|
||||
@@ -187,7 +188,7 @@
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\ifthenelse{\equal{\DocumentType}{thesis}}
|
||||
\ifthenelse{\equal{thesis}{thesis}}
|
||||
{
|
||||
\emptydoublepage
|
||||
\setcounter{mypageno}{\value{page}}
|
||||
@@ -1148,7 +1149,7 @@ In summary, while this thesis demonstrates the feasibility of using anomaly dete
|
||||
% **************************************************************************************************
|
||||
|
||||
\appendix
|
||||
\ifthenelse{\equal{\DocumentType}{thesis}}
|
||||
\ifthenelse{\equal{thesis}{thesis}}
|
||||
{
|
||||
\setcounter{mypageno}{\value{page}}
|
||||
\frontmatter \pagestyle{plain} \pagenumbering{Roman}
|
||||
|
||||
Reference in New Issue
Block a user