diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-01 17:56:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-01 17:56:53 +0000 |
commit | 10521e719d9d01eb2dfcd64efd2fd2ab1b3530ab (patch) | |
tree | cadf5cf787ea8a5075ead161fd472733138b5afb /Master/texmf-dist/tex/latex/datatool/datatool.sty | |
parent | f882dc54c2866df66c9e8238a865713c78f27f7b (diff) |
datatool (16apr18)
git-svn-id: svn://tug.org/texlive/trunk@47543 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/datatool/datatool.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/datatool/datatool.sty | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/datatool/datatool.sty b/Master/texmf-dist/tex/latex/datatool/datatool.sty index 6069e3ef6aa..b5ee1db93af 100644 --- a/Master/texmf-dist/tex/latex/datatool/datatool.sty +++ b/Master/texmf-dist/tex/latex/datatool/datatool.sty @@ -7,7 +7,7 @@ %% datatool.dtx (with options: `datatool.sty,package') %% %% datatool.dtx -%% Copyright 2017 Nicola Talbot +%% Copyright 2018 Nicola Talbot %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{datatool}[2017/11/12 v2.29 (NLCT)] +\ProvidesPackage{datatool}[2018/04/16 v2.30 (NLCT)] \RequirePackage{xkeyval} \RequirePackage{ifthen} \RequirePackage{xfor} @@ -84,8 +84,8 @@ {\noexpand\@dtl@lop@ff#1{}##2\noexpand\to##3##4\relax}% {% \noexpand\dtl@ifsingle{##1}% - {\noexpand\@dtl@lop@ff#1##1##2\noexpand\to##3##4\relax} - {\noexpand\@dtl@lop@ff#1{##1}##2\noexpand\to##3##4\relax} + {\noexpand\@dtl@lop@ff#1##1##2\noexpand\to##3##4\relax}% + {\noexpand\@dtl@lop@ff#1{##1}##2\noexpand\to##3##4\relax}% }% \noexpand\fi }% @@ -3100,12 +3100,12 @@ \begingroup \catcode\endlinechar=\active% \global\read#1 to #2% - \endgroup - \ifx#2\empty - \else + \endgroup% + \ifx#2\empty% + \else% \expandafter\@dtl@stripeol#2% - \let#2\@dtl@strippedline - \fi + \let#2\@dtl@strippedline% + \fi% } \begingroup \catcode\endlinechar=\active% @@ -3147,7 +3147,7 @@ \@dtl@conditionfalse \ifeof\@dtl@read \else - \@dtl@doreadline\@dtl@read\@dtl@line + \@dtl@doreadline\@dtl@read\@dtl@line \ifdefempty{\@dtl@line}% {% \@dtl@conditiontrue |