diff --git a/fithesis.dtx b/fithesis.dtx index 3892ebb83ae6f8601657698652abd5e39a885b70..0916044d4ee8de1d37df2f614387148b0c1c6ddf 100644 --- a/fithesis.dtx +++ b/fithesis.dtx @@ -793,18 +793,20 @@ \long\def\thesis@thanks{#1}} % \end{macrocode} % \end{macro} -% \begin{macro}{\thesis@assignmentPDF} +% \begin{macro}{\thesis@assignmentFiles} % \subsubsection{The \texttt{assignment} key} -% The \marg{\texttt{assignment}=path} pair sets the path to the pdf -% file containing the thesis assignment to \textit{path}. The -% \textit{path} is stored within the private -% |\thesis@assignmentPDF| macro, whose implicit value is -% |\undefined|. When defined, the PDF file is injected into the +% The \marg{\texttt{assignment}=list} pair sets the comma-separated +% list of paths (and optional page spec specifiers, see the +% \textsf{pdfpages} package |\includepdfmerge| command +% documentation) to the pdf files containing the thesis assignment +% to \textit{list}. The \textit{list} is stored within the private +% |\thesis@assignmentFiles| macro, whose implicit value is +% |\undefined|. When defined, the PDF files are injected into the % resulting document instead of the placeholder % |\thesis@assignment| string. % \begin{macrocode} \define@key{thesis}{assignment}{% - \def\thesis@assignmentPDF{#1}} + \def\thesis@assignmentFiles{#1}} % \end{macrocode} % \end{macro} % \begin{macro}{\ifthesis@auto} diff --git a/logo/mu/base.pdf b/logo/mu/base.pdf deleted file mode 100644 index 40f074dedad647db58419ff74b5db8b866eb1bfd..0000000000000000000000000000000000000000 Binary files a/logo/mu/base.pdf and /dev/null differ diff --git a/logo/mu/color/base.pdf b/logo/mu/color/base.pdf deleted file mode 100644 index a918e3f18c8d473d82145dac762ba8f457bfacca..0000000000000000000000000000000000000000 Binary files a/logo/mu/color/base.pdf and /dev/null differ diff --git a/style/mu/base.dtx b/style/mu/base.dtx index 6a8b28e3bd4da851aae522b31cd98930be0fed48..dc39e512ae6e1c4ebe456f179d94a51ebae4e9e2 100644 --- a/style/mu/base.dtx +++ b/style/mu/base.dtx @@ -277,14 +277,15 @@ \def\thesis@blocks@assignment{% \ifx\thesis@type\thesis@rigorous\else% \thesis@blocks@clear% - \ifx\thesis@assignmentPDF\undefined% + \ifx\thesis@assignmentFiles\undefined% \begin{alwayssingle}% \thispagestyle{empty} \addtocounter{page}{-\ifthesis@twoside2\else1\fi} \noindent\textit{\thesis@assignment}% \end{alwayssingle}% \else% - \includepdf[pages=-]{\thesis@assignmentPDF}% + {\edef\@pdfList{\thesis@assignmentFiles}% + \expandafter\includepdfmerge\expandafter{\@pdfList}}% \fi% \thesis@blocks@clear \fi}