sync local branch
[goodguy/cin-manual-latex.git] / common / packages.tex
index 2c6217374b33301b94f3c541722ae6fbd7485602..08909f45beb75c2e7a96b237b1d83f2ff760669f 100644 (file)
@@ -14,7 +14,7 @@
     cite,
     enumerate,
     float,
-    textcomp
+    textcomp    
 }                                   % some packages 
 %\usepackage[font={small}]{caption}
 \usepackage{hhline}                 % beautiful links
@@ -48,7 +48,6 @@
 \graphicspath{{images/}}            % path to images
 \usepackage{tikz}                   % drawing package
 \usepackage{nameref}                % use \nameref{} to set reference to chapter neme.
-\input{common/settings.tex}
 
 %----------------------------------------------------------------------
 \usepackage{listings}               % include code 
 } 
 \usepackage{wrapfig}                % Wrapping figures
 
-\usepackage{enumitem}
+\usepackage{enumitem}               % custom lists
+
+\usepackage[colorinlistoftodos,textsize=tiny]{todonotes}    % todo package
+\setlength{\marginparwidth}{1.6cm}                          % fix left margin for todo
 
+\usepackage[intoc]{nomencl}                         % glossary package
+\makenomenclature                                           % make glossary
 
+\input{common/settings.tex}