summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/datatool
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-08-16 23:05:39 +0000
committerKarl Berry <karl@freefriends.org>2013-08-16 23:05:39 +0000
commitbf98c9436ac9d7fca5021fc6a7c641bf60ded210 (patch)
tree60c97881e40cc699b3b475a65ad54348cdd735ef /Master/texmf-dist/doc/latex/datatool
parent07971807299d88bdaf939da9bc42f322fad80df8 (diff)
datatool (16aug13)
git-svn-id: svn://tug.org/texlive/trunk@31449 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/datatool')
-rw-r--r--Master/texmf-dist/doc/latex/datatool/CHANGES13
-rw-r--r--Master/texmf-dist/doc/latex/datatool/README4
-rw-r--r--Master/texmf-dist/doc/latex/datatool/datatool-code.pdfbin909585 -> 909367 bytes
-rw-r--r--Master/texmf-dist/doc/latex/datatool/datatool-user.pdfbin591809 -> 591660 bytes
-rw-r--r--Master/texmf-dist/doc/latex/datatool/datatool-user.tex10
5 files changed, 20 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/datatool/CHANGES b/Master/texmf-dist/doc/latex/datatool/CHANGES
index 65bda9bbd0b..2621cba5d8e 100644
--- a/Master/texmf-dist/doc/latex/datatool/CHANGES
+++ b/Master/texmf-dist/doc/latex/datatool/CHANGES
@@ -1,3 +1,16 @@
+v2.16:
+
+ * datatool:
+
+ - Fixed bug in \@dtl@updatekeys that causes an error when the
+ data contains fragile commands.
+
+ * datatool-base:
+
+ - Fixed bug in \@dtl@checknumerical that causes an error when the
+ argument is a command that expands to empty.
+
+
v2.15:
* datagidx:
diff --git a/Master/texmf-dist/doc/latex/datatool/README b/Master/texmf-dist/doc/latex/datatool/README
index 9c1b881e04d..9e39650fbea 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.15
+LaTeX Bundle : datatool v2.16
-Last Modified : 2013-07-10
+Last Modified : 2013-08-16
Author : Nicola Talbot
diff --git a/Master/texmf-dist/doc/latex/datatool/datatool-code.pdf b/Master/texmf-dist/doc/latex/datatool/datatool-code.pdf
index fde7720c668..657be69514f 100644
--- a/Master/texmf-dist/doc/latex/datatool/datatool-code.pdf
+++ b/Master/texmf-dist/doc/latex/datatool/datatool-code.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/datatool/datatool-user.pdf b/Master/texmf-dist/doc/latex/datatool/datatool-user.pdf
index f76bd3eefe8..27c4682aeae 100644
--- a/Master/texmf-dist/doc/latex/datatool/datatool-user.pdf
+++ b/Master/texmf-dist/doc/latex/datatool/datatool-user.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/datatool/datatool-user.tex b/Master/texmf-dist/doc/latex/datatool/datatool-user.tex
index 2caff13201c..fbc7cad8a99 100644
--- a/Master/texmf-dist/doc/latex/datatool/datatool-user.tex
+++ b/Master/texmf-dist/doc/latex/datatool/datatool-user.tex
@@ -91,11 +91,11 @@
\MakeShortVerb{"}
\DeleteShortVerb{\|}
- \title{User Manual for datatool bundle version~2.15}
+ \title{User Manual for datatool bundle version~2.16}
\author{Nicola L.C. Talbot\\
\url{http://www.dickimaw-books.com/}}
- \date{2013-07-10}
+ \date{2013-08-16}
\maketitle
\pagenumbering{roman}
@@ -110,7 +110,7 @@ The \styfmt{datatool} bundle comes with the following documentation:
\item[\url{datatool-code.pdf}]
Advanced users wishing to know more about the inner workings of
all the packages provided in the \styfmt{datatool} bundle should
- read \qt{Documented Code for datatool v2.15}
+ read \qt{Documented Code for datatool v2.16}
\item[INSTALL] Installation instructions.
@@ -4379,8 +4379,8 @@ the data type for a given key, and uses this to determine whether
an alphabetical or numerical sort is required.
The final argument \meta{handler} is the command used for the
-comparisons. These handlers are described in more detail in
-\autoref{src:dtlcompare} of the documented code. The following
+comparisons. These handlers are described in more detail on
+page~\pageref*{src:dtlcompare} of the documented code (datatool-code.pdf). The following
handlers are provided:
\begin{description}
\item[\ics{dtlcompare}] A case-sensitive comparison.