Merge pull request 'Update Thesis tempalte' (#3) from updated-template into main

Reviewed-on: #3
main
Jonas Franz 2 years ago
commit 261a971858
  1. 8
      README.md
  2. 4
      classicthesis-config.tex
  3. 8
      frontbackmatter/Bibliography.tex
  4. 65
      frontbackmatter/Titlepage_en.tex

@ -161,13 +161,13 @@ You may also want to have a look at the _part(...)_ section at line 93 and 103.
### Changing the Citation Style
By default, this template uses the IEEE Numeric style for citations. The IEEE citation style includes in-text citations, numbered in square brackets, which refer to the full citation listed in the reference list at the end of the paper. The reference list is organized numerically, not alphabetically. For examples, see the [IEEE Editorial Style Manual](http://ieeeauthorcenter.ieee.org/wp-content/uploads/IEEE_Style_Manual.pdf).
By default, this template uses the IEEE Alphabetic style for citatons. The IEEE citation style includes in-text citations in square brackets, which refer to the full citation listed in the reference list at the end of the paper. The reference list is organized alphabetically.
However, if you prefer to uses the IEEE Alphabetic style for citations you can do so. To this end, you have to change lines 90 and 91 of _classicthesis-config.tex_:
However, if you prefer to uses the old IEEE Numeric style for citations you can do so. To this end, you have to change lines 90 and 91 of _classicthesis-config.tex_:
```
%style=numeric-comp,%
style=alphabetic,%
style=numeric-comp,%
%style=alphabetic,%
```

@ -86,8 +86,8 @@
%backend=biber,bibencoding=utf8, %instead of bibtex
backend=bibtex8,bibencoding=ascii,%
language=auto,%
style=numeric-comp,%
%style=alphabetic,%
%style=numeric-comp,%
style=alphabetic,%
%style=authoryear-comp, % Author 1999, 2010
%bibstyle=authoryear,dashed=false, % dashed: substitute rep. author with ---
sorting=nyt, % name, year, title

@ -12,4 +12,12 @@
\addcontentsline{toc}{chapter}{\tocEntry{#1}}%
\chapter*{#1}%
}
% allow Linebreaks in urls anywhere
\setcounter{biburlnumpenalty}{100}
\setcounter{biburlucpenalty}{100}
\setcounter{biburllcpenalty}{100}
% enable to long words to break anywhere by increasing the allowed whitespace between words.
\sloppy
\printbibliography[heading=bibintoc]

@ -0,0 +1,65 @@
%*******************************************************
% Titlepage
%*******************************************************
%%%
%%% title page (english)
%%%
\thispagestyle{empty}
\pdfbookmark[0]{Titelblatt}{title}
\begin{titlepage}
% If printed on two sides, center the title page
\condTWOSIDE{\changetext{}{19mm}{}{19mm}{}}
\vspace{1cm}
\begin{center}
\includegraphics[width=7.7cm]{gfx/logo_h-da_rot} \\
\end{center}
\begin{center}
\vspace{0.1cm}
\huge \textbf{Darmstadt University of Applied Sciences}\\
\vspace{0.4cm}
\LARGE -- Faculty of Computer Science --
\end{center}
\vfill
\vfill
\begin{center}
\LARGE \textbf{\myTitle}
\end{center}
\vfill
\vfill
\begin{center}
\Large Submitted in partial fulfilment of the requirements for the degree of\\
\vspace{0.3cm}
\Large \myDegree
\end{center}
\vfill
\begin{center}
\Large by\\
\vspace{0.3cm}
\Large \textbf{\myName}\\
\vspace{0.3cm}
\normalsize Matriculation number: \myId
\end{center}
\vfill
\vfill
\begin{center}
\begin{tabular}{lll}
First Examiner & : & \myProf \\
Second Examiner & : & \myOtherProf
\end{tabular}
\end{center}
% If printed on two sides, center the title page
\condTWOSIDE{\changetext{}{-19mm}{}{-19mm}{}}
\end{titlepage}
Loading…
Cancel
Save