|
23 | 23 | \pgfplotsset{compat=newest}
|
24 | 24 |
|
25 | 25 | \usepackage[backend = biber,
|
26 |
| - style = alphabetic,%numeric |
| 26 | + style = numeric, %alphabetic, numeric |
27 | 27 | firstinits = true,
|
28 | 28 | natbib = true,
|
| 29 | + url=false, |
| 30 | + doi=true, |
| 31 | + eprint=true, |
| 32 | + isbn=false, |
| 33 | + defernumbers=true, |
| 34 | + labelnumber, |
29 | 35 | hyperref = true,
|
30 |
| - maxbibnames = 10%, |
31 |
| - %sorting=none,%remove this to have things sorted, e.g. use style=alphabetic |
| 36 | + maxbibnames = 10, |
| 37 | + sorting=none,%remove this to have things sorted, e.g. use style=alphabetic |
32 | 38 | ]{biblatex}
|
33 | 39 | \renewcommand*{\labelalphaothers}{}
|
34 | 40 |
|
| 41 | +% bibliography (from dfgproposal.cls from https://github.com/klb2/dfg-proposal-template) |
| 42 | +\DeclareFieldFormat{labelnumberwidth}{\mkbibbrackets{#1}} |
| 43 | +\renewbibmacro*{cite}{% |
| 44 | + \printtext[bibhyperref]{% |
| 45 | + \printfield{labelprefix}% |
| 46 | + \ifcategory{reviewed} |
| 47 | + {\printfield{labelnumber}} |
| 48 | + {% |
| 49 | + \ifcategory{nonreviewed} |
| 50 | + {\printfield{labelnumber}} |
| 51 | + {% |
| 52 | + \printfield{labelnumber}% |
| 53 | + \printfield{extraalpha}}}}} |
| 54 | + % Here I changed the labelalpha to labelnumber which is generally preferrable I think... who wants this ugly abbreviations of author names and year of publication |
| 55 | + %\printfield{labelalpha}% |
| 56 | + %\printfield{extraalpha}}}}} |
| 57 | + |
| 58 | +\defbibenvironment{bibliographyNUM} |
| 59 | +{\list |
| 60 | + {\printtext[labelnumberwidth]{% |
| 61 | + \printfield{labelprefix}% |
| 62 | + \printfield{labelnumber}}} |
| 63 | + {\setlength{\labelwidth}{\labelnumberwidth}% |
| 64 | + \setlength{\leftmargin}{\labelwidth}% |
| 65 | + \setlength{\labelsep}{\biblabelsep}% |
| 66 | + \addtolength{\leftmargin}{\labelsep}% |
| 67 | + \setlength{\itemsep}{\bibitemsep}% |
| 68 | + \setlength{\parsep}{\bibparsep}}% |
| 69 | + \renewcommand*{\makelabel}[1]{\hss##1}} |
| 70 | +{\endlist} |
| 71 | +{\item} |
| 72 | + |
35 | 73 | %% von Hurenkindern und Schusterjungen
|
36 | 74 | \clubpenalty = 10000
|
37 | 75 | \widowpenalty = 10000 \displaywidowpenalty = 10000
|
|
93 | 131 | \newcommand{\positionmul}[3]{\par #1 \hfill \num{#3} $\times$ \num[round-mode = places, round-precision = 2]{#2}\,\euro \FPeval{\funds}{\funds + #3*#2}}
|
94 | 132 |
|
95 | 133 | % todonotes and a switch for final
|
96 |
| - |
97 | 134 | \usepackage{ifthen}
|
98 | 135 | \newboolean{finalcompile}
|
0 commit comments