summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cnltx/cnltx-listings.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-01-05 22:57:58 +0000
committerKarl Berry <karl@freefriends.org>2014-01-05 22:57:58 +0000
commit1899ca043c36f94224898b8cad0f2cbaf633ab21 (patch)
tree27a96fd3c4f5dcc61bb010d4e4e597f95f2806a9 /Master/texmf-dist/tex/latex/cnltx/cnltx-listings.sty
parentc81e0a4eecfaa071e03d673821d5b93f957c70ca (diff)
cnltx (5jan14)
git-svn-id: svn://tug.org/texlive/trunk@32583 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cnltx/cnltx-listings.sty')
-rw-r--r--Master/texmf-dist/tex/latex/cnltx/cnltx-listings.sty16
1 files changed, 1 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/cnltx/cnltx-listings.sty b/Master/texmf-dist/tex/latex/cnltx/cnltx-listings.sty
index 2ae39f065b8..abc8f2e9890 100644
--- a/Master/texmf-dist/tex/latex/cnltx/cnltx-listings.sty
+++ b/Master/texmf-dist/tex/latex/cnltx/cnltx-listings.sty
@@ -8,7 +8,7 @@
% Web: https://github.com/cgnieder/cnltx/
% E-Mail: contact@mychemistry.eu
% --------------------------------------------------------------------------
-% Copyright 2013 Clemens Niederberger
+% Copyright 2013-2014 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -675,7 +675,6 @@
eqalign,
eqalignno,
eqno,
- equation,
equiv,
errhelp,
errmessage,
@@ -1894,19 +1893,6 @@
\cnltx@ifinlist{{#1}{#2}}\cnltx@bibfile@entries{}
{\listadd\cnltx@bibfile@entries{{#1}{#2}}}%
}
-\newbool{cnltx@inlist}
-\long\protected\def\cnltx@ifinlist#1#2#3#4{%
- \def\do##1{%
- \boolfalse{cnltx@inlist}%
- \ifstrequal{##1}{#1}
- {\booltrue{cnltx@inlist}\listbreak}
- {}%
- }%
- \dolistloop{#2}%
- \ifbool{cnltx@inlist}
- {#3}
- {#4}%
-}
\def\cnltx@read@bibfile@entry#1#2#3{#1#2#3}