-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patha11DivulgaFinal.tex
69 lines (38 loc) · 996 Bytes
/
a11DivulgaFinal.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
%
% brownletter_example.tex - an example latex file to illustrate brownletter.cls
%
% Copyright 2003, Nesime Tatbul ([email protected])
%
\documentclass[12pt]{uaefata}
\usepackage{hyperref}
\date{} % if no date specified, today's date is used
%\subject{Ata} % optional subject line
\input{candidatos/candidatos.tex}
\input{notas/didatica.tex}
\input{notas/titulos.tex}
\input{notas/final.tex}
\input{comissao/comissao.tex}
\input{regras/regras.tex}
\signature{\prsd \\
\prsdtit \\
}
\begin{document}
\begin{letter}{
\textbf{Relatório de Divulgação dos Resultados Finais do \concurso para \cargo a que se refere o \edital..}
}
\opening{}
\centering
\textbf{Resultado Final do \concurso do \edital}
\begin{tabular}{|l|c|}
\hline
\textbf{Candidato} & \textbf{Nota Final} \\
\hline
\cdta & \cdtanf \\
\cdtb & \cdtbnf \\
\cdtc & \cdtcnf \\
\hline
\end{tabular}
\closing{Campina Grande, \today.}
%\cc{J. Kirschenbaum}
\end{letter}
\end{document}