diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2022-12-29 09:29:34 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-12-29 09:33:13 +0100 |
commit | e25dd4b9db3f1aeea2e32782b772d749b8c3ad30 (patch) | |
tree | 01e1d2947ec001c8bf04c5f32d327caf820faa8f /latex_docutils/texmf/tex/latex/docUtils/DUsidebar | |
parent | 9b04e31eac7d8803a2d9121fde8610ac8336e644 (diff) |
Update latex styles
Diffstat (limited to 'latex_docutils/texmf/tex/latex/docUtils/DUsidebar')
-rw-r--r-- | latex_docutils/texmf/tex/latex/docUtils/DUsidebar/DUsidebar.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/latex_docutils/texmf/tex/latex/docUtils/DUsidebar/DUsidebar.sty b/latex_docutils/texmf/tex/latex/docUtils/DUsidebar/DUsidebar.sty index f1f6543..d4e709e 100644 --- a/latex_docutils/texmf/tex/latex/docUtils/DUsidebar/DUsidebar.sty +++ b/latex_docutils/texmf/tex/latex/docUtils/DUsidebar/DUsidebar.sty @@ -4,6 +4,7 @@ \RequirePackage{kvoptions} \RequirePackage{mdframed} \RequirePackage{ifthen} +\RequirePackage{makeidx} % Option for the color line ( \DeclareStringOption {linecolor}[blue] @@ -54,5 +55,4 @@ % .. role:: index % % :index:`Terme` -\newcommand{\DUroleindex}[1]{\marginpar{\texttt{#1}}} - +\newcommand{\DUroleindex}[1]{\index{#1}\marginpar{\texttt{#1}}} |