aboutsummaryrefslogtreecommitdiffstats
path: root/buch/common/packages.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-01-24 18:37:24 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2022-01-24 18:37:24 +0100
commit8c629a12ed7ac964e9c3b79693144496d256ad3d (patch)
tree8ed262c0e1365f96b2ab4ff50d30dd322bcee2b1 /buch/common/packages.tex
parentfix the bookcover (diff)
downloadSeminarSpezielleFunktionen-8c629a12ed7ac964e9c3b79693144496d256ad3d.tar.gz
SeminarSpezielleFunktionen-8c629a12ed7ac964e9c3b79693144496d256ad3d.zip
include cover in PDF
Diffstat (limited to 'buch/common/packages.tex')
-rw-r--r--buch/common/packages.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/buch/common/packages.tex b/buch/common/packages.tex
index 342bf7b..2051093 100644
--- a/buch/common/packages.tex
+++ b/buch/common/packages.tex
@@ -67,6 +67,7 @@
\usepackage{gensymb}
\usepackage{mathtools}
\usepackage[many]{tcolorbox}
+\usepackage{incgraph}
% import the listing styles
\input{common/lststyles.tex}
@@ -74,3 +75,7 @@
\usepackage{caption}
\usepackage[mode=buildnew]{standalone}
\usepackage[backend=bibtex]{biblatex}
+
+% set this variable to false when preparing the PDF for the printer
+\newboolean{includecover}
+\setboolean{includecover}{true}