Giter VIP home page Giter VIP logo

tudothesis's Introduction

TUDoThesis Build Thesis

LaTeX class file and template for a thesis written at TU Dortmund

The template is build for use with lualatex and biblatex with biber, the class file can be used with the LaTeX engine of your choice, it is completely independent.

This is an unofficial document which was created from my bachelor thesis, which itself was strongly influenced by the latex files which @kdungs used for his bachelor's thesis.

All used packages and commands are explained in depth in the materials of the PeP et al. LaTeX Workshop:

http://toolbox.pep-dortmund.de/notes.html

Compiliation

compile with

$ latexmk

or

$ make

For more information, have a look into example.pdf

tudothesis's People

Contributors

jean1995 avatar maxnoe avatar nicojg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

tudothesis's Issues

Term "Lehrstuhl" is deprecated

The term "Lehrstuhl für Experimentelle Physik V" is officially deprecated.
If we want to avoid people to use the term "Lehrstuhl" for their theses, this should also be changed in the template.

test

System Information

  • Operating System
  • LaTeX Distribution (e.g. TeX-Live 2016)

Error / Feature Request

add english language support

I will add language support using the translations package for people who want to write their thesis' in english.

Consider using colorlink option of hyperref

As digital thesis submission is the new norm, the hyperref features actually have become useful. Hence, I would consider it nice to have a sensible link formatting style by default, like

\usepackage{hyperref}
\hypersetup{
    pdfusetitle,
    unicode,
    colorlinks,
    linkcolor={blue!50!black},
    citecolor={blue!50!black},
    urlcolor={blue!70!black}
}

(or any other colors of your choice) and thereby disabling the hideous boxes around links.

Don't use TU green for page numbers and the table of contents?

This is kind of a subjective opinion, but I think the TU green version of this thesis would be better without coloring the page numbers and the table of contents (the chapter entries).

I'm not sure if this is a needed change in the template, but because most people don't look into tudothesis.cls and just accept the way this template works, I would suggest making this change in the template.

For anyone interested in this, you can adjust the coloring of everything in the thesis by editing the following lines in tudothesis.cls:

\if@tucolor%
  \addtokomafont{title}{\color{tugreen}}          % title on titlepage
  \addtokomafont{chapter}{\color{tugreen}}     % headlines of the chapters, sections etc. 
  \addtokomafont{pagenumber}{\color{tugreen}}     % page number in the footer
  \addtokomafont{chapterentry}{\color{tugreen}}   % chapters in the table of contents
  \setkomafont{headsepline}{\color{tugreen}}        % line between header and text body
  \DeclareCaptionFont{tugreen}{\color{tugreen}}
  \captionsetup{%
              labelfont={bf,tugreen},     % bold label in tu colour
              format=plain,               % no indentation under the label
              width=0.9\textwidth,        % slightly smaller width than text
              font=small,                 % font slightly smaller than text
            }

For example, making my suggested changes would look like this:

\if@tucolor%
  \addtokomafont{title}{\color{tugreen}}          % title on titlepage
  \addtokomafont{chapter}{\color{tugreen}}     % headlines of the chapters, sections etc. 
  %\addtokomafont{pagenumber}{\color{tugreen}}     % page number in the footer
  %\addtokomafont{chapterentry}{\color{tugreen}}   % chapters in the table of contents
  \setkomafont{headsepline}{\color{tugreen}}        % line between header and text body
  \DeclareCaptionFont{tugreen}{\color{tugreen}}
  \captionsetup{%
              labelfont={bf,tugreen},     % bold label in tu colour
              format=plain,               % no indentation under the label
              width=0.9\textwidth,        % slightly smaller width than text
              font=small,                 % font slightly smaller than text
            }

größtenteils Groß- und Kleinschreibung betreffend

in Kapitel 3.2.1
"Ihren Befehl können Sie nun im Drop-Down-Menü zum kompilieren des Dokuments auswählen [...]"
zum kompilieren -> zum Kompilieren

Kapitel 4, Aufzählung "Kursiv/Aufrecht"
dritter Punkt: "- Mathematische Konstanten und Funktionenwerden ebenfalls aufrecht gesetzt."
Funktionenwerden -> Funktionen werden

Kapitel 4, Aufzählung "Kursiv/Aufrecht"
dritter Punkt: "Zum Beispiel de Eulersche Zahl e [...]"
de Eulersche Zahl -> die Eulersche Zahl

Kapitel 4.2, Abschnitt 4, Seite 8
"Die beiden gebrächlisten Stile sind numeric und alphabetic."
gebrächlisten -> gebräuchlichsten

Kapitel 4.2, Abschnitt 4, Seite 8
"Für weitere Stile konsultieren sie bitte die Dokumentation:"
konsultieren sie -> konsultieren Sie

Kapitel 4.2, Abschnitt 6, Seite 8
"Damit das Literaturverzeichnis erstellt wird, ist ein Aufruf von biber nach einem ersten kompilieren mit lualatex nötig."
nach einem ersten kompilieren -> nach einem ersten Kompilieren

Kapitel 5, erster Abschnitt
"Dies lässt sich durch Erstellen des Plots in der korrekten Größe und einbinden mit [...]"
einbinden -> Einbinden

Tabelle 5.1
kein Punkt in der Tabellenüberschrift

Anhang A
"Konstruktionszeichnungen oder ähnliches"
ähnliches -> Ähnliches

Latexdokument kompiliert nicht

Mit dem im Dokument angegebenen lualatex-Befehl kann das Dokument nicht gebaut werden. Es treten Fehler und Warnungen auf.

Auch mit make treten Fehler auf.

Weiterhin sollten die Hinweise zum Editor und lualatex-Befehl in der readme stehen, da man die ja lesen sollte, bevor man das Dokument das erste mal baut.

conflict with title length

depending on the length of the title of a thesis the \mbox{(\S,63 Abs. 5 Hochschulgesetz --HG--).} in eid_versicherung.tex extends into the margins. Is it possible to prevent this somehow?

Author Feld

Hömma! Laut KomaScript Doku lassen sich mehrere Autoren durch den \and Befehl miteinander kombinieren. Es entsteht aber ein Haufen Fehlermeldungen. Die erste lautet:

    ! Use of \end doesn't match its definition.
         \and ^^@-\end {
                   tabular}\hskip 1em \@plus .17fil\begin {tabular}[t]{c}
      l.182 \tableofcontents

Was da los? :P

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.