-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcapacompleta.tex
65 lines (50 loc) · 1.51 KB
/
capacompleta.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
%\documentclass[10pt,a4paper,Helvetica]{book}
\documentclass[defaultstyle,10pt,master,Helvetica]{./01.thesis}
%% Packages
\input{./00.Definitions/packages.tex}
%% Page formatting
\input{./00.Definitions/pagesetup.tex}
\usepackage[english]{babel}
\usepackage[papersize={,297mm},spine=2cm,cropmarks,textwidth=210mm,leftmargin=0in,nopagenumbers,color]{zwpagelayout}
\pagestyle{empty}
\begin{document}
\pagestyle{empty}
%%%%%%%%%Back cover
\hbox to \textwidth{%
\vbox to \textheight{\hsize \UserWidth \centering
\hfill
%texto da Back Cover
}\hss
%%%%%%%%%%
%%%%%%%%%Spine
\vbox to \textheight{ \hsize \CropSpine \centering %hsize width of pargraph
%\vspace*{2cm}
\begin{sideways}
\parbox{20.5cm}{
\vspace*{0.5cm}
\centering\textbf{\large Title of the thesis / Titulo da tese} %\fontsize{12}{12}\selectfont ::https://en.wikibooks.org/wiki/LaTeX/Fonts
\vspace{2mm} %precisa de linha de parágrafo antes e depois.
\textbf{\normalsize Nome do autor / Author name} %\fontsize{10}{10}\selectfont
\vfill
%\vspace*{\fill}
%\hfill
\vspace*{0.5cm}
}
\end{sideways}
%\vspace*{1cm}
\\[2cm] \includegraphics[width=3.cm,height=1.2cm,angle=90]{Cover/istlogo}
\\[2cm]
\vspace*{2.0cm}
}\hss
%\hspace{1mm}
%%%%%%%%%%%
%Front cover
\vbox to \textheight{\hsize \UserWidth \centering
% \vbox to \textheight{\hsize 180mm \centering
\begin{center}
\parbox{0.38\textwidth}{
\input{0.Inicio/1.cover_EN_final}
}
\end{center}
}\hss}
\end{document}