mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Include topic declaration as external PDF file.
This commit is contained in:
parent
a1ec9b31fc
commit
d54fc84c7b
@ -121,8 +121,6 @@
|
||||
\newcommand{\lstnomencl}{Jelölésjegyzék}
|
||||
\newcommand{\todolabel}{Teendők listája}
|
||||
\newcommand{\acklabel}{Köszönyetnyilvánítás}
|
||||
|
||||
\newcommand{\declarationplaceholder}{Az eredeti szakdolgozati / diplomamunka témabejelentő helye.}
|
||||
}
|
||||
{ % English
|
||||
\newcommand{\authorlabel}{Author}
|
||||
@ -146,8 +144,6 @@
|
||||
\newcommand{\lstnomencl}{List of Symbols}
|
||||
\newcommand{\todolabel}{Todo list}
|
||||
\newcommand{\acklabel}{Acknowledgements}
|
||||
|
||||
\newcommand{\declarationplaceholder}{This page should be the original Thesis Topic Declaration.}
|
||||
}
|
||||
}
|
||||
% ------------------------------
|
||||
@ -383,6 +379,12 @@
|
||||
%\RequirePackage{mpfnmark}
|
||||
% ------------------------------
|
||||
|
||||
% ------------------------------
|
||||
% Include PDF documents
|
||||
% For topic declaration page
|
||||
\RequirePackage{pdfpages}
|
||||
% ------------------------------
|
||||
|
||||
% ------------------------------
|
||||
% Appendix
|
||||
\RequirePackage{appendix}
|
||||
@ -535,24 +537,6 @@
|
||||
}
|
||||
% ------------------------------
|
||||
|
||||
% ------------------------------
|
||||
% Topic declaration page
|
||||
\newcommand{\topicdeclaration}{
|
||||
\thispagestyle{empty}
|
||||
\begin{center}
|
||||
\vspace*{\fill}
|
||||
|
||||
{\large \declarationplaceholder}
|
||||
|
||||
\vspace*{\fill}
|
||||
\end{center}
|
||||
|
||||
|
||||
\cleardoublepage
|
||||
\setcounter{page}{1}
|
||||
}
|
||||
% ------------------------------
|
||||
|
||||
\AtBeginDocument{
|
||||
% If the minted package is loaded, then provide a default for the formatting,
|
||||
% and set the labels for the listings
|
||||
|
Binary file not shown.
@ -47,7 +47,8 @@
|
||||
|
||||
% Title page (mandatory)
|
||||
\maketitle
|
||||
\topicdeclaration
|
||||
% Topic declaration page (mandatory) - can also be attached instead
|
||||
%\includepdf{topicdeclaration.pdf}
|
||||
|
||||
% Table of contents (mandatory)
|
||||
\tableofcontents
|
||||
|
Binary file not shown.
@ -47,7 +47,8 @@
|
||||
|
||||
% Title page (mandatory)
|
||||
\maketitle
|
||||
\topicdeclaration
|
||||
% Topic declaration page (mandatory) - can also be attached instead
|
||||
%\includepdf{temabejelento.pdf}
|
||||
|
||||
% Table of contents (mandatory)
|
||||
\tableofcontents
|
||||
|
Loading…
Reference in New Issue
Block a user