Added information on how to configure hdathesis-config.tex

pull/3/head
Michael Bredel 8 years ago committed by GitHub
parent 25f857f30f
commit a92bf4fe5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      README.md

@ -12,6 +12,7 @@ This LaTeX-template might be used to write a bachelor or master thesis at the co
* [Table of content, figures, tables, listings, and acronyms](#table-of-content-figures-tables-listings-and-acronyms)
* [Content files](#your-content-files)
* [hdathesis-config.tex](#hdathesis-configtex)
* [Personal data](#personal-data)
* [classicthesis-config.tex](#classicthesis-configtex)
* [AbstractDE.tex and AbstractEN.tex](#abstractdetex-and-abstractentex)
* [Usage](#usage)
@ -99,6 +100,27 @@ You may also want to have a look at the _part(...)_ section at line 93 and 103.
### hdathesis-config.tex
The _hdathesis-config.tex_-file allows to configure the usual stuff needed for a thesis at h_da. Namely, you can configure the title of your thesis, your name, the names of your supervisors, dates, etc. Thus, you MUST touch this file and configure it accordingly.
##### Personal data
This is where you have to place all the personal stuff of your thesis, starting at line 7.
```
\newcommand{\myTitle}{A Classic Thesis Style\xspace}
%\newcommand{\mySubtitle}{An Homage to The Elements of Typographic Style\xspace}
\newcommand{\myDegree}{Bachelor of Science (B.Sc)\xspace}
\newcommand{\myName}{Andr\'e Miede\xspace}
\newcommand{\myId}{Matrikelnummer\xspace}
\newcommand{\myProf}{Prof. Dr.-Ing. Michael Bredel\xspace}
\newcommand{\myOtherProf}{Prof. Dr. Martin Stiemerling\xspace}
\newcommand{\myFaculty}{Fachbereich Informatik\xspace}
\newcommand{\myUni}{Hochschule Darmstadt\xspace}
\newcommand{\myLocation}{Darmstadt\xspace}
\newcommand{\myTime}{20. Feburar 2015\xspace}
\newcommand{\myVersion}{version 4.4\xspace}
```
### classicthesis-config.tex
### AbstractDE.tex and AbstractEN.tex

Loading…
Cancel
Save