feat: add kierunek, specjalnosc, work type

This commit is contained in:
Krzysztof Rudnicki 2022-08-19 20:45:16 +02:00
parent 4acea01996
commit 723b1d8a05
2 changed files with 20 additions and 1 deletions

Binary file not shown.

View File

@ -7,6 +7,13 @@
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{geometry}
\usepackage[T1]{fontenc}
\usepackage{polski}
\usepackage[utf8]{inputenc}
\usepackage{microtype}
\usepackage{times}
\geometry{
inner=30mm,
outer=20mm,
@ -28,6 +35,10 @@
\newfontfamily{\adagio}{Adagio_Slab}
\newfontfamily{\adagioLight}{Adagio Slab Light}
\newfontfamily{\helveticaLight}{/usr/share/fonts/HelveticaLt.ttf}
\newfontfamily{\helvetica}{Helvetica.ttf}
\begin{document}
\begin{titlepage}
\begin{minipage}{0.8\textwidth}%
@ -48,8 +59,16 @@
\begin{center}
{\fontsize{43}{43}\adagio Praca dyplomowa inżynierska }
{\fontsize{43}{43}\adagioLight Praca dyplomowa inżynierska}
\end{center}
\begin{center}
{\fontsize{12}{12}\helveticaLight na kierunku Computer Science}
\end{center}
\begin{center}
{\fontsize{12}{12}\helveticaLight na specjalno{\adagioLight ś}ci Computer Systems and Networks }
\end{center}
\end{titlepage}