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=9ac637ff8ef7dd17a0f596776a491fca6771150b;hb=10646391caaeb5392faacf6103a68f1d78b369dd;hpb=73b179ea0f64d695b9d03a3f407e605e673f3053 diff --git a/common/packages.tex b/common/packages.tex index 9ac637f..c16c925 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -18,6 +18,7 @@ } % 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 @@ -98,7 +98,12 @@ } \usepackage{wrapfig} % Wrapping figures -\usepackage{enumitem} -\usepackage[colorinlistoftodos]{todonotes} +\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}