summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lstfiracode
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-25 21:49:26 +0000
committerKarl Berry <karl@freefriends.org>2018-12-25 21:49:26 +0000
commitb8ef34526b49483f65102f6cf35338395db613f1 (patch)
treeee4c035f7770dfab0d67026cc994991b2c82f00a /Master/texmf-dist/tex/latex/lstfiracode
parent149bc3fbc5c7aac22d6f6439c5af590420f2b82d (diff)
lstfiracode (25dec18)
git-svn-id: svn://tug.org/texlive/trunk@49503 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lstfiracode')
-rw-r--r--Master/texmf-dist/tex/latex/lstfiracode/lstfiracode.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/lstfiracode/lstfiracode.sty b/Master/texmf-dist/tex/latex/lstfiracode/lstfiracode.sty
index b8b2c132ebc..69017968619 100644
--- a/Master/texmf-dist/tex/latex/lstfiracode/lstfiracode.sty
+++ b/Master/texmf-dist/tex/latex/lstfiracode/lstfiracode.sty
@@ -20,7 +20,7 @@
%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{lstfiracode}[%
- 2018/12/20 v0.1b Use Fira Code font for listings]
+ 2018/12/24 v0.1c Use Fira Code font for listings]
\RequirePackage{kvoptions}
\RequirePackage{listings}
@@ -42,11 +42,11 @@
\def\verbatim@nolig@list{\do\`\do\,\do\'}%
}
\newcommand*\DeactivateVerbatimLigatures{%
- \expandafter\def\expandafter\verbatim@nolig@list\expandafter{%
- \lstfiracode@verbatim@nolig@list
+ \def\verbatim@nolig@list{%
+ \do\`\do\<\do\>\do\,\do\'\do\-%
\do\w\do\*\do\/\do\:\do\=\do\!\do\~\do\[%
\do\#\do\(\do\?\do\_\do\.\do\;\do\&\do\|%
- \do\+\do\$\do\@\do\%\do\]% Do "7B and "7D, how?
+ \do\+\do\$\do\@\do\%\do\]% Do "7B and "7D, impossible?
}%
}
\newcommand*\RestoreVerbatimBehavior{%