-
Notifications
You must be signed in to change notification settings - Fork 18
/
00-pacotesOpcionais.tex
302 lines (250 loc) · 7.58 KB
/
00-pacotesOpcionais.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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
\usepackage{color} % Controle das cores
\usepackage{graphicx} % Inclusão de gráficos
\usepackage{lipsum} % para geração de dummy text
\usepackage{csquotes}
%\usepackage[style=long]{glossaries}
%\usepackage{abntex2glossaries}
\usepackage{cancel} % permite representar o cancelamento de termos em texto ou equacoes
\usepackage{xcolor} % cores extendidas
\usepackage{smartdiagram} % gera diagramas a partir de listas
%\usepackage{float} % Para a figura ficar na posição correta
\usepackage{textcomp} % supporte para fontes da Text Companion
\usepackage{longtable} % uso de longtable
\usepackage{lscape} % páginas em paisagem
\usepackage{multicol} % mescla de colunas em tabelas
\usepackage{multirow} % mescla de linhas em tabelas
\usepackage{newfloat} % criação do indice de quadros
%\usepackage{caption} % configura legenda
%[format=plain]
%\renewcommand\caption[1]{%
%\captionsetup{font=small} % tamanho da fonte 10pt
%,format=hang
% \caption{#1}}
%\captionsetup{width=0.8\textwidth}
\captiondelim{-- }
\captiontitlefont{\small}
\captionnamefont{\small}
% uso do tikz e pgfplots
% ----------------------------------------------------------
%\usetikzlibrary{external}
\usetikzlibrary{arrows,calc,patterns,angles,quotes}
\usepackage{pgfplots}
\pgfplotsset{compat=1.15}
% Define o comando para citação de fontes em elementos gráficos (figuras, imagens,...).
% ----------------------------------------------------------
% AUTOR(ano)
%
% parâmetro é a bibkey da fonte
\newcommand{\citefig}[2]{~\Citeauthor*{#1}\citeyear{#1}}
% Define os operadores matemáticos em portugues
% ----------------------------------------------------------
%
\DeclareMathOperator{\tr}{tr}
\DeclareMathOperator{\sen}{sen}
\DeclareMathOperator{\senh}{senh}
%\DeclareMathOperator{\tag}{tag}
\DeclareMathOperator{\tg}{tg}
\DeclareMathOperator{\tagh}{tagh}
\DeclareMathOperator{\tgh}{tgh}
\DeclareMathOperator{\cossec}{cossec}
%\DeclareMathOperator{\sen}{sen}
% Para fazer a listagem de codigos LaTeX na documentação
% ----------------------------------------------------------
\usepackage{listings}
% Comando para fazer
% a citação de documentos não publicados e informais e
% colocar as referências nas notas de rodapé
% ----------------------------------------------------------
\newcommand{\citenp}[1]{
\cite{#1}\footnote{\fullcite{#1}}}
\newcommand{\textcitenp}[1]{
\textcite{#1}\footnote{\fullcite{#1}}}
% para comentarios e sugestões
% ----------------------------------------------------------
\newcommand{\sugest}[1]{\textcolor{red!40}{#1}}
% simplificação para colocar figuras
% ----------------------------------------------------------
% Parametros
% 1 caption
% 2 percent textwidth
% 3 arquivo da figura
% 4 fonte
% 5 fig:label
% 6 nota
% 7 legenda
\newcommand{\figura}[7]{
{\centering
\footnotesize
\begin{figure}[!ht]
\centering
\caption{\uppercase{#1}}
\includegraphics[width=#2\textwidth]{#3}
\label{fig:#5}
%ajustado p/ a largura da imagem
\begin{minipage}{#2\textwidth}
\vspace{2mm}\centering
%\begin{flushleft}
\par FONTE:~#4
\ifthenelse{\equal{#6}{}}{}
{ \par\hangindent=14mm NOTA: #6 }
\ifthenelse{\equal{#7}{}}{}
{ \par\hangindent=14mm LEGENDA: #7 }
%\end{flushleft}
\end{minipage}
\end{figure}
}
}
% simplificação para colocar figuras cortadas
% ----------------------------------------------------------
% Parametros
% 1 caption
% 2 percent textwidth
% 3 arquivo da figura
% 4 fonte
% 5 fig:label
% 6 nota
% 7 legenda
% 8 recorte esquerda direita em mm
% 9 recorte inferior superior em mm
\newcommand{\figurac}[9]{
\centering\footnotesize
\begin{figure}[!ht]
{\centering
\caption{\uppercase{#1}}
\includegraphics[width=#2\textwidth, trim={#8mm #9 #8 #9},clip]{#3}
\label{fig:#5}
%ajustado p/ a largura da imagem
\begin{minipage}{#2\textwidth}
\vspace{2mm}\centering
%\begin{flushleft}
\par FONTE:~#4
\ifthenelse{\equal{#6}{}}{}
{\par \hangindent=14mm NOTA: #6 }
\ifthenelse{\equal{#7}{}}{}
{\par \hangindent=14mm LEGENDA: #7 }
%\end{flushleft}
\end{minipage}
}
\end{figure}
}
% simplificação para colocar imagens
% ----------------------------------------------------------
% Parametros
% 1 caption
% 2 tabela
% 3 fonte
% 4 tab:label
% 5 nota
% 6 legenda
\newsavebox{\myboxa}
\newlength{\myboxlena}
\newcommand{\imagem}[6]{
{
\centering\footnotesize
\sbox{\myboxa}{#2}
\settowidth{\myboxlena}{\usebox{\myboxa}}
\noindent
\begin{figure}[!ht]
\centering
\caption{\uppercase{#1}}
#2
\label{fig:#4}
%ajustado p/ a largura da imagem
\begin{minipage}{\myboxlena} \footnotesize
\vspace{2mm}\centering
%\begin{flushleft}
\par FONTE:~#3
\ifthenelse{\equal{#5}{}}{}
{ \par\hangindent=14mm NOTA: #5 }
\ifthenelse{\equal{#6}{}}{}
{ \par\hangindent=14mm LEGENDA: #6 }
%\end{flushleft}
\end{minipage}
\end{figure}
}
}
% simplificação para colocar tabelas
% ----------------------------------------------------------
% Parametros
% 1 caption
% 2 tabela
% 3 fonte
% 4 tab:label
% 5 nota
% 6 legenda
\newsavebox{\mybox}
\newlength{\myboxlen}
\newcommand{\tabela}[6]
{
\sbox{\mybox}{#2}
\settowidth{\myboxlen}{\usebox{\mybox}}
\noindent
%\rule{\myboxlen}{1pt}\\
\begin{table}[!ht]
\centering\footnotesize
\par\caption{\uppercase{#1}}
\par #2
\label{tab:#4}
\begin{minipage}{\myboxlen}
\vspace{2mm}\footnotesize
%\begin{flushleft}
FONTE:~ #3
\ifthenelse{\equal{#5}{}}{}
{\hangindent=14mm NOTA: #5 }
\ifthenelse{\equal{#6}{}}{}
{\hangindent=14mm LEGENDA: #6}
%\end{flushleft}
\end{minipage}
\end{table}
% \centering
% \usebox{\mybox}
% box size: \the\myboxlen.
}
% Ambiente e lista de quadros
% ----------------------------------------------------------
\newfloat{quadro}{quadros}{QUADRO}
\newlistof{listofquadros}{quadros}{Lista de Quadros}
\newlistentry{quadro}{quadros}{0}
\cftsetindents{quadro}{0mm}{13mm}
%\PrepareListOf{quadro}{%
\renewcommand{\cftquadropresnum}{\normalsize{QUADRO}~}
\setlength{\cftquadronumwidth}{28mm}
%\renewcommand{\cftquadroname}{\quadroname\space}
\renewcommand*{\cftquadroaftersnum}{\hfill--\hfill}
%}
\newsavebox{\myboxq}
\newlength{\myboxlenq}
% ----------------------------------------------------------
% Parametros
% 1 caption
% 2 tabela/quadro
% 3 fonte
% 4 qua:label
% 5 nota
% 6 legenda
\newcommand{\qquadro}[6]
{
%\begin{center}
\sbox{\myboxq}{#2}
\settowidth{\myboxlenq}{\usebox{\myboxq}}
\begin{quadro} \footnotesize
\caption{\uppercase{#1}}
\label{qua:#4}
\noindent
#2 %placed inside the environment
%ajustado p/ a largura da tabela (quadro) se menor que 30mm a largura é ajustada para .5\linewidth
\ifdimcomp {\myboxlenq}{<}{30mm}{\settowidth{\myboxlenq}{\hspace{.5\linewidth}}}{}
\begin{minipage}{\myboxlenq} \footnotesize
\vspace{2mm}\centering
%\begin{flushleft}
\par FONTE:~#3
\ifthenelse{\equal{#5}{}}{}
{ \par\hangindent=14mm NOTA: #5 }
\ifthenelse{\equal{#6}{}}{}
{ \par\hangindent=14mm LEGENDA: #6 }
%\end{flushleft}
\end{minipage}
%\end{center}
\label{qua:#4}
\end{quadro}
}