From a92bf4fe5f2885b31a21e190ab773238ca1c88d5 Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Thu, 9 Nov 2017 12:17:53 +0100 Subject: [PATCH] Added information on how to configure hdathesis-config.tex --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 4b57c92..140892e 100644 --- a/README.md +++ b/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