summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/datatool/datatool.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/datatool/datatool.sty')
-rw-r--r--Master/texmf-dist/tex/latex/datatool/datatool.sty14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/datatool/datatool.sty b/Master/texmf-dist/tex/latex/datatool/datatool.sty
index 8127cb80ba8..1d630179591 100644
--- a/Master/texmf-dist/tex/latex/datatool/datatool.sty
+++ b/Master/texmf-dist/tex/latex/datatool/datatool.sty
@@ -39,7 +39,7 @@
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{datatool}[2009/03/27 v2.01 (NLCT)]
+\ProvidesPackage{datatool}[2009/07/13 v2.02 (NLCT)]
\RequirePackage{xkeyval}
\RequirePackage{ifthen}
\RequirePackage{xfor}
@@ -2080,7 +2080,7 @@
\newcommand{\@dtlforcolumn}[4]{%
\DTLifdbexists{#2}%
{%
- \@dtlifhaskey{#2}{#3}%
+ \@DTLifhaskey{#2}{#3}%
{%
\@sdtlforcolumn{#1}{#2}{#3}{#4}%
}%
@@ -2506,9 +2506,9 @@
{%
\dtlrownum=
\csname dtl@row\romannumeral\dtlforeachlevel\endcsname\relax
- \@dtlifhaskey{\@dtl@thisdb}{#1}%
+ \@DTLifhaskey{\@dtl@thisdb}{#1}%
{%
- \dtl@getcolumnindex{\thiscol}{\@dtl@thisdb}{#1}\relax
+ \@dtl@getcolumnindex{\thiscol}{\@dtl@thisdb}{#1}\relax
\dtlcolumnnum=\thiscol\relax
\dtlcurrentrow =
\csname @dtl@cur\romannumeral\dtlforeachlevel\endcsname
@@ -2562,9 +2562,9 @@
{%
\dtlrownum=
\csname dtl@row\romannumeral\dtlforeachlevel\endcsname\relax
- \@dtlifhaskey{\@dtl@thisdb}{#1}%
+ \@DTLifhaskey{\@dtl@thisdb}{#1}%
{%
- \dtl@getcolumnindex{\thiscol}{\@dtl@thisdb}{#1}\relax
+ \@dtl@getcolumnindex{\thiscol}{\@dtl@thisdb}{#1}\relax
\dtlcolumnnum=\thiscol\relax
\dtlcurrentrow =
\csname @dtl@cur\romannumeral\dtlforeachlevel\endcsname
@@ -4231,7 +4231,7 @@
\newcommand*{\DTLsavedb}[2]{%
\DTLifdbexists{#1}%
{%
- \openout\@dtl@write
+ \openout\@dtl@write=#2\relax
\def\@dtl@header{}%
\dtlforeachkey(\@dtl@key,\@dtl@col,\@dtl@type,\@dtl@head)%
\in{#1}\do