aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icite.dtx7
1 files changed, 7 insertions, 0 deletions
diff --git a/icite.dtx b/icite.dtx
index f19675d..b426463 100644
--- a/icite.dtx
+++ b/icite.dtx
@@ -243,6 +243,13 @@
243\usepackage{relsize} 243\usepackage{relsize}
244\usepackage{units} 244\usepackage{units}
245\usepackage{minted} 245\usepackage{minted}
246\makeatletter
247\patchcmd{\minted@checkstyle}{\minted@input{%
248 \minted@outputdir\minted@cachedir/\ifstrempty{#1}{default-pyg-prefix}{#1}.pygstyle}%
249 }{\minted@input{%
250 \minted@outputdir\minted@cachedir/\ifstrempty{#1}{default-pyg-prefix}{#1}.pygstyle}%
251 \def\PYGZhy{\mbox{\char`\-}}}{}{}
252\makeatother
246\usepackage[contents]{colordoc} 253\usepackage[contents]{colordoc}
247\newcommand{\package}[1]{\textsf{#1}\index{#1=#1 (package)}} 254\newcommand{\package}[1]{\textsf{#1}\index{#1=#1 (package)}}
248\usepackage{tikz} 255\usepackage{tikz}