-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
65 lines (47 loc) · 1.71 KB
/
main.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[
12pt,
a4paper,
landscape
]{article}
\input{config/package}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Global variables %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% certificate type - "d" for declaration, "c" for certificate
\type{c}
% event gender - "o" for masculine, "a" for feminine
\eventgender{o}
% emitter gender - "o" for masculine, "a" for feminine
\emittergender{o}
% university the emitter is part of
\university{Universidade Estadual de Campinas (UNICAMP)}
% short description of the emitter, displayed beside its logo
\emitterdescription{Grupo de Estudos \\ de Software Livre}
% name of the certificate emitter
\emittername{LKCAMP}
% name of representative who signs the certificate
\signer{Pedro Sader Azevedo}
% position of the signer in the emitter organization
\signerposition{Coordenador}
% event date
\eventdate{12/12/2021 a 12/12/2021}
% event duration = 'd' for a day, 'p' for a period
\duration{p}
\location{Campinas - SP}
\emissiondate{\today}
\newcommand{\eventname}{Minicurso de Linux}
\newcommand{\workload}{6}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Adjustments %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\emitterdescriptionoffset{.18}
\affiliationlogosize{10.5cm}
\emitterlogosize{3cm}
\signaturesize{2.5cm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Content %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\pagestyle{empty}
\part{part}{\input{name.txt}}{\eventname}{\workload}
\end{document}