blob: a6d20f03495fbca8570cd97db822c157efa47513 (
plain)
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
|
%%%==============================================================================
%% Copyright 2022-present by Alceu Frigeri
%%
%% This work may be distributed and/or modified under the conditions of
%%
%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt),
%% version 1.3c (or later), and/or
%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html),
%% version 3 (or later)
%%
%% This work has the LPPL maintenance status *maintained*.
%%
%% The Current Maintainer of this work is Alceu Frigeri
%%
%% This is version {2.10} {2024/04/20}
%%
%% The list of files that compose this work can be found in the README.md file at
%% https://ctan.org/pkg/ufrgscca
%%
%%%==============================================================================
%% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil
%% EE stands for "Engineering School"
%% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym)
%%%==============================================================================
%%%%%
%%
%% those are loaded, on the fly, when selecting, or switching, to english (\@namedef{captionsenglish} vis-à-viz \begin{otherlanguage}{})
%%
%%%%%
% \def\bibname{References}% deprecated by biber
% \def\refname{\bibname}
% \setlocalecaption{english}{refname}{References}
\defbibheading{bibliography}[References]{\nonum\chapter{#1}\pagestyle{bibliography}}
\def\abstractname{Abstract}%
\def\englishabstractname{Abstract}%
\def\contentsname{Contents}%
\def\listfigurename{List of Figures}%
\def\listtablename{List of Tables}%
\def\figurename{Figure}%
\def\tablename{Table}%
\def\byname{by}%
\def\keywordsname{Keywords}%
\def\listabbrvname{List of Abbreviations}%
\def\listsymbolname{List of Symbols}%
\def\listingname{Listing}
\def\listlistingname{List of Listings}
\def\defappendixname{Appendix}%
\def\defappendixpagename{Appendices}%
\def\defannexname{Annex}%
\def\defannexpagename{Annexe}%
\def\sourcename{Source:}
\def\notename{Note}%%
|