Add todo package
[goodguy/cin-manual-latex.git] / common / packages.tex
index 58b08b0bdd415510f3da080ee4bf96ce1fa020b4..9ac637ff8ef7dd17a0f596776a491fca6771150b 100644 (file)
@@ -14,7 +14,7 @@
     cite,
     enumerate,
     float,
-    textcomp
+    textcomp    
 }                                   % some packages 
 %\usepackage[font={small}]{caption}
 \usepackage{hhline}                 % beautiful links
@@ -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
 }
 %---------------------------------------------------------------------------
 \renewcommand{\@biblabel}[1]{#1.}
 %---------------------------------------------------------------
 %
-\usepackage{tikz}                   % Powerfull ploting language
 \usetikzlibrary{                    % Libraries for TiKz
     positioning,
     arrows,
     shapes,
     shadows
 } 
+\usepackage{wrapfig}                % Wrapping figures
 
-
+\usepackage{enumitem}
+\usepackage[colorinlistoftodos]{todonotes}