-
Notifications
You must be signed in to change notification settings - Fork 1
/
uepg.sty
148 lines (110 loc) · 3.63 KB
/
uepg.sty
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
%ljsenger
\ProvidesPackage{uepg}[2014/09/01 Criacao desta customizacao do abnTeX2]
%\newcommand{\quadroname}{Quadro}
%%\newcommand{\lstcodigo}{Listagem de código}
%\newcommand{\listofquadrosname}{Lista de quadros}
%%\newcommand{\listofcodigosname}{Lista de códigos}
%\newfloat[chapter]{quadro}{loq}{\quadroname}
%%\newfloat[chapter]{codigo}{loq}{\lstcodigo}
%\newlistof{listofquadros}{loq}{\listofquadrosname}
%%\newlistof{listofcodigos}{loq}{\listofcodigosname}
%\newlistentry{quadro}{loq}{0}
%%\newlistentry{codigo}{loq}{0}
% configurações para atender às regras da ABNT
%%\setfloatadjustment{codigo}{\centering}
%%\counterwithout{codigo}{chapter}
%\renewcommand{\cftquadroname}{\quadroname\space}
%%\renewcommand{\cftquadroname}{\lstcodigo\space}
%%\renewcommand*{\cftquadroaftersnum}{\hfill--\hfill}
% Configuração de posicionamento padrão:
%%\setfloatlocations{codigo}{hbtp}
% ljsenger (21/10/2021) start
\setlrmarginsandblock{3cm}{2cm}{*}
\setulmarginsandblock{3cm}{2cm}{*}
\checkandfixthelayout
% fonte e tamanho para nomes de capítulo e seção
\renewcommand{\ABNTEXchapterfont}{\fontseries{b}\selectfont}
\renewcommand{\ABNTEXchapterfontsize}{\large}
\renewcommand{\ABNTEXsectionfontsize}{\large\fontseries{n}\selectfont}
\renewcommand{\ABNTEXsubsectionfontsize}{\large\fontseries{n}\selectfont}
%mudança para lista de figuras
\renewcommand{\listfigurename}{Lista de figuras}
% espaçamento entre a numeração da seção e o nome da seção
\makeatletter % access to internal commands
\renewcommand{\@seccntformat}[1]{\csname the#1\endcsname\ }
\makeatother
% sumário...
\renewcommand{\cftsectionfont}{\normalfont}
\renewcommand{\cftsectionpagefont}{\cftsectionfont}
\renewcommand{\cftsubsectionfont}{\normalfont}
\renewcommand{\cftsubsectionpagefont}{\cftsubsubsectionfont}
% espaçamento simples entre parágrafos
\setlength{\parskip}{18pt}
% ljsenger (21/10/2021) end
% alterando a capa
\renewcommand{\imprimircapa}{%
\begin{capa}%
\center
\ABNTEXchapterfont\Large
UNIVERSIDADE ESTADUAL DE PONTA GROSSA\\
SETOR DE ENGENHARIAS, CIÊNCIAS AGRÁRIAS E DE TECNOLOGIA \\
DEPARTAMENTO DE INFORMÁTICA \\
\vspace*{4cm}
{\ABNTEXchapterfont\large\imprimirautor}
\vspace*{4cm}
\begin{center}
\ABNTEXchapterfont\LARGE\imprimirtitulo
\end{center}
\vfill
\large\imprimirlocal\\
\large\imprimirdata
\vspace*{1cm}
\end{capa}
}
% folha de rosto
\makeatletter
\renewcommand{\folhaderostocontent}{
\begin{center}
{\ABNTEXchapterfont\large\imprimirautor}
\vspace*{\fill}\vspace*{\fill}
\begin{center}
\ABNTEXchapterfont\Large\imprimirtitulo
\end{center}
%\vspace*{\fill}
\abntex@ifnotempty{\imprimirpreambulo}{%
\hspace{.45\textwidth}
\begin{minipage}{.5\textwidth}
\SingleSpacing
\imprimirpreambulo\\
\\\imprimirorientador\\
\abntex@ifnotempty{\imprimircoorientador}{%
{\imprimircoorientadorRotulo~\imprimircoorientador}%
}
\end{minipage}%
\vspace*{\fill}
}%
\vspace*{\fill}
%{\abntex@ifnotempty{\imprimirinstituicao}{\imprimirinstituicao\vspace*{\fill}}}
{\large\imprimirlocal}
\par
{\large\imprimirdata}
\vspace*{1cm}
\end{center}
}
\makeatother
% Entradas no sumário para o nome de seção em caixa alta.
\makeatletter
\let\oldcontentsline\contentsline
\def\contentsline#1#2{%
\expandafter\ifx\csname l@#1\endcsname\l@section
\expandafter\@firstoftwo
\else
\expandafter\@secondoftwo
\fi
{%
\oldcontentsline{#1}{\MakeTextUppercase{#2}}%
}{%
\oldcontentsline{#1}{#2}%
}%
}
\makeatother