-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposter.tex
More file actions
72 lines (49 loc) · 1.76 KB
/
poster.tex
File metadata and controls
72 lines (49 loc) · 1.76 KB
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
\documentclass{gprscposter}
\usepackage{lipsum}
\usepackage{natbib}
\usepackage{booktabs}
\usepackage{subfig}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{url}
\usepackage[hidelinks]{hyperref}
\usepackage[utf8]{inputenc}
\usepackage{scalefnt}
%\usepackage[portuguese]{babel}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Configs %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setsectioncolor{matblue}
% Inform the paths to the logo files or leave empty one or both parameters.
% There are three options [ T | M | B ] to positioning them.
\setlogos[M]{images/GPRSC_Logo}{images/UTFPR_Logo}
% Choose one of the background options {1 | 2 | 3}.
% Actually, one can select any graphic file in backgrounds directory.
%\setbackground{1}
% Resize the title to keep it in two lines // {font size}{line height}
\settitlesize{64pt}{68pt}
% Resize the font of the content. Default {32pt}{38pt} // {font size}{line height}
\setcontentfontesize{42pt}{48pt}
% Resize the font of the emails. Default {26pt}{32pt} // {font size}{line height}
\setemailfontesize{42pt}{40pt}
% General info
\title{Title}
\author{Newton C. Will}
\department{Federal University of Technology - Paraná}
\email{will@utfpr.edu.br}
\posteryear{\the\year}
\copyrightholder{\href{https://coens.dv.utfpr.edu.br/gprsc/}{Research Group on Computer Networks and Computational Security - GPRSC}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% End configs %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagestyle{fancy}
\begin{document}
\begin{poster}
\section{\uppercase{Introduction}}
\section{\uppercase{Conclusion}}
\renewcommand\refname{\uppercase{References}}
\scalefont{0.55}
\bibliographystyle{abbrv}
\bibliography{reference}
\end{poster}
\end{document}