X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=common%2Fpackages.tex;h=08909f45beb75c2e7a96b237b1d83f2ff760669f;hp=2ad34019e2f6d8e073a5cba312b81c638349eee1;hb=7af20118e92709c3ab806dc639910fb0b9af78be;hpb=9a15f70bd981fbb19d87053bfc548108a6e9fe06 diff --git a/common/packages.tex b/common/packages.tex index 2ad3401..08909f4 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -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 @@ -82,6 +81,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 } %--------------------------------------------------------------------------- @@ -97,6 +97,12 @@ } \usepackage{wrapfig} % Wrapping figures +\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}