X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=common%2Fpackages.tex;h=c16c925676a042106f3288a828f9cc8fcd9c7212;hp=e2290d98dbb9ebbb66ffba4703155b67e574b490;hb=10646391caaeb5392faacf6103a68f1d78b369dd;hpb=4d5f99dc25c75d05000430650f79340ad06f2639 diff --git a/common/packages.tex b/common/packages.tex index e2290d9..c16c925 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -14,10 +14,11 @@ 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 } %--------------------------------------------------------------------------- @@ -97,6 +98,12 @@ } \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}