diff options
author | Karl Berry <karl@freefriends.org> | 2014-02-03 23:45:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-02-03 23:45:48 +0000 |
commit | 5b1c9fe4a8686f1d474467ad220e0714515d2a73 (patch) | |
tree | 3b011e35663c51c8f1e58e835b262194caa19f72 /Master/texmf-dist/doc/latex/datatool | |
parent | 79d56558dc21e3b3497b1c19c76cc06e42139b1d (diff) |
datatool (3feb14)
git-svn-id: svn://tug.org/texlive/trunk@32860 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/datatool')
16 files changed, 53 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/datatool/CHANGES b/Master/texmf-dist/doc/latex/datatool/CHANGES index 175bfb35174..ef25ed86ad0 100644 --- a/Master/texmf-dist/doc/latex/datatool/CHANGES +++ b/Master/texmf-dist/doc/latex/datatool/CHANGES @@ -1,3 +1,15 @@ +v2.20: + + * datatool: + + - added \DTLloaddbtex + + - added \DTLifnullorempty + + - added \DTLassignfirstmatch and \xDTLassignfirstmatch + + - Fixed bug in \DTLforeach* (\@dtl@dbname undefined) + v2.19: * datatool: diff --git a/Master/texmf-dist/doc/latex/datatool/README b/Master/texmf-dist/doc/latex/datatool/README index 9f93eadae57..283cdcb7a0f 100644 --- a/Master/texmf-dist/doc/latex/datatool/README +++ b/Master/texmf-dist/doc/latex/datatool/README @@ -1,9 +1,11 @@ -LaTeX Bundle : datatool v2.19 +LaTeX Bundle : datatool v2.20 -Last Modified : 2014-01-17 +Last Modified : 2014-02-03 Author : Nicola Talbot +Package FAQ : http://www.dickimaw-books.com/faqs/datatoolfaq.html + This bundle consists of the packages: datatool.sty, datatool-base.sty, datatool-fp.sty, datatool-pgfmath.sty, databar.sty, databib.sty, datapie.sty dataplot.sty, datagidx.sty @@ -128,7 +130,7 @@ The package and documentation source code is also supplied as a dtx and ins file located in texmf/source. This material is subject to the LaTeX Project Public License. -See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the details of that license. +See http://www.ctan.org/license/lppl1.3 for the details of that license. http://www.dickimaw-books.com/ 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 a0192a52006..9d28367745b 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 a1941a87ab8..9833f3266f6 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 372ca7d0299..db2f306c297 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.19} + \title{User Manual for datatool bundle version~2.20} \author{Nicola L.C. Talbot\\ \url{http://www.dickimaw-books.com/}} - \date{2014-01-17} + \date{2014-02-03} \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.19} + read \qt{Documented Code for datatool v2.20} \item[INSTALL] Installation instructions. @@ -2227,7 +2227,7 @@ parse files that have newline characters within entries. The \app{datatooltk} application (see page~\pageref{datatooltk}) can parse them, so if you have multilined entries in a CSV file, you can convert it to \sty{datatool}'s internal database format using -\app{datatooltk} and the input it using \ics{input}. See the +\app{datatooltk} and the input it using \ics{input} or \ics{DTLloaddbtex}. See the \app{datatooltk} documentation for further details. \end{important} @@ -2498,7 +2498,7 @@ of key=value pairs. The following keys are available: \item[contcaption] The continuation caption. -\item[shortcaption] The caption to be used in the list of figures. +\item[shortcaption] The caption to be used in the list of tables. \item[label] The label for this table. @@ -3801,11 +3801,19 @@ This is the null value for a number. \begin{definition}[\DescribeMacro{\DTLifnull}]% \cs{DTLifnull}\marg{cmd}\marg{true part}\marg{false part} \end{definition} -This checks if \meta{cmd} is null where \meta{cmd} is a command name, +This checks if \meta{cmd} is null where \meta{cmd} is a control +sequence, if it is, then \meta{true part} is done, otherwise \meta{false part} is done. This macro is illustrated in \autoref{ex:null} below. +\begin{definition}[\DescribeMacro{\DTLifnullorempty}] +\cs{DTLifnullorempty}\marg{cmd}\marg{true part}\marg{false part} +\end{definition} +This checks if \meta{cmd} is null or empty, where \meta{cmd} is a +control sequence. If it is it does \meta{true part}, otherwise +\meta{false part}. + \begin{example}{Null Values}{ex:null} Consider the following (which creates a database called "emailDB"): \begin{verbatim} @@ -4863,7 +4871,14 @@ any use: \begin{definition}[\DescribeMacro{\DTLprotectedsaverawdb}]% \cs{DTLprotectedsaverawdb}\marg{db name}\marg{filename} \end{definition} -instead. +instead. The \app{datatooltk} application +can read and write this raw format. To load a file in this format +you can just use \cs{input} or you can use: +\begin{definition} +\cs{DTLloaddbtex}\marg{cs}\marg{file} +\end{definition} +This checks for the file's existence and assigns the database name to the +control sequence \meta{cs}. \begin{important} If you find a~problem caused by \TeX's automatic insertion of a line @@ -5068,6 +5083,20 @@ This (globally) assigns the list of commands in \meta{assign list} for row \meta{row idx} in database \meta{db name}, where \meta{assign list} has the same format as in \ics{DTLforeach}. +\begin{definition} +\cs{DTLassignfirstmatch}\marg{db name}\marg{col key}\marg{value}\marg{assign list} +\end{definition} +This is similar to \cs{DTLassign} except that it applies to the +first row in the given database where the column identified by the +label \meta{col key} has the given value. Note that no expansion is +performed in the match. The value must be an exact match. + +\begin{definition} +\cs{xDTLassignfirstmatch}\marg{db name}\marg{col key}\marg{value}\marg{assign list} +\end{definition} +This is like \cs{DTLassignfirstmatch} but performs a~\emph{one-level} +expansion on \meta{value}. + Two rows can be swapped using: \begin{definition}[\DescribeMacro{\DTLswaprows}]% \cs{DTLswaprows}\marg{db name}\marg{row1 index}\marg{row2 index} diff --git a/Master/texmf-dist/doc/latex/datatool/samples/sample-barchart.pdf b/Master/texmf-dist/doc/latex/datatool/samples/sample-barchart.pdf Binary files differindex 17044288c1b..b150c9f9fef 100644 --- a/Master/texmf-dist/doc/latex/datatool/samples/sample-barchart.pdf +++ b/Master/texmf-dist/doc/latex/datatool/samples/sample-barchart.pdf diff --git a/Master/texmf-dist/doc/latex/datatool/samples/sample-datatooltk.pdf b/Master/texmf-dist/doc/latex/datatool/samples/sample-datatooltk.pdf Binary files differindex 393b0bd3cf5..0758d182ba8 100644 --- a/Master/texmf-dist/doc/latex/datatool/samples/sample-datatooltk.pdf +++ b/Master/texmf-dist/doc/latex/datatool/samples/sample-datatooltk.pdf diff --git a/Master/texmf-dist/doc/latex/datatool/samples/sample-dict.pdf b/Master/texmf-dist/doc/latex/datatool/samples/sample-dict.pdf Binary files differindex 684937017cf..160f341c484 100644 --- a/Master/texmf-dist/doc/latex/datatool/samples/sample-dict.pdf +++ b/Master/texmf-dist/doc/latex/datatool/samples/sample-dict.pdf diff --git a/Master/texmf-dist/doc/latex/datatool/samples/sample-gidx.pdf b/Master/texmf-dist/doc/latex/datatool/samples/sample-gidx.pdf Binary files differindex d2d1b4fe58a..74bef9cc213 100644 --- a/Master/texmf-dist/doc/latex/datatool/samples/sample-gidx.pdf +++ b/Master/texmf-dist/doc/latex/datatool/samples/sample-gidx.pdf diff --git a/Master/texmf-dist/doc/latex/datatool/samples/sample-glossary.pdf b/Master/texmf-dist/doc/latex/datatool/samples/sample-glossary.pdf Binary files differindex 701f67fc3c8..1efa20caaa6 100644 --- a/Master/texmf-dist/doc/latex/datatool/samples/sample-glossary.pdf +++ b/Master/texmf-dist/doc/latex/datatool/samples/sample-glossary.pdf diff --git a/Master/texmf-dist/doc/latex/datatool/samples/sample-index.pdf b/Master/texmf-dist/doc/latex/datatool/samples/sample-index.pdf Binary files differindex a9bbadda262..1fd01ce35b8 100644 --- a/Master/texmf-dist/doc/latex/datatool/samples/sample-index.pdf +++ b/Master/texmf-dist/doc/latex/datatool/samples/sample-index.pdf diff --git a/Master/texmf-dist/doc/latex/datatool/samples/sample-mail-merge.pdf b/Master/texmf-dist/doc/latex/datatool/samples/sample-mail-merge.pdf Binary files differindex d37597a1005..18c7c59c940 100644 --- a/Master/texmf-dist/doc/latex/datatool/samples/sample-mail-merge.pdf +++ b/Master/texmf-dist/doc/latex/datatool/samples/sample-mail-merge.pdf diff --git a/Master/texmf-dist/doc/latex/datatool/samples/sample-piechart.pdf b/Master/texmf-dist/doc/latex/datatool/samples/sample-piechart.pdf Binary files differindex 59a472f70e2..92223a3d67d 100644 --- a/Master/texmf-dist/doc/latex/datatool/samples/sample-piechart.pdf +++ b/Master/texmf-dist/doc/latex/datatool/samples/sample-piechart.pdf diff --git a/Master/texmf-dist/doc/latex/datatool/samples/sample-sort.pdf b/Master/texmf-dist/doc/latex/datatool/samples/sample-sort.pdf Binary files differindex 4d8764d920e..06ddbdc1fe2 100644 --- a/Master/texmf-dist/doc/latex/datatool/samples/sample-sort.pdf +++ b/Master/texmf-dist/doc/latex/datatool/samples/sample-sort.pdf diff --git a/Master/texmf-dist/doc/latex/datatool/samples/sample-student-scores.pdf b/Master/texmf-dist/doc/latex/datatool/samples/sample-student-scores.pdf Binary files differindex 80681527934..0ac59407a3e 100644 --- a/Master/texmf-dist/doc/latex/datatool/samples/sample-student-scores.pdf +++ b/Master/texmf-dist/doc/latex/datatool/samples/sample-student-scores.pdf diff --git a/Master/texmf-dist/doc/latex/datatool/samples/sample-two-per-row.pdf b/Master/texmf-dist/doc/latex/datatool/samples/sample-two-per-row.pdf Binary files differindex 5a91c1b86b7..0832275c680 100644 --- a/Master/texmf-dist/doc/latex/datatool/samples/sample-two-per-row.pdf +++ b/Master/texmf-dist/doc/latex/datatool/samples/sample-two-per-row.pdf |