Skip to content

Commit

Permalink
Acronyms reset in each chapter
Browse files Browse the repository at this point in the history
During my thesis elaboration, it became clear that there was a need to reset the acronyms behaviour in each chapter.
A comment was added to explain how to this manually and not in every chapter.
  • Loading branch information
NBajanca authored and themiguelamador committed Nov 21, 2016
1 parent 6b19592 commit 94ec5c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 00.Definitions/packages.tex
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@
\usepackage[printonlyused]{acronym}
\usepackage[titletoc,title,header]{appendix}
\usepackage[noauto]{chappg}
%The following line assures that each chapter deals with acronyms idependently.
%You may also do it manually by calling acresetall anywhere in the documento to reset the acronyms behaviour.
\preto\chapter\acresetall

% PACKAGE extra_functions VER COMO DEVE SER
% -----------------
Expand Down Expand Up @@ -160,4 +163,4 @@
\newcommand{\equationref}[1]{Equation (\ref{#1})}
\newcommand{\tableref}[1]{Table (\ref{#1})}

\newcommand{\textreg}{$\textsuperscript{\textregistered}$}
\newcommand{\textreg}{$\textsuperscript{\textregistered}$}

0 comments on commit 94ec5c3

Please sign in to comment.