aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2020-11-08 11:23:55 +0100
committerRobert Alessi <alessi@robertalessi.net>2020-11-08 11:23:55 +0100
commitc342d7d82e4034dbba25ec9179db118d65d0f5f4 (patch)
tree0eae4d6aa8016e2171cd99e0d2a3a59fcde4a2f2
parentce473df7031017eca46091ff11536ed53c532661 (diff)
downloadicite-c342d7d82e4034dbba25ec9179db118d65d0f5f4.tar.gz
minted needs a temporary patch because of a bug in the current luatex hyphenation mechanism
-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}