diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-27 20:48:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-27 20:48:33 +0000 |
commit | 32894c90493383140e5d86808080326acb3d2a05 (patch) | |
tree | 19d1c32996946257243941f3cc3150930e6d8d15 /Master/texmf-dist/tex/latex/elteikthesis | |
parent | 746179e04b20576fa867978ea81962c76e5b5356 (diff) |
elteikthesis
git-svn-id: svn://tug.org/texlive/trunk@22224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/elteikthesis')
-rw-r--r-- | Master/texmf-dist/tex/latex/elteikthesis/elteikthesis.cls | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/elteikthesis/elteikthesis.cls b/Master/texmf-dist/tex/latex/elteikthesis/elteikthesis.cls index aa2f5eb557e..d5454fa8647 100644 --- a/Master/texmf-dist/tex/latex/elteikthesis/elteikthesis.cls +++ b/Master/texmf-dist/tex/latex/elteikthesis/elteikthesis.cls @@ -49,9 +49,13 @@ \DeclareRobustCommand{\university}[1]{ \renewcommand{\ths@university}{#1} } -\newcommand{\ths@wing}{Informatikai Kar} -\DeclareRobustCommand{\wing}[1]{ -\renewcommand{\ths@wing}{#1} +\newcommand{\ths@additionaltext}{} +\DeclareRobustCommand{\additionaltext}[1]{ +\renewcommand{\ths@additionaltext}{#1} +} +\newcommand{\ths@faculty}{Informatikai Kar} +\DeclareRobustCommand{\faculty}[1]{ +\renewcommand{\ths@faculty}{#1} } \newcommand{\ths@department}{} \DeclareRobustCommand{\department}[1]{ @@ -65,11 +69,12 @@ \DeclareRobustCommand{\temavezeto}[1]{\supervisor{#1}} \DeclareRobustCommand{\temavezetocime}[1]{\supervisorstitle{#1}} \DeclareRobustCommand{\egyetem}[1]{\university{#1}} -\DeclareRobustCommand{\kar}[1]{\wing{#1}} +\DeclareRobustCommand{\kar}[1]{\faculty{#1}} \DeclareRobustCommand{\tanszek}[1]{\department{#1}} \DeclareRobustCommand{\evszam}[1]{\thesisyear{#1}} \DeclareRobustCommand{\varos}[1]{\city{#1}} \DeclareRobustCommand{\szak}[1]{\period{#1}} +\DeclareRobustCommand{\plusszoveg}[1]{\additionaltext{#1}} \renewcommand{\maketitle}{ \begin{titlepage} \vspace*{0cm} @@ -81,7 +86,7 @@ \end{minipage} & & \begin{minipage}{7cm} \vspace{0pt}\ths@university \vspace{10pt} -\newline \ths@wing \vspace{10pt} +\newline \ths@faculty \vspace{10pt} \newline \ths@department \end{minipage} \end{tabular} @@ -99,6 +104,9 @@ \end{tabular} \vfill +\ths@additionaltext + +\vspace*{1cm} \ths@city, \ths@thesisyear \end{titlepage} } |