Delete two-monitors04.png
[goodguy/cin-manual-latex.git] / common / packages.tex
index e2290d98dbb9ebbb66ffba4703155b67e574b490..c16c925676a042106f3288a828f9cc8fcd9c7212 100644 (file)
     cite,
     enumerate,
     float,
-    textcomp
+    textcomp    
 }                                   % some packages 
 %\usepackage[font={small}]{caption}
 \usepackage{hhline}                 % beautiful links
+\PassOptionsToPackage{hyphens}{url}
 \usepackage{hyperref}               % beautiful links
 \usepackage{pdflscape}              % landscape pages
 \usepackage{longtable}              % longtable support
@@ -48,7 +49,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 
@@ -82,6 +82,7 @@
   extendedchars=\true,
   %keepspaces = true                %!!!! spaces in comments
   texcl=true,
+  postbreak=\mbox{\textcolor{red}{$\hookrightarrow$}\space},
   morekeywords={*,...}              % if you want to add more keywords to the set
 }
 %---------------------------------------------------------------------------
 } 
 \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}