summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/datatool/datatool.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/datatool/datatool.dtx')
-rw-r--r--Master/texmf-dist/source/latex/datatool/datatool.dtx15
1 files changed, 10 insertions, 5 deletions
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}