-
Notifications
You must be signed in to change notification settings - Fork 0
/
title_page_3.tex
79 lines (67 loc) · 2.54 KB
/
title_page_3.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Minimalist Book Title Page
% LaTeX Template
% Version 1.0 (27/12/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Peter Wilson (herries.press@earthlink.net)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Instructions for using this template:
% This title page compiles as is. If you wish to include this title page in
% another document, you will need to copy everything before
% \begin{document} into the preamble of your document. The title page is
% then included using \titleTH within your document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
%
%\documentclass{book}
%
%\usepackage[svgnames]{xcolor} % Required to specify font color
%
%\newcommand*{\plogo}{\fbox{$\mathcal{PL}$}} % Generic publisher logo
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\newcommand*{\titleTH}{\begingroup % Create the command for including the title page in the document
\thispagestyle{empty}
\begin{center}
\makebox[\textwidth]{\includegraphics[width=\paperwidth]{header.png}}
\end{center}
\raggedleft % Right-align all text
\vspace*{\baselineskip} % Whitespace at the top of the page
{\LARGE mgr Łukasz Wawrowski}\\ % Author name
\vspace{15mm}
{{\huge Estymacja pośrednia ubóstwa na poziomie regionalnym i lokalnym w Polsce}}\\[\baselineskip] % Tytuł w języku polskim
{{\huge Indirect estimation of poverty at the regional and local level in Poland}}\\ % Tytuł w języku angielskim
\vspace{20mm}
{\Large Praca doktorska}\\
\vspace{20mm}
{\Large Promotor: dr hab. Grażyna Dehnel, prof. nadzw. UEP}\\
%{\Large Pracę przyjęto dnia ...................}\\
\vspace{45mm}
%\small{podpis Promotora}
\raggedright
Wydział Informatyki i Gospodarki Elektronicznej\\
Katedra Statystyki
\vspace*{3\baselineskip} % Whitespace at the bottom of the page
\endgroup}
%----------------------------------------------------------------------------------------
% BLANK DOCUMENT
%----------------------------------------------------------------------------------------
%
%\begin{document}
%
%\pagestyle{empty} % Removes page numbers
%
%\titleTH % This command includes the title page
%
%\end{document}