From 7ed4850a32fec3952db9ecd4174b63c77c181da0 Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Mon, 6 Dec 2021 11:05:27 +0100 Subject: [PATCH 1/4] Changed the Bibtex-Style to alphabetic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on a suggestion by Ute Trapp, the Bibtex style was changed to "alphabetic": "aus meiner Sicht wäre [Bau21] hilfreicher und aussagekräftiger als [1] – dann sehe ich leichter, wie alt die Quelle ist und was vermutlich vom gleichen Autor ist, ohne ins Literaturverzeichnis gehen zu müssen." --- classicthesis-config.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classicthesis-config.tex b/classicthesis-config.tex index 83e72e9..3967100 100644 --- a/classicthesis-config.tex +++ b/classicthesis-config.tex @@ -87,8 +87,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 From dab4ed291046aeab6eba6050f934fea0ce486345 Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Mon, 6 Dec 2021 11:14:39 +0100 Subject: [PATCH 2/4] Adapted the section on citation styles. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 102258d..d2a8173 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,% ``` From 9672ead6a691316a4ac13d186306384269f2d00f Mon Sep 17 00:00:00 2001 From: Yannick Meinberg Date: Tue, 14 Dec 2021 13:48:07 +0100 Subject: [PATCH 3/4] Make Bibliography sloppy --- frontbackmatter/Bibliography.tex | 8 ++++++++ 1 file changed, 8 insertions(+) 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] From 94aa399b00b884ec6f558f9ac248da8432475932 Mon Sep 17 00:00:00 2001 From: deangr Date: Tue, 25 Jan 2022 18:16:22 +0100 Subject: [PATCH 4/4] created Titlepage_en.tex Jetzt hoffentlich richtig...sorry. --- frontbackmatter/Titlepage_en.tex | 65 ++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 frontbackmatter/Titlepage_en.tex 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}