-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
62 lines (45 loc) · 1.74 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\documentclass[a4paper, 12pt]{article}
\usepackage[margin=25mm]{geometry}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{orcidlink}
\pagenumbering{gobble}
\usepackage{csquotes}
\usepackage{hyperref}
\usepackage[style=numeric,maxbibnames=100,backend=biber,sorting=none]{biblatex}
\usepackage{acronym}
\usepackage{titlesec}
\addbibresource{bibliography/biblio.bib}
% Keywords command
\providecommand{\keywords}[1]
{
\small
\textbf{\textit{Keywords:}} #1
}
\colorlet{sectitlecolor}{red!60!black}
\titleformat{\section}
{\LARGE\bfseries\color{sectitlecolor}}{\colorbox{}{\textcolor{}{\thesection}}}{}{}
\titleformat{\subsection}
{\large\bfseries\color{sectitlecolor}}{\colorbox{}{\textcolor{}{\thesubsection}}}{}{}
\begin{document}
\include{00titlepage}
\newpage
\pagenumbering{arabic}
\input{1introduction}
\input{2methods}
\input{3results}
\input{4discussion}
\input{5conclusions}
\\
\noindent\small \textbf{Authors' contribution:} All authors have drafted the first version of the manuscript. O.H., A.H.H. and F.H. wrote the final version of the manuscript. All authors have approved this final version. \\
\noindent\small \textbf{Competing interests:} The authors declare no competing interests.\\
\noindent\small \textbf{Funding:} None.\\
\noindent\small \textbf{Acknowledgments:} The authors thank Dagmar Walthemath \orcidlink{0000-0002-5886-5563} for initiating and supervising the process of generating the \ac{combine} archive and Martin Boeker \orcidlink{0000-0003-2972-2042} for mentoring the writing process of this manuscript.
\input{6abbreviation}
\nocite{*} % Die gesamte Literaturbibliothek wird eingefügt
\printbibliography
\input{7appendices}
\end{document}