aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/punktgruppen/standalone.tex
diff options
context:
space:
mode:
authorLukaszogg <82384106+Lukaszogg@users.noreply.github.com>2021-07-17 16:03:21 +0200
committerLukaszogg <82384106+Lukaszogg@users.noreply.github.com>2021-07-17 16:03:21 +0200
commitf4e4cd2fd6afeab395a63db5401e68a1b379eee8 (patch)
treecb7be6b76ce1ec7ec3821b3bd61b85d65f0a2fa5 /buch/papers/punktgruppen/standalone.tex
parentTeil1+Teil0 (diff)
parentMerge pull request #37 from JODBaer/Baer (diff)
downloadSeminarMatrizen-f4e4cd2fd6afeab395a63db5401e68a1b379eee8.tar.gz
SeminarMatrizen-f4e4cd2fd6afeab395a63db5401e68a1b379eee8.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'buch/papers/punktgruppen/standalone.tex')
-rw-r--r--buch/papers/punktgruppen/standalone.tex30
1 files changed, 30 insertions, 0 deletions
diff --git a/buch/papers/punktgruppen/standalone.tex b/buch/papers/punktgruppen/standalone.tex
new file mode 100644
index 0000000..3317318
--- /dev/null
+++ b/buch/papers/punktgruppen/standalone.tex
@@ -0,0 +1,30 @@
+\documentclass{book}
+
+\input{common/packages.tex}
+
+% additional packages used by the individual papers, add a line for
+% each paper
+\input{papers/common/addpackages.tex}
+
+% workaround for biblatex bug
+\makeatletter
+\def\blx@maxline{77}
+\makeatother
+\addbibresource{chapters/references.bib}
+
+% Bibresources for each article
+\input{papers/common/addbibresources.tex}
+
+% make sure the last index starts on an odd page
+\AtEndDocument{\clearpage\ifodd\value{page}\else\null\clearpage\fi}
+\makeindex
+
+%\pgfplotsset{compat=1.12}
+\setlength{\headheight}{15pt} % fix headheight warning
+\DeclareGraphicsRule{*}{mps}{*}{}
+
+\begin{document}
+ \input{common/macros.tex}
+ \def\chapterauthor#1{{\large #1}\bigskip\bigskip}
+ \input{papers/punktgruppen/main.tex}
+\end{document}