diff --git a/README.tex b/README.tex index cb4355f..38280ec 100644 --- a/README.tex +++ b/README.tex @@ -1,57 +1,57 @@ Institute of Computer Technology - TU Wien - Guideline for the ICT Report and Thesis Template by Sofia Maragkou + Guideline for the ICT Report and Thesis Template Contact: Axel Jantsch Guidelines: https://www.tuwien.at/en/etit/ict/ressources For a quick start edit the following: ------------------------------------ main.tex Select the document type, and edit the document and author information. Add more LaTeX files if needed e.g. for more chapters. text/acronyms.tex Edit the acronyms used in this document as needed. text/preamble.tex Edit the preable of your document, including the abstract, copyright of the document, preface, acknowledgment, dedication. text/chapter.tex This file is for the main body of your text. Add more chapters if needed by adding them also in the main.tex file. text/references.tex Edit the references of your document. text/appendix.tex If needed, add the appendix of your document here. Description and usage --------------------- This template supports 5 different types of documents in english:s code 0 : report code 1: bachelor thesis code 2: master thesis code 3: PhD thesis code 4: Habilitation thesis and in german: code 10 : report code 11: bachelor thesis code 12: master thesis code 13: PhD thesis code 14: Habilitation thesis *Details for the document types you can find in setup/setup.tex To select the preferred document type, edit the file main.tex by changing the \def\doctype{x} to the preferred code correspondingly. Additionally, edit the rest of the main.tex to add the document's and the author's information. Feel free to add acronyms (text/acronyms.tex), references (references.bib), appendix information (appendix.tex), preamble (preamble.tex) and even add more chapters (e.g. chapter1.tex). In the case more chapters are added, include them in the main.tex in the following way (e.g. chapter1.tex): \input{text/chapter1} diff --git a/build/main.pdf b/build/main.pdf index f0b2609..0a4b399 100644 Binary files a/build/main.pdf and b/build/main.pdf differ diff --git a/main.pdf b/main.pdf index c7d3327..0a4b399 100644 Binary files a/main.pdf and b/main.pdf differ diff --git a/main.tex b/main.tex index 9906bd6..4ee546b 100644 --- a/main.tex +++ b/main.tex @@ -1,43 +1,43 @@ % Settings \documentclass[11pt, a4paper, svgnames]{book} % Document (thesis/report) and author (student, supervisors) information \title{Title} \author{Author(s)' Name(s)} \def\stdnum{Student ID} % Matrikel nummer (if applicable) \def\doctype{2} % Report=0, BSc=1, MSc=2, PhD=3, Hab=4 % Add 10 for German versions (Diplomarbeit=12) \def\program{Field of Study} % For reports leave this field empty \def\prognum{(Study Code)} % For reports leave this field empty \def\supervisor{Supervisor's Name} % Leave empty if not needed for you report \def\cosupervisor{Co-Supervisors's Name}% Leave empty if you don't have one -\def\submissionmonth{June} -\def\submissionyear{2020} +\def\submissionmonth{Month} +\def\submissionyear{XXXX} % Feel free to edit acronyms files and other files in the text folder as per your need, however, refrain from changing the setup files (files in the setup folder). For packages also, instead of editing, consider adding new packages elsewhere (e.g., in a new file). \input{setup/packages} % These packages must be defined before setup \input{setup/setup} % Please avoid editing \input{text/acronyms} % Please edit as necessary %---------------------------------------------------------------------------- %---------------------------------------------------------------------------- %% Document body % Edit only the preamble and the main text % *** Ideally you change only the content of the files in the text folder **** \begin{document} \input{setup/titlepage} % Generated automatically, do not change. \input{text/preamble} % Please edit as necessary %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Main Text % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Insert the main body of your document here. For longer documents we suggest using separate files and including them here with \input{} command. \input{text/chapter1} %---------------------------------------------------------------------------- % List of References \newpage \addcontentsline{toc}{chapter}{\bibname} \bibliographystyle{IEEEtran} \bibliography{text/references} % Insert your bib entries %---------------------------------------------------------------------------- % Appendices (Remove the following lines if you don't have an appendix) \appendix \renewcommand{\thechapter}{\Alph{chapter}} \input{text/appendix} %---------------------------------------------------------------------------- \end{document} \ No newline at end of file diff --git a/setup/Logo-black.png b/setup/Logo-black.png new file mode 100644 index 0000000..47b3fe9 Binary files /dev/null and b/setup/Logo-black.png differ diff --git a/setup/Logo.png b/setup/Logo.png new file mode 100644 index 0000000..8be1a6b Binary files /dev/null and b/setup/Logo.png differ diff --git a/setup/titlepage.tex b/setup/titlepage.tex index 6270cb5..6876279 100644 --- a/setup/titlepage.tex +++ b/setup/titlepage.tex @@ -1,64 +1,64 @@ \frontmatter \begin{titlepage} - \begin{center} - \includegraphics[height=2cm]{setup/TU_Logo}% + + \includegraphics[height=2cm]{setup/Logo.png}% \hfill{}% - \includegraphics[height=2cm]{setup/logo-ict}% + % \includegraphics[height=2cm]{}% - + \begin{center} \vspace{5em} {\large \type} \vspace{3em} {\Huge \bf \thetitle} \vspace{3em} {\large \purpose} \vspace{2em} {\huge \degree} \vspace{1em} {\large \typeofdegree} \vspace{1em} {\Large \program ~\prognum} \vspace{3em} {\large \by} \vspace{1em} {\huge \bf \theauthor} \vspace{1em} {\large \stdnum} \vspace{3em} \large \supervision % \vspace{2em} \vspace{2em} \location \\ \submissiondate \end{center} \end{titlepage} \thispagestyle{empty} \newpage