summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-03-28 00:27:24 +0000
committerKarl Berry <karl@freefriends.org>2009-03-28 00:27:24 +0000
commit2a7a9db945b16f983bcfb8afa02f273bc8e4b117 (patch)
treecd58a390af28aee816f531f22b269e1f5369aa4c
parentb0e498cd3849788c1dab642d68e2645c7f19e4ae (diff)
datatool 2.01 (27mar09)
git-svn-id: svn://tug.org/texlive/trunk@12539 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/datatool/CHANGES3
-rw-r--r--Master/texmf-dist/doc/latex/datatool/README4
-rw-r--r--Master/texmf-dist/doc/latex/datatool/datatool.pdfbin1455516 -> 1455828 bytes
-rw-r--r--Master/texmf-dist/source/latex/datatool/datatool.dtx15
-rw-r--r--Master/texmf-dist/source/latex/datatool/datatool.ins2
-rw-r--r--Master/texmf-dist/tex/latex/datatool/datatool.sty3
6 files changed, 18 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/datatool/CHANGES b/Master/texmf-dist/doc/latex/datatool/CHANGES
index 4b9d5b36183..2e023176171 100644
--- a/Master/texmf-dist/doc/latex/datatool/CHANGES
+++ b/Master/texmf-dist/doc/latex/datatool/CHANGES
@@ -1,3 +1,6 @@
+v2.01 (2009/03/27):
+ * fixed bug that ignores descending sort option
+
v2.0 (2009/02/27):
datatool.sty:
diff --git a/Master/texmf-dist/doc/latex/datatool/README b/Master/texmf-dist/doc/latex/datatool/README
index ad9f718294a..186bf32e38a 100644
--- a/Master/texmf-dist/doc/latex/datatool/README
+++ b/Master/texmf-dist/doc/latex/datatool/README
@@ -1,6 +1,6 @@
-LaTeX Bundle : datatool v2.0 (datatool.sty, datapie.sty, dataplot.sty, databar.sty, databib.sty)
+LaTeX Bundle : datatool v2.01 (datatool.sty, datapie.sty, dataplot.sty, databar.sty, databib.sty)
-Last Modified : 27 February 2009
+Last Modified : 27 March 2009
Author : Nicola Talbot
diff --git a/Master/texmf-dist/doc/latex/datatool/datatool.pdf b/Master/texmf-dist/doc/latex/datatool/datatool.pdf
index d45aac71de9..a6d986f67a3 100644
--- a/Master/texmf-dist/doc/latex/datatool/datatool.pdf
+++ b/Master/texmf-dist/doc/latex/datatool/datatool.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/datatool/datatool.dtx b/Master/texmf-dist/source/latex/datatool/datatool.dtx
index fe88d5377eb..082f774be77 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/2/27 13:27
+% Created on 2009/3/27 12:09
%\fi
%\iffalse
%<*package>
@@ -80,7 +80,7 @@
\makeatother
\RecordChanges
\PageIndex
-\CheckSum{15413}
+\CheckSum{15417}
\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.0: Databases and data manipulation}
+% \title{datatool v 2.01: 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 February 2009}
+% \date{27th March 2009}
% \maketitle
%\tableofcontents
%\listofexamples
@@ -7320,7 +7320,7 @@ options>#2=\textsf{#2}|hyperpage}}
%\subsection{Package Declaration}
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{datatool}[2009/02/27 v2.0 (NLCT)]
+\ProvidesPackage{datatool}[2009/03/27 v2.01 (NLCT)]
% \end{macrocode}
% Load required packages:
% \begin{macrocode}
@@ -14827,6 +14827,11 @@ options>#2=\textsf{#2}|hyperpage}}
\@endfortrue
\fi
}%
+% \end{macrocode}
+% Apply sort direction
+%\changes{2.01}{2009 March 27}{fixed sort direction}
+% \begin{macrocode}
+ \multiply\dtl@sortresult by -\@dtl@sortdirection\relax
}
% \end{macrocode}
%\end{macro}
diff --git a/Master/texmf-dist/source/latex/datatool/datatool.ins b/Master/texmf-dist/source/latex/datatool/datatool.ins
index 38bc0ad7fe9..ca42c27fb47 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/2/27 13:27
+% datatool.ins generated using makedtx version 0.94b 2009/3/27 12:09
\input docstrip
\preamble
diff --git a/Master/texmf-dist/tex/latex/datatool/datatool.sty b/Master/texmf-dist/tex/latex/datatool/datatool.sty
index 6925836a74c..8127cb80ba8 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/02/27 v2.0 (NLCT)]
+\ProvidesPackage{datatool}[2009/03/27 v2.01 (NLCT)]
\RequirePackage{xkeyval}
\RequirePackage{ifthen}
\RequirePackage{xfor}
@@ -3497,6 +3497,7 @@
\@endfortrue
\fi
}%
+ \multiply\dtl@sortresult by -\@dtl@sortdirection\relax
}
\def\@dtl@getsortdirection#1=#2\relax{%
\def\@dtl@key{#1}%