forked from UnicampTritons/regulamentos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.tex
90 lines (61 loc) · 2.82 KB
/
base.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
\documentclass[a4paper,12pt]{article}
\input{structure.tex}
\ifteams
\newcommand{\BasicUnit}{time}
\newcommand{\BasicUnitPl}{times}
\newcommand{\CapBasicUnitPl}{Times}
\newcommand{\TaxValue}{25,00}
\else
\newcommand{\BasicUnit}{jogador}
\newcommand{\BasicUnitPl}{jogadores}
\newcommand{\CapBasicUnitPl}{Jogadores}
\newcommand{\TaxValue}{10,00}
\fi
%----------------------------------------------------------------------------------------
\begin{document}
%----------------------------------------------------------------------------------------
% TITLE
%----------------------------------------------------------------------------------------
\begin{center}
{\Huge CEU} \\
{\LARGE \Modality} \\ [1.5cm]
\end{center}
%----------------------------------------------------------------------------------------
% INFORMAÇÕES GERAIS
%----------------------------------------------------------------------------------------
\subimport{informacoes-gerais/}{_index}
%----------------------------------------------------------------------------------------
% FORMATO
%----------------------------------------------------------------------------------------
\subimport{formato/}{_index}
%----------------------------------------------------------------------------------------
% CRONOGRAMA
%----------------------------------------------------------------------------------------
\subimport{cronograma/}{_index}
%----------------------------------------------------------------------------------------
% TIMES E JOGADORES(AS)
%----------------------------------------------------------------------------------------
\ifteams
\subimport{times-e-jogadores/}{_index}
\fi
%----------------------------------------------------------------------------------------
% INSCRIÇÃO
%----------------------------------------------------------------------------------------
\subimport{inscricao/}{_index}
%----------------------------------------------------------------------------------------
% DEFINIÇÕES
%----------------------------------------------------------------------------------------
\subimport{definicoes/}{_index}
%----------------------------------------------------------------------------------------
% ESPECÍFICO À MODALIDADE
%----------------------------------------------------------------------------------------
\subimport{especifico-a-modalidade/}{_index}
%----------------------------------------------------------------------------------------
% PUNIÇÕES
%----------------------------------------------------------------------------------------
\subimport{punicoes/}{_index}
%----------------------------------------------------------------------------------------
% PREMIAÇÃO
%----------------------------------------------------------------------------------------
\subimport{premiacao/}{_index}
\end{document}