mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Added multiline support for university, faculty and department name.
Added the makecell package to the template.
This commit is contained in:
parent
9c8063cd24
commit
7af3557dbc
@ -17,6 +17,7 @@ A sablon alapértelmezetten a javasolt egy oldalas nyomtatásra konfigurált, de
|
||||
* Oszlopok és sorok egyesítése: [multirow](https://ctan.org/pkg/multirow)
|
||||
* Tördelhető táblázat: [longtable](https://ctan.org/pkg/longtable)
|
||||
* Cellatartalom vertikális igazítása: [array](https://ctan.org/pkg/array)
|
||||
* Többsoros cellák: [makecell](https://ctan.org/pkg/makecell)
|
||||
|
||||
**Felsorolások:**
|
||||
* Szoros térközű felsorolások: [paralist](https://ctan.org/pkg/paralist)
|
||||
|
@ -203,6 +203,8 @@
|
||||
\RequirePackage{longtable}
|
||||
% Celltartalmak vertikális igazítása
|
||||
\RequirePackage{array}
|
||||
% Sortörés táblázat cellákban
|
||||
\RequirePackage{makecell}
|
||||
% ------------------------------
|
||||
|
||||
% ------------------------------
|
||||
@ -329,7 +331,6 @@
|
||||
\NewDocumentCommand{\university}{m}{\newcommand{\univname}{#1}}
|
||||
\NewDocumentCommand{\faculty}{m}{\newcommand{\facname}{#1}}
|
||||
\NewDocumentCommand{\department}{m}{\newcommand{\deptname}{#1}}
|
||||
\NewDocumentCommand{\departmentSecondLine}{m}{\newcommand{\deptnamesec}{#1}}
|
||||
\NewDocumentCommand{\city}{m}{\newcommand{\cityname}{#1}}
|
||||
\NewDocumentCommand{\logo}{m}{\newcommand{\logofilename}{#1}}
|
||||
|
||||
@ -402,10 +403,9 @@
|
||||
\begin{tabular}{ c c }
|
||||
\multirow{4}{*}{\hspace{-1.0cm}\includegraphics[width=0.25\textwidth]{\logofilename}}
|
||||
|
||||
& {\sc \Large \univname} \vspace{0.3cm}\\
|
||||
& {\sc \Large \facname} \vspace{0.5cm}\\
|
||||
& {\sc \large \deptname} \vspace{0.1cm}\\
|
||||
& {\sc \large \deptnamesec}
|
||||
& {\sc \Large \makecell{\univname}} \vspace{0.3cm}\\
|
||||
& {\sc \Large \makecell{\facname}} \vspace{0.5cm}\\
|
||||
& {\sc \large \makecell{\deptname}}
|
||||
\end{tabular}
|
||||
|
||||
\vspace{5.0cm}
|
||||
|
@ -19,8 +19,7 @@
|
||||
% Egyetem metaadatai
|
||||
\university{Eötvös Loránd Tudományegyetem}
|
||||
\faculty{Informatikai Kar}
|
||||
\department{Programozáselmélet és Szoftvertechnológiai}
|
||||
\departmentSecondLine{Tanszék}
|
||||
\department{Programozáselmélet és Szoftvertechnológiai\\ Tanszék}
|
||||
\city{Budapest}
|
||||
\logo{elte_cimer_szines}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user