-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 063091a Author: Oliver Kogel <[email protected]> Date: Sat Dec 4 22:34:45 2021 +0100 remove update files (#107) commit e02e02a Author: Max <[email protected]> Date: Fri Dec 3 13:16:43 2021 +0100 Toggelbare Vorgaben nach Prof. Kusche: "Kuschemode" (#103) * prep work * load config before setup * adjust page numbering in Kusche Mode * document change in Readme * Kusche: move InhaltsVZ to bottom * add abstracts * add section in left footer * try new fig counter ...and clean some comments * fix last commit * also kusche-format tables * reflect changes; deal with some linter warnings * README cleanup * unsolicited font recommendation * fix and speedup * fixed: setnumbering of Anlagen to normal * removed some unneded packages in order to speed up the build process and do housekeeping for more details, see #78 (not all packages suggested by @photovoltex were removed since some are actually needed) * german comments WE ARE A VERY DEUTSCHES REPOSITORY AND ZIS IS WHY WE BRAUCHEN DEUTSCHE KOMMENTARE (see #5) * fixes and documentation * fix missing "Anlagen"-Section * General Enhancements to improve the user's experience Co-authored by: @RvNovae * use pretty fonts as discussed with @photovoltex and @RvNovae I made this a seperate commit to be easily revertable * Apply suggestions from code review Co-authored-by: Oliver Kogel <[email protected]> * fix lost fi as pointed out by @photovoltex in #103 * rename kusche and put him in the tests * you know what happened * move Anpassungsfortschritt and transform to documentation * make fancy fonts toggleable * try doing workflow change and move abstract * hopefully fix sed syntax * maybe capturing whitespaces will work? * uhhh i have NO IDEA how this works but let's give it a shot * OK, that's how you DONT * damn typo * i blame regex * \a\a\a\a\a\a\h\h\?\? \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ * dude, who designed that?!? * remove debug flag from sed and put something inside the abstract * Kusche mode: anlagen after toc * hanging indent is in fact working * deactivate kusche mode and abstract by default * rename artifacts * rename fonts readme heading and remove codeblock * move abstract docu to its own heading * fix 2 template comments * Update config.tex Co-authored-by: Oliver Kogel <[email protected]> * comment for fancy fonts packages * Einrückungen * refactor to one artifact * apply changes from code review oder so * fix fonts for mathrm * fix cleardoublepage for appendix in Kusche Mode Co-authored-by: Oliver Kogel <[email protected]>
- Loading branch information
1 parent
036a71d
commit d84663c
Showing
12 changed files
with
295 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
% hier können Sie Ihr Abstract schreiben |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,58 @@ | ||
\usepackage [a4paper, | ||
inner = 3cm, | ||
outer = 2.5cm, | ||
top = 2.5cm, | ||
bottom = 2.5cm]{geometry} | ||
\usepackage [utf8]{inputenc} | ||
\usepackage {setspace} | ||
\usepackage {titletoc} | ||
\usepackage [hyperfootnotes = false, | ||
hidelinks]{hyperref} | ||
\usepackage {amssymb} | ||
\usepackage {fancyhdr} | ||
\usepackage [version = 3]{acro} | ||
\usepackage {enumitem} | ||
\usepackage [T1]{fontenc} | ||
\usepackage [style=german]{csquotes} | ||
\usepackage [backend=biber, | ||
style = alphabetic, | ||
citestyle = components/alphabetic-ibid, | ||
giveninits = true, | ||
ibidtracker = true, | ||
minbibnames = 3, | ||
minalphanames= 3]{biblatex} | ||
\usepackage [ngerman]{babel} | ||
\usepackage {csquotes,xpatch} | ||
\usepackage {footmisc} | ||
\usepackage {graphicx} | ||
\usepackage {caption} | ||
\usepackage {ifthen} | ||
\usepackage {xparse} | ||
\usepackage {float} | ||
\usepackage {etoolbox} | ||
\usepackage {tocloft} | ||
\usepackage {icomma} | ||
\usepackage {lmodern} | ||
\usepackage {totcount} | ||
\usepackage [a4paper, | ||
inner = 3cm, | ||
outer = 2cm, | ||
top = 2.5cm, | ||
bottom = 2.5cm]{geometry} | ||
\usepackage {setspace} | ||
\usepackage [hyperfootnotes = false, | ||
hidelinks]{hyperref} | ||
\usepackage {amssymb} | ||
\usepackage {fancyhdr} | ||
\usepackage [version = 3]{acro} | ||
\usepackage {enumitem} | ||
\usepackage [style=german]{csquotes} | ||
\usepackage [backend=biber, | ||
style = alphabetic, | ||
citestyle = components/alphabetic-ibid, | ||
giveninits = true, | ||
ibidtracker = true, | ||
minbibnames = 3, | ||
minalphanames= 3]{biblatex} | ||
\usepackage [ngerman]{babel} | ||
\usepackage {footmisc} | ||
\usepackage {graphicx} | ||
\usepackage {caption} | ||
\usepackage {xparse} | ||
\usepackage {float} | ||
\usepackage {tocloft} | ||
\usepackage {lmodern} | ||
\usepackage {totcount} | ||
\usepackage {chngcntr} | ||
\usepackage {icomma} % korrekte Darstellung von Kommas in Formeln | ||
|
||
% schönere Fonts, aber optional. Zum deaktivieren CFANCYFONTS in config.tex auf 0 setzen | ||
\if\CFANCYFONTS 1 | ||
\usepackage [scaled=0.88]{beraserif} % Bera Serifen Font | ||
\usepackage [scaled=0.85]{berasans} % Bera Sans Font | ||
\usepackage [scaled=0.84]{beramono} % Bera Mono Font | ||
\usepackage [T1]{fontenc} | ||
\usepackage {mathpazo} % Palatino Font | ||
\usepackage [T1,small,euler-digits]{eulervm} % Euler Font | ||
\DeclareMathAlphabet{\mathrm}{OT1}{cmr}{m}{n} % mathrm soll weiter Computer Modern als Font nutzen, siehe #103 | ||
\DeclareMathAlphabet{\mathit}{OT1}{cmr}{m}{it} | ||
\usepackage {listings} | ||
\lstset{ | ||
basicstyle=\ttfamily, | ||
breaklines=true | ||
} | ||
\fi | ||
|
||
% VERALTETE PAKETE | ||
% nicht mehr benötigt, aber für Rückwärtskompatibilität noch enthalten | ||
% einkommentieren, wenn nach einem Template-Update Probleme auftauchen | ||
|
||
%\usepackage [utf8]{inputenc} | ||
%\usepackage {titletoc} | ||
%\usepackage {csquotes,xpatch} | ||
%\usepackage {ifthen} | ||
%\usepackage {etoolbox} |
Oops, something went wrong.