diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/datatool/CHANGES | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/datatool/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/datatool/datatool-code.pdf | bin | 909585 -> 909367 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/datatool/datatool-user.pdf | bin | 591809 -> 591660 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/datatool/datatool-user.tex | 10 |
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 Binary files differindex fde7720c668..657be69514f 100644 --- a/Master/texmf-dist/doc/latex/datatool/datatool-code.pdf +++ b/Master/texmf-dist/doc/latex/datatool/datatool-code.pdf diff --git a/Master/texmf-dist/doc/latex/datatool/datatool-user.pdf b/Master/texmf-dist/doc/latex/datatool/datatool-user.pdf Binary files differindex f76bd3eefe8..27c4682aeae 100644 --- a/Master/texmf-dist/doc/latex/datatool/datatool-user.pdf +++ b/Master/texmf-dist/doc/latex/datatool/datatool-user.pdf 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. |