Skip to content

Commit 37deeb9

Browse files
committed
ajustes
1 parent b20fecb commit 37deeb9

File tree

3 files changed

+18
-64
lines changed

3 files changed

+18
-64
lines changed

elementos-postextuais/apendice.tex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,13 @@ \section{Definições, Teoremas}
131131
Aqui é um teorema.
132132
\end{theorem}
133133

134-
Seguindo a Definição \ref{def:def1} e Teorema \ref{the:the1}.
134+
Seguindo a Definição~\ref{def:def1} e Teorema~\ref{the:the1}.
135135

136136

137137

138138
\section{Acrônimos, Siglas}
139-
Um \ac{SR}... Portanto, o \ac{SR}...
139+
Um \ac{SR}... Portanto, o \ac{SR}...
140+
141+
142+
\section{Símbolos}
143+
A \ac{rv} é dada por... Assim, \ac{rv}...

elementos-pretextuais/simbolos.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
\item [$\bar{r}_u$] média das notas do usuário u
2-
3-
\item [$\bar{r}_v$] média das notas do item v
1+
\begin{acronym}[xxxxXXX]
2+
\acro{rv}[$\bar{r}_v$]{média das notas do item v}
3+
\acro{ru}[$\bar{r}_u$]{média das notas do usuário u}
4+
\end{acronym}

projetofinal-dcc.cls

Lines changed: 8 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -35,36 +35,21 @@
3535
\RequirePackage{listings}
3636
\RequirePackage{enumitem}
3737

38-
\RequirePackage[alf]{abntex2cite} % Citações padrão ABNT
39-
\RequirePackage{microtype} % para melhorias de justificação
38+
\RequirePackage[alf]{abntex2cite} % Citações padrão ABNT
39+
\RequirePackage{microtype} % para melhorias de justificação
4040

4141
\RequirePackage{booktabs} % comandos extras para as tabelas
4242

4343
\RequirePackage[table]{xcolor} % definir cor para as linhas da tabela
4444

4545
\RequirePackage{csquotes} % citações de frases
4646

47-
\RequirePackage[printonlyused]{acronym}
48-
\RequirePackage{nomencl}
49-
\RequirePackage{ccaption}
47+
\RequirePackage[printonlyused]{acronym} % criar lista de acrônimos
48+
\RequirePackage{ccaption} % adicionar legendas numeradas e não numeradas (ex. fonte da imagem)
5049

5150
\newcommand*{\eg}{\textit{e.g.}\@\xspace}
5251
\newcommand*{\ie}{\textit{i.e.}\@\xspace}
5352

54-
55-
% ---
56-
% compila o indice
57-
% ---
58-
\makeindex
59-
% ---
60-
61-
% ---
62-
% Compila a lista de abreviaturas e siglas
63-
% ---
64-
\makenomenclature
65-
% ---
66-
67-
%==============================================================================
6853
% Códigos
6954
%==============================================================================
7055
\newcommand{\codejava}[3]{
@@ -500,52 +485,16 @@
500485
}
501486

502487
\newcommand{\makesymbolspage}[1]{
503-
\begin{listofsymbols}{XXXXXX}
504-
#1
505-
\end{listofsymbols}
488+
\chapter*{\listsymbolname}
489+
\addcontentsline{toc}{chapter}{\listsymbolname}
490+
#1
506491
\pagebreak
507492
}{}
508493

509494
%=====================================================================
510-
% Definição das listas de abreviaturas e siglas e de símbolos
511-
%=====================================================================
512-
\newenvironment{listofabbrv}[1]{
513-
\chapter*{\listabbrvname}
514-
\addcontentsline{toc}{chapter}{\listabbrvname}
515-
\begin{list}{\textbf{??}}{
516-
\settowidth{\labelwidth}{#1}
517-
\setlength{\labelsep}{1em}
518-
\setlength{\itemindent}{0mm}
519-
\setlength{\leftmargin}{\labelwidth}
520-
\addtolength{\leftmargin}{\labelsep}
521-
\setlength{\rightmargin}{0mm}
522-
\setlength{\itemsep}{.1\baselineskip}
523-
\renewcommand{\makelabel}[1]{\makebox[\labelwidth][l]{##1}}
524-
}
525-
}
526-
{
527-
\end{list}
528-
}
529-
\newenvironment{listofsymbols}[1]{
530-
\chapter*{\listsymbolname}
531-
\addcontentsline{toc}{chapter}{\listsymbolname}
532-
\begin{list}{\textbf{??}}{
533-
\settowidth{\labelwidth}{#1}
534-
\setlength{\labelsep}{1em}
535-
\setlength{\itemindent}{0mm}
536-
\setlength{\leftmargin}{\labelwidth}
537-
\addtolength{\leftmargin}{\labelsep}
538-
\setlength{\rightmargin}{0mm}
539-
\setlength{\itemsep}{.1\baselineskip}
540-
\renewcommand{\makelabel}[1]{\makebox[\labelwidth][l]{##1}}
541-
}
542-
}
543-
{
544-
\end{list}
545-
}
546-
547495
% Ambiente para alineas e e subalineas (incisos)
548496
% ABNT NBR 6024/2012 - 4.2 e 4.3
497+
%=====================================================================
549498
\newlist{alineas}{enumerate}{2}
550499
\setlist[alineas,1]{label={\alph*)},topsep=0pt,itemsep=0pt,leftmargin=\parindent+\labelwidth-\labelsep}%
551500
\setlist[alineas,2]{label={--},topsep=0pt,itemsep=0pt,leftmargin=*}

0 commit comments

Comments
 (0)