diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-28 00:27:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-28 00:27:24 +0000 |
commit | 2a7a9db945b16f983bcfb8afa02f273bc8e4b117 (patch) | |
tree | cd58a390af28aee816f531f22b269e1f5369aa4c /Master/texmf-dist/source/latex/datatool/datatool.dtx | |
parent | b0e498cd3849788c1dab642d68e2645c7f19e4ae (diff) |
datatool 2.01 (27mar09)
git-svn-id: svn://tug.org/texlive/trunk@12539 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/datatool/datatool.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/datatool/datatool.dtx | 15 |
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} |