diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/datatool/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/datatool/CHANGES | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/datatool/CHANGES b/Master/texmf-dist/doc/latex/datatool/CHANGES index aafffbec6b0..657f9fc5724 100644 --- a/Master/texmf-dist/doc/latex/datatool/CHANGES +++ b/Master/texmf-dist/doc/latex/datatool/CHANGES @@ -1,3 +1,33 @@ +v2.14: + + * datatool: + + - fixed bug in \@dtl@updatekeys + (Bug report: http://www.dickimaw-books.com/cgi-bin/bugtracker.cgi?action=view&key=20) + + - fixed \DTLsaverawdb so that it works when there are fragile + commands in database entries + + + * dataplot: + + - refactored \DTLplot to help prevent large data values exceeding + TeX's maximum dimensions + + - aded tikz calc library as a requirement + + * datagidx: + + - added 'condition' key to \printterms + + - added \postnewtermhook, \newtermfield, \ifnewtermfield, + \datagidxdb + + - fixed bug in 'gloss' style that displayed multiple "see also" + lines for entries that have children. + + * Fixed minor typos in user manual + v2.13: * Added new package `datagidx' |