Add solution cover

This commit is contained in:
Knoch 2023-04-28 13:07:06 +02:00
parent 1cc6d96ed3
commit fe7d63f9f3
4 changed files with 7 additions and 1 deletions

View File

@ -93,6 +93,7 @@ latex-script/
├── setup.tex
├── README.md
├── titlepage-exercises.tex
├── titlepage-solutions.tex
└── titlepage.tex
```

Binary file not shown.

View File

@ -14,7 +14,7 @@
\renewcommand{\thesubsection}{\arabic{subsection}}
% Title page
\input{titlepage-exercises.tex}
\input{titlepage-solutions.tex}
% or simply
% \maketitle
\thispagestyle{empty}

5
titlepage-solutions.tex Normal file
View File

@ -0,0 +1,5 @@
\thispagestyle{empty}
\includepdf{graphics/cover-solutions.pdf}
\input{imprint}