-
Notifications
You must be signed in to change notification settings - Fork 1
/
english.babel
73 lines (73 loc) · 2.15 KB
/
english.babel
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
%
% definições para textos em inglês
%
\@namedef{captionsenglish}{%
\def\bibname{References}%
\def\abstractname{Abstract}%
\def\appendixname{Appendix}%
\def\contentsname{Contents}%
\def\listfigurename{List of Figures}%
\def\listtablename{List of Tables}%
\def\listdefname{List of Definitions}%
\def\listtheoremsname{List of Theorems}%
\def\corollaryname{Corollary}%
\def\propositionname{Proposition}%
\def\definitionname{Definition}%
\def\conjecturename{Conjecture}%
\def\examplename{Example}%
\def\exercisename{Exercise}%
\def\propertyname{Property}%
\def\remarknamek{Remark}%
\def\lemmaname{Lemma}%
\def\theoremname{Theorem}%
\def\proofname{Proof}%
\def\figurename{Figure}%
\def\tablename{Table}%
\def\advisorname{Advisor}%
\def\coadvisorname{Coadvisor}%
\def\listabbrvname{List of Abbreviations and Acronyms}%
\def\listsymbolname{List of Symbols}%
\def\annexname{Annex}%
\def\keywordsname{Keywords}%
\def\cipcaption{CIP -- CATALOGING-IN-PUBLICATION}%
\def\byname{by}%
\def\dissname{Thesis (Master)}%
\def\dissspecificinfo{%
Thesis presented in partial fulfillment\\
of the requirements for the degree of\\
Master of Computer Science
}%
\def\tesename{Thesis (Ph.D.)}%
\def\tesespecificinfo{%
Thesis presented in partial fulfillment\\
of the requirements for the degree of\\
Doctor of Computer Science
}%
\def\planodoutoradospecificinfo{PhD Work Plan}%
\def\proptesename{Ph.D. Thesis Proposal}%
\def\proptesespecificinfo{Ph.D. Thesis Proposal}%
\def\tcname{Final Report (Master)}%
\def\tcspecificinfo{%
Final Report presented in partial fulfillment\\
of the requirements for the degree of\\
Master of Informatics
}%
\def\rpname{Research Report}%
\def\financname{Supporting Agencies}%
\def\especname{Monography (specialization)}%
\def\especspecificinfo{%
Monography presented in partial fulfillment
of the requirements for the degree of Especialista
}%
\def\coordname{Course Coordinator}%
}
\@namedef{dateenglish}{%
\def\monthname{%
\ifcase\month\or%
January\or February\or March\or April\or%
May\or June\or July\or August\or September\or%
October\or November\or December%
\fi%
}%
\def\ii@date{\@publmonth~\@publyear}%
}