mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Added placeholder page for thesis topic declaration.
This commit is contained in:
parent
3e54808b29
commit
b54e359526
@ -99,7 +99,10 @@
|
||||
\newcommand{\lstcodelabel}{Forráskódjegyzék}
|
||||
\newcommand{\lstnomencl}{Jelölésjegyzék}
|
||||
\newcommand{\todolabel}{Teendők listája}
|
||||
}{ % Angol
|
||||
|
||||
\newcommand{\declarationplaceholder}{Az eredeti szakdolgozati / diplomamunka témabjelentő helye.}
|
||||
}
|
||||
{ % Angol
|
||||
\newcommand{\authorlabel}{Author}
|
||||
\newcommand{\suplabel}{Supervisor}
|
||||
\newcommand{\intsuplabel}{Internal supervisor}
|
||||
@ -119,6 +122,8 @@
|
||||
\newcommand{\lstcodelabel}{List of Codes}
|
||||
\newcommand{\lstnomencl}{List of Symbols}
|
||||
\newcommand{\todolabel}{Todo list}
|
||||
|
||||
\newcommand{\declarationplaceholder}{This page should be the original Thesis Topic Declaration.}
|
||||
}
|
||||
}
|
||||
% ------------------------------
|
||||
@ -504,3 +509,21 @@
|
||||
\end{titlepage}
|
||||
}
|
||||
% ------------------------------
|
||||
|
||||
% ------------------------------
|
||||
% Témabejelentő
|
||||
\newcommand{\topicdeclaration}{
|
||||
\thispagestyle{empty}
|
||||
\begin{center}
|
||||
\vspace*{\fill}
|
||||
|
||||
{\large \declarationplaceholder}
|
||||
|
||||
\vspace*{\fill}
|
||||
\end{center}
|
||||
|
||||
|
||||
\cleardoublepage
|
||||
\setcounter{page}{1}
|
||||
}
|
||||
% ------------------------------
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -55,6 +55,7 @@
|
||||
% Címlap (kötelező)
|
||||
% Title page (mandatory)
|
||||
\maketitle
|
||||
\topicdeclaration
|
||||
|
||||
% Tartalomjegyzék (kötelező)
|
||||
% Table of contents (mandatory)
|
||||
|
Loading…
Reference in New Issue
Block a user