From 8c8527f5b7ed4f5f18346df7cc48d4dba6f6986e Mon Sep 17 00:00:00 2001
From: Ondrej Guth <ondrej.guth@fit.cvut.cz>
Date: Sun, 26 Feb 2023 15:47:22 +0100
Subject: [PATCH] issue 18: support for multipage assignment

---
 ctufit-thesis.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ctufit-thesis.tex b/ctufit-thesis.tex
index a501762..b8389bd 100644
--- a/ctufit-thesis.tex
+++ b/ctufit-thesis.tex
@@ -116,7 +116,7 @@
 \begin{document} 
 \frontmatter\frontmatterinit % do not remove these two commands
 
-\includepdf{assignment-include.pdf} % replace that file with your thesis assignment provided by study office
+\includepdf[pages={1-}]{assignment-include.pdf} % replace that file with your thesis assignment provided by study office
 
 \thispagestyle{empty}\cleardoublepage\maketitle % do not remove these three commands
 
-- 
GitLab