summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/datatool
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-14 00:40:46 +0000
committerKarl Berry <karl@freefriends.org>2009-07-14 00:40:46 +0000
commitbf7c0d39097ebd8dbda1aa7fe1516d2b55bd602a (patch)
tree5f18afba163d072b447255f93fc544842e1c6b82 /Master/texmf-dist/source/latex/datatool
parentcf2aa3660ba6c551fda8adcd99bb39880b32df08 (diff)
datatool 2.02 (13jul09)
git-svn-id: svn://tug.org/texlive/trunk@14248 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/datatool')
-rw-r--r--Master/texmf-dist/source/latex/datatool/datatool.dtx23
-rw-r--r--Master/texmf-dist/source/latex/datatool/datatool.ins2
2 files changed, 13 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/datatool/datatool.dtx b/Master/texmf-dist/source/latex/datatool/datatool.dtx
index 082f774be77..8db14f657ed 100644
--- a/Master/texmf-dist/source/latex/datatool/datatool.dtx
+++ b/Master/texmf-dist/source/latex/datatool/datatool.dtx
@@ -15,7 +15,7 @@
% -doc "manual.tex"
% -codetitle "datatool.sty"
% datatool
-% Created on 2009/3/27 12:09
+% Created on 2009/7/13 10:04
%\fi
%\iffalse
%<*package>
@@ -80,7 +80,7 @@
\makeatother
\RecordChanges
\PageIndex
-\CheckSum{15417}
+\CheckSum{15418}
\newcommand*{\sty}[1]{\textsf{#1}}
\newcommand*{\env}[1]{\textsf{#1}}
@@ -173,7 +173,7 @@ options>#2=\textsf{#2}|hyperpage}}
%\MakeShortVerb{"}
%\DeleteShortVerb{\|}
%
-% \title{datatool v 2.01: Databases and data manipulation}
+% \title{datatool v 2.02: Databases and data manipulation}
% \author{Nicola L.C. Talbot\\[10pt]
%School of Computing Sciences\\
%University of East Anglia\\
@@ -181,7 +181,7 @@ options>#2=\textsf{#2}|hyperpage}}
%NR4 7TJ. United Kingdom.\\
%\url{http://theoval.cmp.uea.ac.uk/~nlct/}}
%
-% \date{27th March 2009}
+% \date{13th July 2009}
% \maketitle
%\tableofcontents
%\listofexamples
@@ -7320,7 +7320,7 @@ options>#2=\textsf{#2}|hyperpage}}
%\subsection{Package Declaration}
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{datatool}[2009/03/27 v2.01 (NLCT)]
+\ProvidesPackage{datatool}[2009/07/13 v2.02 (NLCT)]
% \end{macrocode}
% Load required packages:
% \begin{macrocode}
@@ -11708,7 +11708,7 @@ options>#2=\textsf{#2}|hyperpage}}
% \begin{macrocode}
\DTLifdbexists{#2}%
{%
- \@dtlifhaskey{#2}{#3}%
+ \@DTLifhaskey{#2}{#3}%
{%
\@sdtlforcolumn{#1}{#2}{#3}{#4}%
}%
@@ -12551,12 +12551,12 @@ options>#2=\textsf{#2}|hyperpage}}
% \end{macrocode}
% Is there a column corresponding to this key?
% \begin{macrocode}
- \@dtlifhaskey{\@dtl@thisdb}{#1}%
+ \@DTLifhaskey{\@dtl@thisdb}{#1}%
{%
% \end{macrocode}
% There exists a column for this key, so get the index:
% \begin{macrocode}
- \dtl@getcolumnindex{\thiscol}{\@dtl@thisdb}{#1}\relax
+ \@dtl@getcolumnindex{\thiscol}{\@dtl@thisdb}{#1}\relax
\dtlcolumnnum=\thiscol\relax
% \end{macrocode}
% Set \cs{dtlcurrentrow} to the current row
@@ -12651,12 +12651,12 @@ options>#2=\textsf{#2}|hyperpage}}
% \end{macrocode}
% Is there a column corresponding to this key?
% \begin{macrocode}
- \@dtlifhaskey{\@dtl@thisdb}{#1}%
+ \@DTLifhaskey{\@dtl@thisdb}{#1}%
{%
% \end{macrocode}
% There exists a column for this key, so get the index:
% \begin{macrocode}
- \dtl@getcolumnindex{\thiscol}{\@dtl@thisdb}{#1}\relax
+ \@dtl@getcolumnindex{\thiscol}{\@dtl@thisdb}{#1}\relax
\dtlcolumnnum=\thiscol\relax
% \end{macrocode}
% Set \cs{dtlcurrentrow} to the current row
@@ -16208,8 +16208,9 @@ options>#2=\textsf{#2}|hyperpage}}
{%
% \end{macrocode}
% Open output file
+%\changes{2.02}{2009 July 13}{Fixed bug that didn't set the filename}
% \begin{macrocode}
- \openout\@dtl@write
+ \openout\@dtl@write=#2\relax
% \end{macrocode}
% Initialise header row
% \begin{macrocode}
diff --git a/Master/texmf-dist/source/latex/datatool/datatool.ins b/Master/texmf-dist/source/latex/datatool/datatool.ins
index ca42c27fb47..8dc5e7e9d71 100644
--- a/Master/texmf-dist/source/latex/datatool/datatool.ins
+++ b/Master/texmf-dist/source/latex/datatool/datatool.ins
@@ -1,4 +1,4 @@
-% datatool.ins generated using makedtx version 0.94b 2009/3/27 12:09
+% datatool.ins generated using makedtx version 0.94b 2009/7/13 10:04
\input docstrip
\preamble