update to Olaf Shortcuts improvements + minor changes
[goodguy/cin-manual-latex.git] / common / packages.tex
index c16c925676a042106f3288a828f9cc8fcd9c7212..f1d7c201f36f0187cf1dc9a5bc0eb14664cacd9d 100644 (file)
@@ -16,7 +16,7 @@
     float,
     textcomp    
 }                                   % some packages 
-%\usepackage[font={small}]{caption}
+\usepackage[font={small},textfont=it]{caption}
 \usepackage{hhline}                 % beautiful links
 \PassOptionsToPackage{hyphens}{url}
 \usepackage{hyperref}               % beautiful links
@@ -79,7 +79,7 @@
   stringstyle=\color{black},        % string literal style
   %backgroundcolor=\color{green!10},
   escapeinside={\%*}{*)},           % if you want to add a comment within your code
-  extendedchars=\true,
+  extendedchars=true,
   %keepspaces = true                %!!!! spaces in comments
   texcl=true,
   postbreak=\mbox{\textcolor{red}{$\hookrightarrow$}\space},
 \usepackage{enumitem}               % custom lists
 
 \usepackage[colorinlistoftodos,textsize=tiny]{todonotes}    % todo package
-\setlength{\marginparwidth}{1.6cm}                          % fix left margin for todo
+\setlength{\marginparwidth}{2.0cm}                          % fix left margin for todo
 
+\usepackage{scrextend}
+\usepackage{enumitem}
+%\usepackage{ifthen}
+%\usepackage{tocvsec2}
 \usepackage[intoc]{nomencl}                         % glossary package
 \makenomenclature                                           % make glossary
 
-\input{common/settings.tex}
+\usepackage{eso-pic}
+\usepackage{calc}                  % in conjunction with longtable
+%\input{common/settings.tex}