texlive[47543] Master/texmf-dist: datatool (16apr18)

commits+karl at tug.org commits+karl at tug.org
Tue May 1 19:56:53 CEST 2018


Revision: 47543
          http://tug.org/svn/texlive?view=revision&revision=47543
Author:   karl
Date:     2018-05-01 19:56:53 +0200 (Tue, 01 May 2018)
Log Message:
-----------
datatool (16apr18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/datatool/CHANGES
    trunk/Master/texmf-dist/doc/latex/datatool/README
    trunk/Master/texmf-dist/doc/latex/datatool/datatool-code.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/datatool-user.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/datatool-user.tex
    trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-autokeys.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-barchart.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-datatooltk.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-dict.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-europecv-bib.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-gidx.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-glossary.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-index.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-mail-merge.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-piechart.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-sort.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-student-scores.pdf
    trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-two-per-row.pdf
    trunk/Master/texmf-dist/source/latex/datatool/datatool.dtx
    trunk/Master/texmf-dist/source/latex/datatool/datatool.ins
    trunk/Master/texmf-dist/tex/latex/datatool/databar.sty
    trunk/Master/texmf-dist/tex/latex/datatool/databib.sty
    trunk/Master/texmf-dist/tex/latex/datatool/datagidx.sty
    trunk/Master/texmf-dist/tex/latex/datatool/datapie.sty
    trunk/Master/texmf-dist/tex/latex/datatool/dataplot.sty
    trunk/Master/texmf-dist/tex/latex/datatool/datatool-base.sty
    trunk/Master/texmf-dist/tex/latex/datatool/datatool-fp.sty
    trunk/Master/texmf-dist/tex/latex/datatool/datatool-pgfmath.sty
    trunk/Master/texmf-dist/tex/latex/datatool/datatool.sty
    trunk/Master/texmf-dist/tex/latex/datatool/person.sty

Modified: trunk/Master/texmf-dist/doc/latex/datatool/CHANGES
===================================================================
--- trunk/Master/texmf-dist/doc/latex/datatool/CHANGES	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/doc/latex/datatool/CHANGES	2018-05-01 17:56:53 UTC (rev 47543)
@@ -1,3 +1,10 @@
+v2.30
+
+  * datatool.sty
+
+   - bug fix: spurious spaces in \@dtl at lopoff 
+    (used by \DTLloaddb and DTLloadrawdb)
+
 v2.29
 
   * datatool.sty:

Modified: trunk/Master/texmf-dist/doc/latex/datatool/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/datatool/README	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/doc/latex/datatool/README	2018-05-01 17:56:53 UTC (rev 47543)
@@ -1,6 +1,6 @@
-LaTeX Bundle : datatool v2.29 
+LaTeX Bundle : datatool v2.30 
 
-Last Modified : 2017-11-12
+Last Modified : 2018-04-16
 
 Author        : Nicola Talbot
 

Modified: trunk/Master/texmf-dist/doc/latex/datatool/datatool-code.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/datatool-user.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/datatool-user.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/datatool/datatool-user.tex	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/doc/latex/datatool/datatool-user.tex	2018-05-01 17:56:53 UTC (rev 47543)
@@ -103,11 +103,11 @@
 
 \MakeShortVerb{"}
 
- \title{User Manual for datatool bundle version~2.29}
+ \title{User Manual for datatool bundle version~2.30}
  \author{Nicola L.C. Talbot\\
 \url{http://www.dickimaw-books.com/}}
 
- \date{2017-11-12}
+ \date{2018-04-16}
  \maketitle
 
 \pagenumbering{roman}
@@ -122,7 +122,7 @@
   \item[\url{datatool-code.pdf}]
   Advanced users wishing to know more about the inner workings of
   all the packages provided in the \styfmt{datatool} bundle should
-  read \qt{Documented Code for datatool v2.29}
+  read \qt{Documented Code for datatool v2.30}
 
   \item[INSTALL] Installation instructions.
 
@@ -4102,22 +4102,37 @@
 \end{example}
 
 \section{Null Values}
+\begin{important}
+Note that a null value is not the same as an empty value. Empty
+values can be tested using \sty{etoolbox}'s \ics{ifdefempty} or
+similar.
+\end{important}
+
 If a database is created using \cs{DTLnewdb}, \cs{DTLnewrow}
 and \cs{DTLnewdbentry} (rather than loading it from an ASCII
 file), it is possible for some of the entries to have null values
 when a value is not assigned to a given key for a given row.
 It's also possible for data fetched from a~SQL database using
-\app{datatooltk} to contain null values\footnote{You can also use
-the \app{datatooltk} GUI to assign null values.}, but data loaded using
+\app{datatooltk} to contain null values, and you can use
+the \app{datatooltk} GUI to assign null values, but data loaded using
 \cs{DTLloaddb} (or \cs{DTLloadrawdb}) will have empty not null
-values for any blank cells.
+values for any \emph{blank} cells. However, you will get null values when
+loading a CSV file if cells are missing (rather than empty). For
+example:
+\begin{verbatim}
+Column 1,Column 2,Column 3
+Foo,Bar
+Foo,,Baz
+Foo,Bar,Baz
+\end{verbatim}
+This has an empty cell (the second column in \texttt{Foo,,Baz}) and
+a null cell (the third column in \texttt{Foo,Bar}). If the first
+row of data was instead
+\begin{verbatim}
+Foo,Bar,
+\end{verbatim}
+then the third column is now empty, not null.
 
-\begin{important}
-Note that a null value is not the same as an empty value. Empty
-values can be tested using \sty{etoolbox}'s \ics{ifdefempty} or
-similar.
-\end{important}
-
 When you iterate through the database using \cs{DTLforeach}
 (described in \autoref{sec:dbforeach}), 
 if an entry is missing for a given row, the associated command given 
@@ -5449,12 +5464,6 @@
 This checks for the file's existence and assigns the database name to the
 control sequence \meta{cs}.
 
-\begin{important}
-If you find a~problem caused by \TeX's automatic insertion of a line
-break every 80 characters when writing to a file, try loading the
-\sty{morewrites} package before \sty{datatool}.
-\end{important}
-
 Databases saved using \cs{DTLsavetexdb}, \cs{DTLsaverawdb} and
 \cs{DTLprotectedsaverawdb} can be loaded using \LaTeX's standard
 \ics{input} command. As from version 2.15, the last line of the

Modified: trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-autokeys.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-barchart.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-datatooltk.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-dict.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-europecv-bib.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-gidx.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-glossary.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-index.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-mail-merge.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-piechart.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-sort.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-student-scores.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/datatool/samples/sample-two-per-row.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/datatool/datatool.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/datatool/datatool.dtx	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/source/latex/datatool/datatool.dtx	2018-05-01 17:56:53 UTC (rev 47543)
@@ -1,6 +1,11 @@
 %\iffalse
 % datatool.dtx generated using makedtx version 1.2 (c) Nicola Talbot
 % Command line args:
+%   -codetitle ""
+%   -setambles "databib\.bst=>\nopreamble\nopostamble"
+%   -doc "datatool-manual.tex"
+%   -macrocode "databib\.bst"
+%   -comment "databib\.bst"
 %   -src "datatool-base.sty\Z=>datatool-base.sty"
 %   -src "datatool-fp.sty\Z=>datatool-fp.sty"
 %   -src "datatool-pgfmath.sty\Z=>datatool-pgfmath.sty"
@@ -13,13 +18,8 @@
 %   -src "person.sty\Z=>person.sty"
 %   -src "databib.bst\Z=>databib.bst"
 %   -author "Nicola Talbot"
-%   -comment "databib\.bst"
-%   -doc "datatool-manual.tex"
-%   -codetitle ""
-%   -setambles "databib\.bst=>\nopreamble\nopostamble"
-%   -macrocode "databib\.bst"
 %   datatool
-% Created on 2017/11/12 15:47
+% Created on 2018/4/16 11:49
 %\fi
 %\iffalse
 %<*package>
@@ -42,7 +42,7 @@
 %\fi
 % \iffalse
 % Doc-Source file to use with LaTeX2e
-% Copyright (C) 2017 Nicola Talbot, all rights reserved.
+% Copyright (C) 2018 Nicola Talbot, all rights reserved.
 % \fi
 % \iffalse
 %<*driver>
@@ -68,7 +68,7 @@
 \doxitem{Counter}{counter}{counters}
 \doxitem{Option}{option}{package options}
 
-\CheckSum{23959}
+\CheckSum{23963}
 
 \RecordChanges
 \PageIndex
@@ -81,11 +81,11 @@
 %\fi
 %\MakeShortVerb{"}
 %
-%\title{Documented Code for datatool v2.29}
+%\title{Documented Code for datatool v2.30}
 %\author{Nicola L. C. Talbot\\
 %\url{http://www.dickimaw-books.com/}}
 %
-%\date{2017-11-12}
+%\date{2018-04-16}
 %\maketitle
 %
 %\pagenumbering{roman}
@@ -121,7 +121,7 @@
 %
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{datatool-base}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{datatool-base}[2018/04/16 v2.30 (NLCT)]
 %    \end{macrocode}
 % Required packages:
 %    \begin{macrocode}
@@ -6008,7 +6008,7 @@
 % Definitions of fixed-point commands that use the \sty{fp} package.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{datatool-fp}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{datatool-fp}[2018/04/16 v2.30 (NLCT)]
 %    \end{macrocode}
 % Required packages:
 %    \begin{macrocode}
@@ -6297,7 +6297,7 @@
 % Definitions of fixed-point commands that use the \sty{pgfmath} package.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{datatool-pgfmath}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{datatool-pgfmath}[2018/04/16 v2.30 (NLCT)]
 %    \end{macrocode}
 % Required packages:
 %    \begin{macrocode}
@@ -6638,7 +6638,7 @@
 %\section{Package Declaration}
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{datatool}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{datatool}[2018/04/16 v2.30 (NLCT)]
 %    \end{macrocode}
 % Load required packages:
 %    \begin{macrocode}
@@ -6731,6 +6731,7 @@
 % \cs{@dtl at lopoff}\meta{first element}\meta{sep}\meta{rest of list}\cs{to}\meta{cmd1}\meta{cmd2} 
 %\end{definition}
 %for the current separator and delimiter.
+%\changes{2.30}{2018-04-16}{removed spurious spaces}
 %    \begin{macrocode}
 \edef\@dtl at construct@lopoff#1#2{%
   \noexpand\long
@@ -6748,8 +6749,8 @@
         {\noexpand\@dtl at lop@ff#1{}##2\noexpand\to##3##4\relax}%
         {%
           \noexpand\dtl at ifsingle{##1}%
-          {\noexpand\@dtl at lop@ff#1##1##2\noexpand\to##3##4\relax}
-          {\noexpand\@dtl at lop@ff#1{##1}##2\noexpand\to##3##4\relax}
+          {\noexpand\@dtl at lop@ff#1##1##2\noexpand\to##3##4\relax}%
+          {\noexpand\@dtl at lop@ff#1{##1}##2\noexpand\to##3##4\relax}%
         }%
       \noexpand\fi
   }%
@@ -7043,7 +7044,7 @@
 %
 %\begin{macro}{\DTLgnewdb}
 %\begin{definition}
-% \cs{DTLnewdb}\marg{db name}
+% \cs{DTLgnewdb}\marg{db name}
 %\end{definition}
 %\changes{2.13}{2013-01-15}{new}
 % Initialises a database called \meta{name}. (Global version.)
@@ -7212,7 +7213,7 @@
 %\begin{definition}
 % \cs{@DTLnewrow}\marg{db name}
 %\end{definition}
-% Add a new row to named database. (Checks for the existance
+% Add a new row to named database. (Checks for the existence
 % of the database.)
 %\changes{2.13}{2013-01-15}{fixed typo in \cs{PackageError}}
 %    \begin{macrocode}
@@ -13612,15 +13613,15 @@
   \begingroup
   \catcode\endlinechar=\active%
   \global\read#1 to #2%
-  \endgroup
+  \endgroup%
 %    \end{macrocode}
 %If empty the row starts with a comment
 %    \begin{macrocode}
-  \ifx#2\empty
-  \else
+  \ifx#2\empty%
+  \else%
     \expandafter\@dtl at stripeol#2%
-    \let#2\@dtl at strippedline
-  \fi
+    \let#2\@dtl at strippedline%
+  \fi%
 }
 %    \end{macrocode}
 %\end{macro}
@@ -13761,7 +13762,7 @@
 %    \end{macrocode}
 % Read a line from the file and store in \cs{@dtl at line}
 %    \begin{macrocode}
-            \@dtl at doreadline\@dtl at read\@dtl at line
+           \@dtl at doreadline\@dtl at read\@dtl at line
 %    \end{macrocode}
 % If this is a blank row, set repeat condition to true
 %    \begin{macrocode}
@@ -14232,7 +14233,7 @@
 % Declare package:
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{datagidx}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{datagidx}[2018/04/16 v2.30 (NLCT)]
 %    \end{macrocode}
 % Required packages:
 %    \begin{macrocode}
@@ -20282,7 +20283,7 @@
 %\section{Package Declaration}
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{databib}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{databib}[2018/04/16 v2.30 (NLCT)]
 %    \end{macrocode}
 % Load required packages:
 %    \begin{macrocode}
@@ -23205,7 +23206,7 @@
 % Declare package:
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{databar}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{databar}[2018/04/16 v2.30 (NLCT)]
 %    \end{macrocode}
 % Require \sty{xkeyval} package
 %    \begin{macrocode}
@@ -24512,7 +24513,7 @@
 % Declare package:
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{datapie}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{datapie}[2018/04/16 v2.30 (NLCT)]
 %    \end{macrocode}
 % Require \sty{xkeyval} package
 %    \begin{macrocode}
@@ -25314,7 +25315,7 @@
 % Declare package:
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{dataplot}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{dataplot}[2018/04/16 v2.30 (NLCT)]
 %    \end{macrocode}
 % Required packages
 %    \begin{macrocode}
@@ -26936,7 +26937,7 @@
 % Package identification:
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{person}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{person}[2018/04/16 v2.30 (NLCT)]
 %    \end{macrocode}
 % Requires the \sty{ifthen} package.
 %    \begin{macrocode}

Modified: trunk/Master/texmf-dist/source/latex/datatool/datatool.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/datatool/datatool.ins	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/source/latex/datatool/datatool.ins	2018-05-01 17:56:53 UTC (rev 47543)
@@ -1,10 +1,10 @@
-% datatool.ins generated using makedtx version 1.2 2017/11/12 15:47
+% datatool.ins generated using makedtx version 1.2 2018/4/16 11:49
 \input docstrip
 
 \preamble
 
  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

Modified: trunk/Master/texmf-dist/tex/latex/datatool/databar.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/datatool/databar.sty	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/tex/latex/datatool/databar.sty	2018-05-01 17:56:53 UTC (rev 47543)
@@ -7,7 +7,7 @@
 %% datatool.dtx  (with options: `databar.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{databar}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{databar}[2018/04/16 v2.30 (NLCT)]
 \RequirePackage{xkeyval}
 \RequirePackage{dataplot}
 \newif\ifDTLcolorbarchart

Modified: trunk/Master/texmf-dist/tex/latex/datatool/databib.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/datatool/databib.sty	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/tex/latex/datatool/databib.sty	2018-05-01 17:56:53 UTC (rev 47543)
@@ -7,7 +7,7 @@
 %% datatool.dtx  (with options: `databib.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{databib}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{databib}[2018/04/16 v2.30 (NLCT)]
 \RequirePackage{datatool}
 \newcommand*{\dtlbib at style}{plain}
 \define at choicekey{databib.sty}{style}{plain,abbrv,alpha}{%

Modified: trunk/Master/texmf-dist/tex/latex/datatool/datagidx.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/datatool/datagidx.sty	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/tex/latex/datatool/datagidx.sty	2018-05-01 17:56:53 UTC (rev 47543)
@@ -7,7 +7,7 @@
 %% datatool.dtx  (with options: `datagidx.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{datagidx}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{datagidx}[2018/04/16 v2.30 (NLCT)]
 \RequirePackage{datatool}
 \RequirePackage{etoolbox}
 \RequirePackage{xkeyval}

Modified: trunk/Master/texmf-dist/tex/latex/datatool/datapie.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/datatool/datapie.sty	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/tex/latex/datatool/datapie.sty	2018-05-01 17:56:53 UTC (rev 47543)
@@ -7,7 +7,7 @@
 %% datatool.dtx  (with options: `datapie.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{datapie}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{datapie}[2018/04/16 v2.30 (NLCT)]
 \RequirePackage{xkeyval}
 \newif\ifDTLcolorpiechart
 \DTLcolorpiecharttrue

Modified: trunk/Master/texmf-dist/tex/latex/datatool/dataplot.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/datatool/dataplot.sty	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/tex/latex/datatool/dataplot.sty	2018-05-01 17:56:53 UTC (rev 47543)
@@ -7,7 +7,7 @@
 %% datatool.dtx  (with options: `dataplot.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{dataplot}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{dataplot}[2018/04/16 v2.30 (NLCT)]
 \RequirePackage{xkeyval}
 \RequirePackage{tikz}
 \RequirePackage{datatool}

Modified: trunk/Master/texmf-dist/tex/latex/datatool/datatool-base.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/datatool/datatool-base.sty	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/tex/latex/datatool/datatool-base.sty	2018-05-01 17:56:53 UTC (rev 47543)
@@ -7,7 +7,7 @@
 %% datatool.dtx  (with options: `datatool-base.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-base}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{datatool-base}[2018/04/16 v2.30 (NLCT)]
 \RequirePackage{etoolbox}
 \RequirePackage{amsmath}
 \RequirePackage{xkeyval}

Modified: trunk/Master/texmf-dist/tex/latex/datatool/datatool-fp.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/datatool/datatool-fp.sty	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/tex/latex/datatool/datatool-fp.sty	2018-05-01 17:56:53 UTC (rev 47543)
@@ -7,7 +7,7 @@
 %% datatool.dtx  (with options: `datatool-fp.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-fp}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{datatool-fp}[2018/04/16 v2.30 (NLCT)]
 \RequirePackage{xkeyval}
 \RequirePackage{fp}
 \RequirePackage{datatool-base}

Modified: trunk/Master/texmf-dist/tex/latex/datatool/datatool-pgfmath.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/datatool/datatool-pgfmath.sty	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/tex/latex/datatool/datatool-pgfmath.sty	2018-05-01 17:56:53 UTC (rev 47543)
@@ -7,7 +7,7 @@
 %% datatool.dtx  (with options: `datatool-pgfmath.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-pgfmath}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{datatool-pgfmath}[2018/04/16 v2.30 (NLCT)]
 \RequirePackage{xkeyval}
 \RequirePackage{pgfrcs,pgfkeys,pgfmath}
 \ProcessOptionsX

Modified: trunk/Master/texmf-dist/tex/latex/datatool/datatool.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/datatool/datatool.sty	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/tex/latex/datatool/datatool.sty	2018-05-01 17:56:53 UTC (rev 47543)
@@ -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 at lop@ff#1{}##2\noexpand\to##3##4\relax}%
         {%
           \noexpand\dtl at ifsingle{##1}%
-          {\noexpand\@dtl at lop@ff#1##1##2\noexpand\to##3##4\relax}
-          {\noexpand\@dtl at lop@ff#1{##1}##2\noexpand\to##3##4\relax}
+          {\noexpand\@dtl at lop@ff#1##1##2\noexpand\to##3##4\relax}%
+          {\noexpand\@dtl at 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 at stripeol#2%
-    \let#2\@dtl at strippedline
-  \fi
+    \let#2\@dtl at strippedline%
+  \fi%
 }
 \begingroup
 \catcode\endlinechar=\active%
@@ -3147,7 +3147,7 @@
           \@dtl at conditionfalse
           \ifeof\@dtl at read
           \else
-            \@dtl at doreadline\@dtl at read\@dtl at line
+           \@dtl at doreadline\@dtl at read\@dtl at line
             \ifdefempty{\@dtl at line}%
             {%
               \@dtl at conditiontrue

Modified: trunk/Master/texmf-dist/tex/latex/datatool/person.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/datatool/person.sty	2018-05-01 17:56:34 UTC (rev 47542)
+++ trunk/Master/texmf-dist/tex/latex/datatool/person.sty	2018-05-01 17:56:53 UTC (rev 47543)
@@ -7,7 +7,7 @@
 %% datatool.dtx  (with options: `person.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{person}[2017/11/12 v2.29 (NLCT)]
+\ProvidesPackage{person}[2018/04/16 v2.30 (NLCT)]
 \RequirePackage{ifthen}
 \RequirePackage{datatool}
 \newcounter{people}



More information about the tex-live-commits mailing list