-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathminimal.tex
87 lines (83 loc) · 2.54 KB
/
minimal.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
\documentclass[first=firstname,last=lastname,company=comp,location=Dresden]{baarticle}
% already included and used packages
\usepackage[english,main=ngerman]{babel}
\usepackage[autostyle=true,german=quotes]{csquotes}
\usepackage[style=baarticle]{biblatex}
\usepackage{hyperref}
\begin{filecontents}{minimal.bib}
@book{cloudcomp,
author = {John W. Rittinghouse and James F. Ransome},
title = {Cloud Computing},
subtitle = {Implementation, Management and Security},
location = {Boca Raton},
year = {2018}
}
@collection {digitalisierung,
title = {Digitalisierung in Unternehmen},
subtitle = {Von den theoretischen Ansätzen zur praktischen Umsetzung},
location = {Wiesbaden},
year = {2018},
publisher = {Thomas Hans Barton and Christian Müller and Christian Seel}
}
@incollection{rpa,
author = {C. Czarnecki and G. Auth},
title = {Prozessdigitalisierung durch Robotic Process Automation},
crossref = {digitalisierung},
pages = {113-132}
}
@unpublished{internal,
author = {{Company}},
title = {Top Secret},
year = {2021}
}
\end{filecontents}
\addbibresource{minimal.bib}
\begin{document}
\mktitle{
title=Test Report,
img=images/logo.png,
course=science,
number=1234,
corrector={corrector 1,corrector 2},
themedate=\today,
returndate=\today
}
\mkblocknotice{
signature=images/signature.png,
date=\today,
location=Dresden
}
\mkfrontmatter{
\addcontentsline{toc}{section}{Abkürzungsverzeichnis}
\section*{Abkürzungsverzeichnis}
}
\section{abc}
Le citation.\vglcite[17-22]{cloudcomp}
The duplicate.\vglcite[33-35]{cloudcomp}
longlonglong longlonglong longlonglong longlonglong longlonglong longlonglong longlonglong longlonglong\vglcite[38]{rpa}
\footnote{longlonglong longlonglong longlonglong longlonglong longlonglong longlonglong longlonglong longlonglong}
\subsection{sub}
\subsection{pub}
\section{abc}
\begin{bafigure}{Image regarding section abc}
The image.
\end{bafigure}
\clearpage
\begin{baappx}
\begin{bafigure}{Abc}
asdasdas
\end{bafigure}
\addtoappx{Def}
asdagggh
\addtoappx{Ghi}
eufzsiukefhabl\bacite[7]{internal}
\end{baappx}
\clearpage
\printbibliography[heading=bibintoc]
longlonglong longlonglong longlonglong longlonglong longlonglong longlonglong longlonglong longlonglong
\clearpage
\mkaffirmation{
signature=images/signature.png,
date=\today
}
\end{document}