Added multiline support for university, faculty and department name.

Added the makecell package to the template.
This commit is contained in:
Máté Cserép 2019-06-07 16:56:32 +02:00
parent 9c8063cd24
commit 7af3557dbc
3 changed files with 7 additions and 7 deletions

View File

@ -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)

View File

@ -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}

View File

@ -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}