Commit graph

3 commits

Author SHA1 Message Date
markd
888ea4fdc5 Update tex-datatool{,-doc} to 2.23
* datatool.sty:
    - etex no longer loaded.
    - added \DTLisinlist and \DTLmaketabspace
    - Bug fix (\@dtl at starttrim): fixed issue that caused
      loss of group at the start of a line when reading a csv file
    - Bug fix: unstarred (case-sensitive) version of \DTLsort
      now correctly uses case-sensitive sort.
    - Bug fix: error in \DTLifSubString

* person.sty:
    - Bug fix: replaced \ifpersonmale with \ifmale within the
      definitions of \persongender and \getpersongender
    - Bug fix: replaced \@thisperson with #1 in \ifmale and
      \iffemale
2015-08-02 12:31:04 +00:00
markd
41651edf77 Update tex-datatool{,-doc} to 2.22
latest texlive version.  changes unknown.
2015-04-22 10:38:59 +00:00
markd
ecb6c4c298 Import tex-datatool-2.03
The bundle provides six packages: - datatool.sty: databases may
be created using LaTeX commands or by importing external files;
they may be sorted numerically or alphabetically; repetitive
operations (such as mail merging) may be performed on each row
of a database, subject to conditions to exclude particular
rows; commands are provided to examine database elements, and
to convert formats (for example, to convert a numeric element
to a format compatible with the fp package; - datapie.sty: a
database may be represented as a pie chart; flexible options
allow colouring of the chart, and annotation hooks are
available; - dataplot.sty: a database may be represented as a
2-dimensional scatter or line plot; flexible options control of
the plot's overall appearance, and of legends and other extra
information; - databar.sty: a database may be represented as a
bar chart; overall appearance, colouring and annotation are
controllable; - databib.sty: a bibliography may be loaded into
a datatool database, and manipulated there before being printed
(this permits a LaTeX-based route to printing bibliographies in
formats for which no BibTeX style is available); and -
person.sty: provides support for displaying a person's name and
pronoun in a document, thus avoiding cumbersome use of
"he/she", etc. The drawing packages make use of PGF/TikZ for
their output. The bundle replaces and supersedes the author's
csvtools bundle.
2010-04-09 21:40:30 +00:00