diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-23 21:55:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-23 21:55:18 +0000 |
commit | d5ef93ccfdd8ddb5ee3d5a41434e0aec04df8fa0 (patch) | |
tree | 0bfa67f70ec53a66e165994e6bfc17b52ff92130 /Master/texmf-dist/doc/latex/datatool/CHANGES | |
parent | 44928b3e4ed601cdf5afd19c5abb613fe3e8b4a0 (diff) |
datatool 2.10 (23jul12)
git-svn-id: svn://tug.org/texlive/trunk@27115 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/datatool/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/datatool/CHANGES | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/datatool/CHANGES b/Master/texmf-dist/doc/latex/datatool/CHANGES index bee8676f0e6..7236ed455d9 100644 --- a/Master/texmf-dist/doc/latex/datatool/CHANGES +++ b/Master/texmf-dist/doc/latex/datatool/CHANGES @@ -1,3 +1,73 @@ +v2.10 (2012/07/18): + + * datatool.sty: + + - Split package into datatool-base.sty, datatool-fp.sty and + datatool-pgfmath.sty + + - Added package option "math" (math=fp -> use fp.sty, + math=pgfmath -> use pgfmath.sty) + + - datatool.sty now requires etoolbox (changed commands like + \@ifundefined to etoolbox equivalents) + + - Added 'omitlines' option when loading csv file (from patch supplied by Bruno Le Floch + at: + http://tex.stackexchange.com/questions/22942/skipping-the-first-line-of-a-data-file-for-pgfplotstable/25133#25133 ) + + - \DTLloaddb : adds default column header if missing + + - Added optional argument to \DTLdisplaydb + + - Added omit key to \DTLdisplaylongdb + + - added environment dtlenvgforint + + - added environments DTLenvforeach and DTLenvforeach* + + - added check for at least version 1.2 (2009/10/20) of substr.sty + + - added \DTLassign + + - added DTLnumitemsinlist + + - added \dtlrecombine, \dtlrecombineomitcurrent, + \dtlreplaceentryincurrentrow, \dtlswapentriesincurrentrow, + \dtlremoveentryincurrentrow, \dtlappendentrytocurrentrow + + - Rewritten \@dtl@ifDigitOrDecimalSep (code provided by Bruno Le Floch) + + - ensured first argument of \DTLconverttodecimal gets one-level + expansion in commands like \DTLaddall + + - Fixed \DTLloaddb to work if % used at the start of a row in CSV file. + + - Fixed \@dtl@qlopoff to substitute escaped CSV delimiters + + - Fixed bug in \DTLloadrawdb, which only performed a single + substitution per line + + - Added \long before \edef in \DTLsubstituteall + + - Fixed bug in \@dtl@getkeyforcolumn (affects + \DTLgetkeyforcolumn) + + - Changed tab character to ^^I + + - Fixed bug in \DTLloaddb and \DTLloadrawdb when CSV file only contains one column + + * databib.bst: + + - Added eprints field + + * datatool-user.tex (User guide): + + - fixed typo "\value{DTLbibrow}<11" => "\value{DTLbibrow}<10" + + - added section "Operating on Current Row" + + - added remark on using etoolbox to check for empty values + v2.03 (2009/11/15): * Added facility to clear or delete a database. |