diff --git a/README.md b/README.md index 38c95bc..056e563 100644 --- a/README.md +++ b/README.md @@ -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,% ``` diff --git a/classicthesis-config.tex b/classicthesis-config.tex index c86922f..f618c42 100644 --- a/classicthesis-config.tex +++ b/classicthesis-config.tex @@ -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 diff --git a/frontbackmatter/Bibliography.tex b/frontbackmatter/Bibliography.tex index a02afff..211e41a 100644 --- a/frontbackmatter/Bibliography.tex +++ b/frontbackmatter/Bibliography.tex @@ -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] diff --git a/frontbackmatter/Titlepage_en.tex b/frontbackmatter/Titlepage_en.tex new file mode 100644 index 0000000..afa1ef2 --- /dev/null +++ b/frontbackmatter/Titlepage_en.tex @@ -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}