diff --git a/01_chapters/ch2-theory.tex b/01_chapters/ch2-theory.tex index 3c8321b507d5bf1bc4f9c3a59afea88d0190205a..37c94ceb2265072c3875720222fc648d98744bf7 100644 --- a/01_chapters/ch2-theory.tex +++ b/01_chapters/ch2-theory.tex @@ -23,15 +23,15 @@ To achieve rigorousness... \cite[80]{HEVN04} \section{test-section} \Blindtext[2] - +\clearpage \renewcommand{\chaptercolor}{RWTHTuerkis100} \chapter{Another Test} \begin{sectionabstract}{ - + \Blindtext[1] } - + asdfasdfasdf & The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.\\ asdfasdf & The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.\\ asdfasdfasdfasdf & The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.\\ diff --git a/format/custom_packages.tex b/format/custom_packages.tex index 43a1783600bea05de5c6e3c7dfa99beb934180e9..db97ec11f39d15c182b984f713e8d56d316dc3b9 100644 --- a/format/custom_packages.tex +++ b/format/custom_packages.tex @@ -1,9 +1,6 @@ % !TeX root = ./main.tex - - % Use this file to load custom packages you have added yourself. - \usepackage{nameref} \usepackage{pdfpages} \usepackage{booktabs} @@ -11,7 +8,7 @@ \usepackage{enumitem} \usepackage[super]{nth} \usepackage{draftwatermark} -\usepackage{libertinus} +% \usepackage{libertinus} %\usepackage{tabularx} % Rotate tables @@ -19,36 +16,36 @@ %\usepackage{adjustbox} \usepackage{pdflscape} \usepackage{afterpage} -\usepackage{capt-of}% or use the larger `caption` package +% \usepackage{capt-of}% or use the larger `caption` package \usepackage{booktabs} \usepackage{adjustbox} \usepackage{rotating} % for table footnote -\usepackage{tablefootnote} +% \usepackage{tablefootnote} %\newcolumntype{b}{X} %\newcolumntype{s}{>{\hsize=.7\hsize}X} -\usepackage{tabu} +% \usepackage{tabu} %\usepackage{footnote} % \usepackage{footnotehyper} %\usepackage[textwidth=20mm]{todonotes} % \reversemarginpar -% Better cell formatting in tables -\usepackage{makecell} -\usepackage{diagbox} +% % Better cell formatting in tables +% \usepackage{makecell} +% \usepackage{diagbox} -\usepackage{lipsum} +% \usepackage{lipsum} % Have Tabluarx in Longtables \usepackage{xltabular} % Have labels for tables \makeatletter - \newcommand{\tablelabel}[2]{% \speciallabel{<stuff>}{<label>} - \edef\@currentlabel{#1}\label{#2}% - } +\newcommand{\tablelabel}[2]{% \speciallabel{<stuff>}{<label>} + \edef\@currentlabel{#1}\label{#2}% +} \makeatother % Exkursboxen: @@ -118,7 +115,7 @@ %% Set up Bibliography \usepackage{biblatex} -\bibliography{lit/References.bib} +\bibliography{lit/References.bib} % Vor den Kapiteln % \renewcommand{\chaptercolor}{RWTHPetrol100} diff --git a/format/titlepage.tex b/format/titlepage.tex index faabfd47019d312ec9139db4da4a92701fc9c9b5..85eab1f760742d2b05a8dcfae6966280ecb4e4b3 100644 --- a/format/titlepage.tex +++ b/format/titlepage.tex @@ -1,65 +1,73 @@ \makeatletter \begin{titlepage} - - \begin{tikzpicture}[remember picture, overlay, shift={(current page.north east)}] - \node[anchor=north east, xshift=-2.5mm, yshift=-4mm]{ - \includegraphics[height=32mm]{03_figures/titlepage/DIGITAL_WZL-Logo-Blau.jpg} - }; - \end{tikzpicture} - + + \ifnum\papersize=4 + \begin{tikzpicture}[remember picture,overlay] + \node[opacity=0.4, anchor=north east,inner sep=0pt]% + at ($(current page.north west)+(20.5cm,-0.5cm)$) + {\includegraphics[width=7.67cm]{wzl_eps_hks44.pdf}}; + \end{tikzpicture} + \else + \begin{tikzpicture}[remember picture,overlay] + \node[opacity=0.4, anchor=north east]% + at (current page.north east)% + {\includegraphics[width=5.4cm]{wzl_eps_hks44.pdf}}; + \end{tikzpicture} + \fi + \vspace{1cm} - + \begin{flushleft} - + The present work was submitted to the \institute.\\ {\color{black50} Diese Arbeit wurde vorgelegt am \institutegerman.} - + \vfill - + \textbf{\Large\@title} - + \textbf{\Large\color{black50}\titlegerman} - + \end{flushleft} - + \vspace{1cm} - + {\large \degree{} Thesis}\\ {\large\color{black50} \degree }%sarbeit} - + \vfill - + \textbf{\color{black75}Presented by\color{black50}\ /\ Vorgelegt von} - + {\large\@author}\\ \normalsize{\studentid} - + \vspace{2cm} - + \begin{tabbing} - + \textbf{\color{black75}Supervised by\color{black50}\ /\ Betreut von}\quad \=\supervisor - + \\[3\parskip] - + \textbf{\color{black75}1\textsuperscript{st} Examiner\color{black50}\ /\ 1. Prüfer} \>\firstexaminer - + \\[\parskip] - + \textbf{\color{black75}2\textsuperscript{nd} Examiner\color{black50}\ /\ 1. Prüfer} \>\secondexaminer - + \end{tabbing} - + \vspace{1cm} - + \begin{flushright} Aachen, \@date \end{flushright} - + \end{titlepage} \makeatother diff --git a/main.tex b/main.tex index b7607b670765433edfe160b9fdfcf981f8451e6c..32080d344f768edad73687301118f2f109c3c710 100644 --- a/main.tex +++ b/main.tex @@ -43,16 +43,16 @@ %% Set up glossary % \input{glossary} - + %% Set up Acronyms -\input{format/acronyms} +% \input{format/acronyms} %% Set up keyphrases \input{format/keyphrases} %% Set up definitions %\input{definitions} - + % To avoid bugs with page numbering % \hypersetup{pageanchor=false} @@ -71,28 +71,32 @@ % -- FRONTMATTER -- \include{frontmatter} - - + + + % -- CHAPTERS -- %Here you can include your chapters, as shown +\include{01_chapters/ch1-intro} +\renewcommand{\chaptercolor}{RWTHPetrol100} +\include{01_chapters/ch2-theory} +% +% Proposed Chapters +%\include{01_chapters/Einleitung} +%\include{01_chapters/Stand_der_Technik} +%\include{01_chapters/Versuchsplanung} +%\include{01_chapters/Versuchsdurchführung} +%\include{01_chapters/Diskussion_der_Ergebnisse} +%\include{01_chapters/Zusammenfassung_und_Ausblick} + +% -- LITERATURE -- +%\printbibliography +\include{format/literature} + +% -- GLOSSARY -- +%\printglossary +% \printglossaries + +% -- APPENDIX -- +%\include{appendix} - % Proposed Chapters - %\include{01_chapters/Einleitung} - %\include{01_chapters/Stand_der_Technik} - %\include{01_chapters/Versuchsplanung} - %\include{01_chapters/Versuchsdurchführung} - %\include{01_chapters/Diskussion_der_Ergebnisse} - %\include{01_chapters/Zusammenfassung_und_Ausblick} - - % -- LITERATURE -- - %\printbibliography - \include{format/literature} - - % -- GLOSSARY -- - %\printglossary - % \printglossaries - - % -- APPENDIX -- - %\include{appendix} - \end{document} diff --git a/texlive_packages.txt b/texlive_packages.txt index 6343d311e74de952d287943aaa8cfac2ae1042bd..85753c2a4ceaf3d78af5db6e57ee5a4271121942 100644 --- a/texlive_packages.txt +++ b/texlive_packages.txt @@ -1 +1 @@ -acronym adjustbox animate anyfontsize babel-english beamer biber biblatex bigfoot babel-german babel-french babel-english blindtext bookmark caption catchfile chronosys cleveref csquotes datetime enumitem environ extsizes fancyhdr fira firamath firamath-otf fmtcount footmisc geometry glossaries glossaries-extra hyphen-german ifplatform koma-script latexindent listings makeindex mathspec media9 microtype ninecolors nomencl ocgx2 pdflscape pdfpages pgfplots placeins preprint ragged2e regexpatch savetrees silence siunitx stackengine svg tabbing tabularray tcolorbox texcount textpos titlesec tocloft todonotes transparent trimspaces wrapfig xstring zref +acronym adjustbox animate anyfontsize babel-english beamer biber biblatex bigfoot babel-german babel-french babel-english blindtext bookmark caption catchfile chronosys cleveref csquotes datetime draftwatermark enumitem environ extsizes fancyhdr fira firamath firamath-otf fmtcount footmisc geometry glossaries glossaries-extra hyphen-german ifplatform ifoddpage koma-script latexindent libertine listings ltablex makeindex mathspec media9 microtype ninecolors nomencl nth ocgx2 pdflscape pdfpages pgfplots placeins preprint ragged2e regexpatch romanbar savetrees silence siunitx stackengine svg tabbing tabularray tcolorbox texcount textpos titlesec tikzpagenodes tocloft todonotes transparent trimspaces wrapfig xltabular xstring zref