Adaptation to h_da style.
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
% ****************************************************************************************************
|
||||
% hdathesis-config.tex
|
||||
% Use it at the beginning of your thesis.tex, or as a LaTeX Preamble
|
||||
% in your thesis.{tex,lyx} with \input{hdathesis-config}
|
||||
% ****************************************************************************************************
|
||||
|
||||
% ****************************************************************************************************
|
||||
% 1. Personal data and user ad-hoc commands
|
||||
% ****************************************************************************************************
|
||||
\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{\myDegree}{Bachelor of Arts (B.A.)\xspace}
|
||||
%\newcommand{\myDegree}{Master of Science (M.Sc)\xspace}
|
||||
%\newcommand{\myDegree}{Master of Arts (M.A.)\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}
|
||||
|
||||
% ****************************************************************************************************
|
||||
% 2. Is it a master thesis?
|
||||
% ****************************************************************************************************
|
||||
%\PassOptionsToPackage{master}{hdahesis} % uncomment if this is a master thesis
|
||||
|
||||
% ****************************************************************************************************
|
||||
% 3. Does the thesis have a lock flag?
|
||||
% ****************************************************************************************************
|
||||
\PassOptionsToPackage{lockflag}{hdathesis} % uncomment if this thesis has a lock flag
|
||||
|
||||
% ****************************************************************************************************
|
||||
% 4. Loading some handy packages
|
||||
% ****************************************************************************************************
|
||||
% ********************************************************************
|
||||
% Packages with options that might require adjustments
|
||||
% ********************************************************************
|
||||
|
||||
%\PassOptionsToPackage{ngerman,american}{babel} % change this to your language(s)
|
||||
% Spanish languages need extra options in order to work with this template
|
||||
%\PassOptionsToPackage{spanish,es-lcroman}{babel}
|
||||
\usepackage{babel}
|
||||
|
||||
Reference in New Issue
Block a user