Skip to content

Commit

Permalink
Ajustes nas configurações
Browse files Browse the repository at this point in the history
  • Loading branch information
manascimento committed Oct 11, 2022
1 parent 5b2db80 commit 459bfa6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 20 deletions.
11 changes: 0 additions & 11 deletions classes/thesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -236,17 +236,6 @@
% Path for glossary definitions
\loadglsentries{./posttextual/glossaries}

%
\newglossarystyle{mystyle}{
% base this style on the listgroup style
\setglossarystyle{listgroup}
\renewcommand*{\glossentry}[2]{
\item[\glsentryitem{##1}
\glstarget{##1}{\glossentryname{##1}:}]
\glossentrydesc{##1}\glspostdescription\space ##2
}
}

% Displays the page number on top of the page in the outer corner
\assignpagestyle{\chapter}{myheadings}

Expand Down
16 changes: 8 additions & 8 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@
% please see the "posttextual_main.tex" file. %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Packages that is not provided by the template. %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% IMPORTANT: %
% Prefer include your packages in 'mypackages.tex' file. %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% +--------------------------------+
% | Labels |
% +---------+----------------------+
Expand Down Expand Up @@ -63,7 +56,14 @@

\documentclass{thesis}

\input{packages/mypackages}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Packages that is not provided by the template. %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% IMPORTANT: %
% Prefer include your packages in 'userpreamble.sty' file %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\usepackage{userpreamble}

\begin{document}

Expand Down
2 changes: 1 addition & 1 deletion posttextual/posttextual_main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
\end{refsection}

% Glossary
\printglossary[title={GLOSSÁRIO},toctitle=GLOSSÁRIO,style=mystyle,nonumberlist]
\printglossary[title={GLOSSÁRIO},toctitle=GLOSSÁRIO,style=listgroup,nonumberlist]
\pagebreak

% Appendix
Expand Down
2 changes: 2 additions & 0 deletions packages/mypackages.tex → userpreamble.sty
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
\ProvidesPackage{userpreamble}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% OPTIONAL PACKAGES %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down

0 comments on commit 459bfa6

Please sign in to comment.