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{\lstcodelabel}{Forráskódjegyzék}
|
||||||
\newcommand{\lstnomencl}{Jelölésjegyzék}
|
\newcommand{\lstnomencl}{Jelölésjegyzék}
|
||||||
\newcommand{\todolabel}{Teendők listája}
|
\newcommand{\todolabel}{Teendők listája}
|
||||||
}{ % Angol
|
|
||||||
|
\newcommand{\declarationplaceholder}{Az eredeti szakdolgozati / diplomamunka témabjelentő helye.}
|
||||||
|
}
|
||||||
|
{ % Angol
|
||||||
\newcommand{\authorlabel}{Author}
|
\newcommand{\authorlabel}{Author}
|
||||||
\newcommand{\suplabel}{Supervisor}
|
\newcommand{\suplabel}{Supervisor}
|
||||||
\newcommand{\intsuplabel}{Internal supervisor}
|
\newcommand{\intsuplabel}{Internal supervisor}
|
||||||
@ -119,6 +122,8 @@
|
|||||||
\newcommand{\lstcodelabel}{List of Codes}
|
\newcommand{\lstcodelabel}{List of Codes}
|
||||||
\newcommand{\lstnomencl}{List of Symbols}
|
\newcommand{\lstnomencl}{List of Symbols}
|
||||||
\newcommand{\todolabel}{Todo list}
|
\newcommand{\todolabel}{Todo list}
|
||||||
|
|
||||||
|
\newcommand{\declarationplaceholder}{This page should be the original Thesis Topic Declaration.}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
% ------------------------------
|
% ------------------------------
|
||||||
@ -504,3 +509,21 @@
|
|||||||
\end{titlepage}
|
\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ő)
|
% Címlap (kötelező)
|
||||||
% Title page (mandatory)
|
% Title page (mandatory)
|
||||||
\maketitle
|
\maketitle
|
||||||
|
\topicdeclaration
|
||||||
|
|
||||||
% Tartalomjegyzék (kötelező)
|
% Tartalomjegyzék (kötelező)
|
||||||
% Table of contents (mandatory)
|
% Table of contents (mandatory)
|
||||||
|
Loading…
Reference in New Issue
Block a user