-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.tex
95 lines (80 loc) · 2.14 KB
/
template.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
\documentclass[landscape]{article}
\usepackage{wallpaper}
\usepackage{niceframe}
\usepackage{xcolor}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{geometry}
\usepackage[pdfauthor={Hackerspace Blumenau},
pdftitle={Certificado de Participação},
pdfsubject={UM HASH}]{hyperref}
\usepackage{hyperref}
\usepackage[utf8]{inputenc}
\geometry{tmargin=.5cm,bmargin=.5cm,
lmargin=.5cm,rmargin=.5cm}
\usepackage{multicol}
\setlength{\columnseprule}{0.4pt}
\columnwidth=0.3\textwidth
\begin{document}
% \TileWallPaper{4cm}{2cm}{tiling.png}
\centering
\scalebox{3}{\color{blue!30!black!60}
\begin{minipage}{.33\textwidth}
\font\border=umrandb
\generalframe
{\border \char113} % up left
{\border \char109} % up
{\border \char112} % up right
{\border \char108} % left
{\border \char110} % right
{\border \char114} % lower left
{\border \char111} % bottom
{\border \char115} % lower right
{\centering
% COLOCAR LOGO
% \begin{minipage}{.9\textwidth}
% \centering
% \includegraphics[height=1.1cm]{escudozz.pdf}
% \end{minipage}
% \textcolor{red!10!black!90}
% {\small University of Nobodyknows}\\
\textcolor{red!30!black!90}
{\large \textsc{\underline{Certificado de Participação}} }
\bigskip
\bigskip
\textcolor{green!10!black!90}{
\tiny{
Certificamos que \textbf{NOME-PARTICIPANTE}
participou do evento \textbf{NOME-EVENTO}
no dia \textbf{DATA-EVENTO}
com duração de \textbf{DURACAO-EVENTO}.
}
}
\bigskip
\bigskip
\bigskip
\bigskip
\bigskip
\tiny
{\color{blue!40!black}
\scalebox{.7}{
\begin{tabular}{cc}
\cline{1-1} \cline{2-2} \\
& Hackerspace Blumenau \\
& http://www.hackerspaceblumenau.org/ \\
\end{tabular}
}
}
\bigskip
\textcolor{black}{
\tiny{
\scalebox{.5}{
Certificado emitido em DATA-EMISSAO.
Para validar, entre em contato com \emph{[email protected]}.
}
}
}
}
\end{minipage}
}
\end{document}