mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-04 15:03:11 +02:00
93 lines
2.2 KiB
TeX
93 lines
2.2 KiB
TeX
\documentclass{report}
|
|
\usepackage{fontspec}
|
|
\usepackage{anyfontsize}
|
|
\usepackage{graphicx}
|
|
\usepackage{geometry}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\geometry{
|
|
inner=30mm,
|
|
outer=20mm,
|
|
top=25mm,
|
|
bottom=25mm,
|
|
}
|
|
\graphicspath{ {./images/} }
|
|
|
|
|
|
\newenvironment{centereq}[1][0.90]
|
|
{%
|
|
\trivlist
|
|
\centering
|
|
\setlength{\leftskip}{\dimexpr(\columnwidth-#1\columnwidth)/2\relax plus 1em}%
|
|
\setlength{\rightskip}{\leftskip}%
|
|
\item\relax
|
|
}
|
|
{\endtrivlist}
|
|
|
|
|
|
|
|
|
|
\newfontfamily{\adagio}{Adagio_Slab}
|
|
\newfontfamily{\adagioLight}{Adagio Slab Light}
|
|
\newfontfamily{\helveticaLight}{Light_Helvetica.ttf}
|
|
\newfontfamily{\helvetica}{Helvetica.ttf}
|
|
|
|
\begin{document}
|
|
\begin{titlepage}
|
|
\begin{minipage}{0.9\textwidth}%
|
|
\begin{center}
|
|
{\fontsize{24}{24}\adagio Politechnika Warszawska }
|
|
|
|
|
|
\end{center}
|
|
\begin{center}
|
|
{\fontsize{12}{12}\adagio \addfontfeature{LetterSpace=41.0} Wydział Elektroniki i Technik Informacyjnych}
|
|
|
|
\end{center}
|
|
\end{minipage}
|
|
\begin{minipage}{0.1\textwidth}%
|
|
\includegraphics[width=25mm, height=25mm]{logo.jpg}%
|
|
\end{minipage}
|
|
\\[100pt]
|
|
|
|
|
|
|
|
\begin{center}
|
|
{\fontsize{43}{43}\adagioLight Praca dyplomowa inżynierska}
|
|
\\[24pt]
|
|
{\fontsize{12}{12}\helveticaLight na kierunku Computer Science}
|
|
|
|
{\fontsize{12}{12}\helveticaLight na specjalno{\fontsize{12}{12}\adagioLight ś}ci Computer Systems and Networks \\[50pt]}
|
|
|
|
|
|
{\fontsize{14}{14}\helvetica Tworzenie aplikacji multiplatformowych na podstawie tworzenia silnika do gier "match three" \\[50pt]}
|
|
|
|
{\fontsize{11.99}{11.99}\helveticaLight numer pracy wed{\fontsize{11.99}{11.99}\adagioLight ł}ug wydzia{\fontsize{11.99}{11.99}\adagioLight ł}owej ewidencji prac \{liczba\} \\[12pt]}
|
|
|
|
{\fontsize{21}{21}\helvetica Krzysztof Rudnicki \\[12pt]}
|
|
|
|
{\fontsize{11.99}{11.99}\helveticaLight numer albumu 307585 \\[24pt]}
|
|
|
|
{\fontsize{11.99}{11.99}\helveticaLight promotor }
|
|
|
|
{\fontsize{11.99}{11.99}\helvetica dr hab. inż. Tomasz Martyn \\[12pt]}
|
|
|
|
{\fontsize{11.99}{11.99}\helveticaLight konsultacje }
|
|
|
|
{\fontsize{11.99}{11.99}\helvetica dr hab. inż. Tomasz Martyn \\[46pt]}
|
|
|
|
{\fontsize{11.99}{11.99}\helveticaLight Warszawa 2023 }
|
|
\end{center}
|
|
|
|
|
|
|
|
\end{titlepage}
|
|
|
|
\end{document}
|