Skip to content
Snippets Groups Projects
README.md 1.37 KiB
Newer Older
Karl Kirschner's avatar
Karl Kirschner committed
# hbrs-thesis-template

karl's avatar
karl committed
Latex template for theses (bachelor, master or PhD) at the University of Applied Sciences Bonn-Rhein-Sieg.
Karl Kirschner's avatar
Karl Kirschner committed

karl's avatar
karl committed
Currently, the template is for the Department of Computer Science, but can easily be modified for use in other departments.
Karl Kirschner's avatar
Karl Kirschner committed

karl's avatar
karl committed
Students should consult their primary examiner for how the thesis should specifically be formatted.
Karl Kirschner's avatar
Karl Kirschner committed

karl's avatar
karl committed
Note that if your thesis is with a company that has protected intellectual property, you must include a "Sperrvermerk" (blocking or barring notice) on the thesis.
Karl Kirschner's avatar
Karl Kirschner committed

karl's avatar
karl committed
If you have a compnay logo that you want to include, then uncomment the following line and adjust the height/width accordingly:
\includegraphics[height=1.2cm]{second_logo.pdf}
Karl Kirschner's avatar
Karl Kirschner committed

karl's avatar
karl committed
If you are using Linux, the included Makefile will easily compile the Latex document. You must change the line that specifies which version (German or English) you are compiling (i.e. "NAME = thesis_english"). Then use the following two commands: `make clean` and `make`.
Karl Kirschner's avatar
Karl Kirschner committed

karl's avatar
karl committed
The original template and Makefile were created by Dr. Rudolf Berrendorf (http://berrendorf.inf.h-brs.de/index_e.html), Additoinal ideas concerning the class was drawn from the previous templates designed by Argentina Ortega Sainz and Ronni Hartanto.
Karl Kirschner's avatar
Karl Kirschner committed

karl's avatar
karl committed
Karl N. Kirschner, PhD
Department of Computer Science
University of Applied Sciences Bonn-Rhein-Sieg
Grantham-Allee 20
53757 Sankt Augustin, Germany
https://www.h-brs.de/en
Karl Kirschner's avatar
Karl Kirschner committed