This update should be at your local mirror in a day.
Thanks again,
Jim Hefferon
Saint Michael's College
........................................................................
The following information was provided by our fellow contributor:
Name of contribution: tablenotes
Version number: 0.2
Author's name: Matthias Borck-Elsner
Location on CTAN: /macros/latex/contrib/tablenotes
Summary description: my notes or no notes is no question
License type: lppl
Announcement text:
----------------------------------------------------------------------
Notes in text and tables, to be shown or hidden
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/tablenotes
. More information is at
http://tug.ctan.org/pkg/tablenotes
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This update should reach your local mirror within a day.
Jim Hefferon
Saint Michael's College
.......................................................................
The following information was provided by our fellow contributor:
Name of contribution: xpackages
Version number: SVN 1509
Author's name: LaTeX3 Project
Location on CTAN: /macros/latex/contrib/xpackages
Summary description: High-level LaTeX3 concepts
License type: lppl
Announcement text:
----------------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
The xpackages bundle: high-Level LaTeX3 concepts
----------------------------------------------------------------
The xpackages are experimental, high-level parts of LaTeX3. They
are designed to provide a link between the programming system
(expl3) and the user. Each xpackage is focussed in a different
area, for example creating document commands (xparse),
producing flexible formatting functions (template), etc.
At present, the xpackages are designed to be loaded on top
of LaTeX2e:
usepackage{xparse}
usepackage{template}
In time, a LaTeX3 format will be produced based on this code.
This allows the code to be used in LaTeX2e packages now while a
stand-alone LaTeX3 is developed.
To use the xpackages, you will need to have the expl3 package
available. This provides the LaTeX3 coding environment on which
the xpackages are built.
----------------------------------------------------------------
This release (SVN 1509)
----------------------------------------------------------------
Since the last CTAN snap-shot of the xpackages, a lot of work
has been carried out revising the xparse package. Much of the
code of xparse has been rewritten and a lot of thought has gone
into the interface. The functions;
- DeclareDocumentCommand
- DeclareDocumentEnvironment
- IfNoValue(TF)
- IfBoolean(TF)
are now considered stable. This means that xparse can be used
to generate functions for real documents as well as for
testing.
Some parts of xparse may still be revised, as functions such as:
- DeclareExpandableDocumentCommand
- DeclareDocumentCommandInterface
- DeclareDocumentCommandImplementation
- IfValue(TF)
are not yet regarded as stable. However, this will depend on
feedback from other programmers regarding the usefulness of
these facilities.
The method for defining a function in xparse:
{ m o +m }
is also now stable. Some work is still being done on the
processor concept, but the team hope this will not take too
long and so should not cause problems for package authors.
The second notable change in this release is the addition of
the l3keys2e package in the xtras bundle. The xtras bundle is
intended to hold xpackages which are tided closely to LaTeX2e,
and so provide functionality which will be implemented
differently in a LaTeX3 format. l3keys2e allows keyval input
defined using l3keys to be used as LaTeX2e package or class
options. This is done in a similar manner to that used by
the kvoptions package.
Finally, the addition of the xtras bundle means that the
TDS organisation of the xpackages has slightly altered. It now
reflects the SVN structure:
xpackages/xbase/xparse.sty
xpackages/xbase/template.sty
xpackages/xtras/l3keys2e.sty
----------------------------------------------------------------
Looking forward
----------------------------------------------------------------
The ideas in the template package are currently being examined,
and the team expect to update template in the coming weeks.
There is likely to be an update to CTAN once this process is
complete so that template can move to stable status.
----------------------------------------------------------------
The LaTeX3 Project
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/xpackages
. More information is at
http://tug.ctan.org/pkg/xpackages
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This update should within a day reach your local mirror.
Jim Hefferon
Saint Michael's College
..........................................................................
The following information was provided by our fellow contributor:
Name of contribution: expl3
Version number: SVN 1509
Author's name: LaTeX3 Project
Location on CTAN: /macros/latex/contrib/expl3
Summary description: An Experimental LaTeX3 Programming Convention
License type: lppl
Announcement text:
----------------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
The expl3 bundle: low-level LaTeX3 coding
----------------------------------------------------------------
The files of the expl3 bundle provide a low-level API for TeX
programmers with special syntax conventions, completely
separating it from document level syntax. Hence, the commands
provided are not intended for use at the document level nor for
use in describing design layouts in document class files.
This API provides the foundation on which the LaTeX3 kernel
and other advanced extensions are built. Special care has been
taken so that they can be used within a LaTeX2e context as
regular packages.
The TeX and eTeX primitives are all given a new name according
to these conventions. However, in the main direct use of the
primitives is not required or encouraged: the expl3 modules
define an independent low-level LaTeX3 programming language.
At present, the expl3 modules are designed to be loaded on top
of LaTeX2e:
usepackage{expl3}
In time, a LaTeX3 format will be produced based on this code.
This allows the code to be used in LaTeX2e packages now while a
stand-alone LaTeX3 is developed.
----------------------------------------------------------------
This release (SVN 1509)
----------------------------------------------------------------
Most of the changes to expl3 since the last snapshot (SVN 1441)
are additions or documentation improvements.
The documentation provided in expl3.pdf has been heavily
revised to make it clearer which parts of the bundle are stable.
The terminology used has also been tightened up. Some of the
module documentation has had minor improvements to try to
ensure that all functions are documented.
The new functions added are:
- exp_args:NnV
- keys_if_exist:nn(TF)
- prop_put:NVn
- prop_put:NVV
- l_head:V
- l_tail:V
as these have proved useful to the team. These updated functions
are needed by the SVN version of the xpackages.
There has also been some One undocumented function has been
removed:
- file_not_found:nTF
as this can now be handled using the l3file module.
Some minor internal logic changes have been made to a small
number of functions. This should not affect the functions in
use.
----------------------------------------------------------------
The LaTeX3 Project
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/expl3
. More information is at
http://tug.ctan.org/pkg/expl3
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This update should reach your local mirror withing a day.
Jim Hefferon
Saint Michael's College
..........................................................................
The following information was provided by our fellow contributor:
Name of contribution: xltxtra
Version number: 0.5
Author's name: Will Robertson
Location on CTAN: /macros/xetex/latex/xltxtra
Summary description: Grab-bag of features for XeLaTeX
License type: lppl
Announcement text:
----------------------------------------------------------------------
Changes in v0.5:
- Switch to using Andrew Moschou's metalogo package for the logos.
- Bug fix involving hyperref logo definitions.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/xetex/latex/xltxtra
. More information is at
http://tug.ctan.org/pkg/xltxtra
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
On Thu, 3 Sep 2009, Josef Kleber submitted an update to the
softmaker-freefont
package.
Location on CTAN: /fonts/softmaker-freefont/
Summary description: Support files for fonts available at www.freefont.de
License type: lppl
Announcement text:
----------------------------------------------------------------------
In June 2009 www.freefont.de offered a beautiful handwriting font
for free download: The Softmaker Stone Handwriting.
As handwriting fonts are a quite limited resource in the LaTeX world,
i decided to create support files for this beautiful font. Therefore,
Stone Handwriting will be the starting point for the softmaker-freefont
bundle. Other fonts will be included in future.
Supported fonts at the moment:
Flagstaff, Henderson, Iceberg (regular + bold), Stone Handwriting
License: LPPL (not the fonts themselves)
New in v1.3:
- added LaTeX support for font family: Iceberg (regular + bold)
Attention: The font is not included! This font is font of the
month (September 2009) and can be downloaded for free at (at
least this month): http://www.freefont.de
Later you can buy it from Softmaker
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/softmaker-freefont/
. More information is at
http://tug.ctan.org/info/?id=softmaker-freefont
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
On Wed, 2 Sep 2009 Florent Chervet submitted an update to the
boolexpr
package.
Location on CTAN: /macros/latex/contrib/boolexpr/
Summary description: Purely expandable boolean expressions and switch
License type: lppl
Announcement text:
----------------------------------------------------------------------
Many bugs fixed on switch syntax
Optimization of test macros (hopefully no best solution exists...)
Revision of the pdf documentation
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/boolexpr/
. More information is at
http://tug.ctan.org/info/?id=boolexpr
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
This package has been updated at tug.ctan.org and should soon be at your local
mirror.
Thanks,
Jim Hefferon
Saint Michael's College
.................................................................................
The following information was provided by our fellow contributor:
Name of contribution: linguex
Version number: 3.7a
Author's name: Wolfgang Sternefeld
Location on CTAN: /macros/latex/contrib/linguex
Summary description: Update for Linguex: delete .ps files, fix bugs, update documentation
License type: lppl
Announcement text:
----------------------------------------------------------------------
Fixed a minor bug that made redefinition of heExNo
ineffective, since parts of the package were using the
hard coded version instead of the heExNo macro.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/linguex
. More information is at
http://tug.ctan.org/pkg/linguex
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
On Wed, 2 Sep 2009, Daniel Becker submitted an update to the
epspdfconversion
package.
Location on CTAN: /macros/latex/contrib/epspdfconversion/
Summary description:
The package calls the epstopdf (epstopdf-pkg) package to convert EPS graphics to
PDF, on the fly. It servs as a vehicle for passing conversion options (such as
grayscale , prepress or pdfversion ) to the epspdf converter.
License type: lppl
Announcement text:
----------------------------------------------------------------------
This update makes use of changes in the epstopdf-package v2.2
* new options update,verbose,prefersuffix,suffix,outdir (they are really
epstopdf options, but can be set as options for this package)
* default is that converted files have a suffix
* info in logfile about the setup that is used for epstopdf
* new options hires, no-hires
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/epspdfconversion/
. More information is at
http://tug.ctan.org/info/?id=epspdfconversion
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
the upload daemon is at it again (it's realised i'm back from holiday):
> The following information was provided by the package's contributor.
>
> Name of contribution: achemso
> Author's name: Joseph Wright
> Location on CTAN: /macros/latex/contrib/achemso
> Summary description: Support for American Chemical Society journal submissions
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> v3.3a:
> - New etalmode option, to support both truncating author lists as seen
> in ACS Nano
> ----------------------------------------------------------------------
i've installed the new version, and updated the catalogue repository.
thanks for the upload.
> Users may view the package catalogue entry at
> http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/achemso.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive//macros/latex/contrib/achemso
the catalogue entry will change a bit, overnight. nothing much...
Robin Fairbairns
For the CTAN team
This package has been updated at tug.ctan.org.
Jim Hefferon
Saint Michael's College
...............................................................
The following information was provided by our fellow contributor:
Name of contribution: listings-ext
Version number: v48
Author's name: Jobst Hoffmann
Location on CTAN: /macros/latex/contrib/listings-ext
Summary description: a package to support automated input of source code into a document
License type: lppl
Announcement text:
----------------------------------------------------------------------
The LaTeX package listings-ext.dtx contains some macros
and a supporting Bash script, which can be used to
automatically input parts of source code programs into a
documentation.
This version introduces tests of command parameters as well
as an
exemplary configuration file.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/listings-ext
. More information is at
http://tug.ctan.org/pkg/listings-ext
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
that upload daemon went and wrote:
> ======================================================================
>
> The following information was provided by the package's contributor.
>
> Name of contribution: achemso
> Author's name: Joseph Wright
> Author's email:
> Location on CTAN: /macros/latex/contrib/achemso
> Summary description: Support for American Chemical Society journal submissions
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> v3.3:
> - New layout option to allow both one- and two-column drafts
> - Better handling of altaffiliation to detect and combine duplicate values
> - Fix for ACS Nano style
> ----------------------------------------------------------------------
i've installed the new package and updated the catalogue repository.
thanks for the upload.
as always...
> Users may view the package catalogue entry at
> http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/achemso.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive//macros/latex/contrib/achemso
and (as is common) the catalogue entry will change in a small way,
overnight.
Robin Fairbairns
For the CTAN team
This update should within a day be at your local mirror.
Jim Hefferon
Saint Michael's College
..................................................................................
The following information was provided by our fellow contributor:
Name of contribution: boolexpr
Version number: 2.9
Author's name: Florent CHERVET
Location on CTAN: /macros/latex/contrib/boolexpr/
Summary description: purely expandable boolean expressions and switch (eTeX) [v2.9 2008/08/31]
License type: lppl
Announcement text:
----------------------------------------------------------------------
Testing values of counters required
umber of
umexpr :
oolexpr{
umbervalue{myCounter}=5}
Now number is no more required before value.
switch has an optional argument (and remains purely expandable...): eg:
switch[value{myCounter}]
case{=0}...
case{<10}...
case{<=12}...
otherwise......
endswitch
Documentation updated.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/boolexpr/
. More information is at
http://tug.ctan.org/pkg/boolexpr
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This update should be at your local mirror inside of a day.
Jim Hefferon
Saint Michael's College
.............................................................................
The following information was provided by our fellow contributor:
Name of contribution: curves
Version number: 1.53
Author's name: Ian Maclaine-cross
Location on CTAN: /macros/latex/contrib/curves/
Summary description: Draws curves and polygons in the LaTeX 2e picture environment
License type: lppl
Announcement text:
----------------------------------------------------------------------
Draws curves in the LaTeX 2e picture environment using parabolic arcs
between data points with continuous slope at joins. For circles and
circular arcs uses up to 16 parabolic arcs. Also draws symbols or dash
patterns along curves. A straight side switch changes curves to
polygons. Extends picture capability without extra programs and data
files. Parabolic arcs consist of short chords drawn by overlapping
disks or line drawing `special's selected by package options.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/curves/
. More information is at
http://tug.ctan.org/pkg/curves
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
Herbert Voss wrote:
> I uploaded pst-geo.tgz to the uk mirror. Please delete _all_
> files in the directory
> /graphics/pstricks/contrib/pst-geo/
>
> and put the new ones in there.
>
> pst-geo is a PSTricks related package for drawing geographical
> objects in 2D or 3D mode.
>
> The new versions of the four packages
>
> pst-map2d
> pst-map3d
> pst-map2dII
> pst-map3dII
>
> use special compressed versions of the PostScript data
> files (thanks to Heiko Oberdiek). The data files can be
> decompressed by using the included file pst-geo-decompress.pl
> (see file README) to make them readable for the user.
> All packages are able to decompress the data files on
> the fly when viewing the ps file or running ps2pdf.
thanks for the upload (and thanks to heiko for the excellent work).
i've installed the new version and updated the catalogue to reflect the
changes (including the new version number...).
Users may view the package's catalogue entry at
http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/pst-geo.html
or browse the package's directory at
http://www.tex.ac.uk/tex-archive/graphics/pstricks/contrib/pst-geo/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
This package has been updated at tug.ctan.org and should soon be at your local mirror.
Thanks,
Jim Hefferon
Saint Michael's College
.........................................................................
The following information was provided by our fellow contributor:
Name of contribution: MWCLS
Version number: 0.72
Author's name: Marcin Woliński
Location on CTAN: /macros/latex/contrib/mwcls/
Summary description: Polish-oriented document classes
License type: lppl
Announcement text:
----------------------------------------------------------------------
This is a bug-fix relase: compatibility with natbib and
hyperref has been improved, problems with running heads
fixed, and this version will not cause hiccups from XeTeX.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/mwcls/
. More information is at
http://tug.ctan.org/pkg/mwcls
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This package should reach your local mirror within a day.
Thanks again,
Jim Hefferon
Saint Michael's College
...................................................................................
The following information was provided by our fellow contributor:
Name of contribution: Tablenotes
Version number: 0.1
Author's name: Matthias Borck-Elsner
Location on CTAN: /
Summary description: Notes in Tables, like footnotes and endnotes
License type: lppl
Announcement text:
----------------------------------------------------------------------
.sty file to place notes in tables and list them, similar
to endnotes and footnotes
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/tablenotes
. More information is at
http://tug.ctan.org/pkg/tablenotes
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
On Fri, 28 Aug 2009 Martin Gieseking submitted an update to the
dvisvgm
package.
Name of contribution: dvisvgm
Version number: 0.8.3
Location on CTAN: /dviware/dvisvgm
License type: gpl
Announcement text:
----------------------------------------------------------------------
dvisvgm is a command-line utility that converts DVI files to
SVG. It is licensed under the GNU GPL version 3 (or later).
Version 0.8.3 is primarily a maintenance release.
PostScript prologue files referenced at the beginning of the
first DVI page are now always loaded. Thus, PS specials
should work correctly on all
A basic evaluation of the PostScript operator show enables
dvisvgm to convert the PSTricks Type 3 fonts properly.
For further information including a list of recent changes
and pre-compiled binaries for Windows/MiKTeX see the project
page http://dvisvgm.sourceforge.net.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/dviware/dvisvgm
. More information is at
http://tug.ctan.org/info/?id=dvisvgm
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
This package should be at your local mirror within a day.
Thanks again,
Jim Hefferon
Saint Michael's College
.................................................................................
The following information was provided by our fellow contributor:
Name of contribution: listings-ext
Version number: v39
Author's name: J. Hoffmann
Location on CTAN: /macros/latex/contrib/listings-ext
Summary description: a package to support automated input of source code into a document
License type: lppl
Announcement text:
----------------------------------------------------------------------
The LaTeX package listings-ext.dtx contains some macros
and a supporting Bash script, which can be used to
automatically input parts of source code programs into a
documentation.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/listings-ext
. More information is at
http://tug.ctan.org/pkg/listings-ext
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
Herbert Voss wrote:
> I uploaded pst-math.tgz to the uk mirror. Please replace the
> files with the ones in the directory
>
> /graphics/pstricks/contrib/pst-math/
>
> pst-math is a collection of PostScript subroutines for
> special mathematical functions like sin hyperbolic
> Gamma function , a.s.o.
>
> The version 0.23 of pst-math.tex has a pstPi#
> The version 0.5 of pst-math.pro has a modified version
> of SINC=sin(x)/x for SINC(0)=1
i have installed the files and updated the catalogue repository; thanks
for the upload.
users may view the catalogue entry at
http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/pst-math.html
or browse the package directory at
http://www.tex.ac.uk/tex-archive/graphics/pstricks/contrib/pst-math/
the catalogue entry will change, in a minuscule way, overnight
Robin Fairbairns
For the CTAN team
Herbert Voss wrote:
> I uploaded pst-barcode.tgz to the uk mirror. Please replace all
> files with the ones in the directory
> /graphics/pstricks/contrib/pst-barcode/
>
> pst-barcode is a PSTricks related package for drawing
> barcodes for all important modes.
>
> This new version 0.07 comes with support for:
>
> ean13 -- ean8 -- upca --
> upce -- ean5 -- ean2 -- onecode -- isbn --
> code39 -- code128 -- rationalizedCodabar -- interleaved2of5 --
> code2of5 -- postnet -- royalmail -- kix -- auspost --
> japanpost -- onecode -- symbol -- msi -- plessey --
> rss14 -- rsslimited -- rssexpanded -- pharmacode --
> pdf417 -- datamatrix -- maxicode -- qrcode
thanks for the upload; i've installed the new version and updated the
catalogue.
users may view the package catalogue entry at:
http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/pst-barcode.html
or browse the package directory at:
http://www.tex.ac.uk/tex-archive/graphics/pstricks/contrib/pst-barcode/
(the catalogue entry will change overnight to reflect the new list of
bar code formats.)
Robin Fairbairns
For the CTAN team
Herbert Voss wrote:
> I uploaded pst-3dplot.tgz to the uk mirror. Please replace all
> files with the ones in the directory
> /graphics/pstricks/contrib/pst-3dplot/
>
> pst-3dplot is a PSTricks related package for drawing
> 3-D objects in parallel projection.
>
> This version 1.85 has a new optional argument
> for psCylinder for the vertical increment of the grid
thanks for the update; i have installed the update, and updated the
catalogue.
users may view the package's cataloge entry at
http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/pst-3dplot.html
or browse the package directory at
http://www.tex.ac.uk/tex-archive/graphics/pstricks/contrib/pst-3dplot/
the catalogue entry will change very slightly, overnight
Robin Fairbairns
For the CTAN team
This update should soon be at your local mirror.
Jim Hefferon
Saint Michael's College
........................................................................
The following information was provided by our fellow contributor:
Name of contribution: keycommand
Version number: 2.z
Author's name: Florent CHERVET
Location on CTAN: /macros/latex/contrib/keycommand
Summary description: keycommand provides an easy way to define commands with keys
License type: lppl
Announcement text:
----------------------------------------------------------------------
I corrected a bug I found while using the star form of
ewkeycommand.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/keycommand
. More information is at
http://tug.ctan.org/pkg/keycommand
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This update should within a day be at your local mirror.
Jim Hefferon
Saint Michael's College
..........................................................
The following information was provided by our fellow contributor:
Name of contribution: algorithms
Version number: 0.1
Author's name: Rogério Brito
Location on CTAN: /macros/latex/contrib/algorithms/
Summary description: Major bug fix update
License type: lgpl
Announcement text:
----------------------------------------------------------------------
2009-08-24 rbrito
* Enhancements:
+ include new commands (Tks John Perry, some yet documented).
+ convert to dtx/ins format.
* Updates:
+ update the documentation.
+ include some commands more in the documentation.
+ Set correct the FSF address.
+ include more contributors;
+ remove e-mails of contributors (hopefully reducing spam).
+ increase versions of both algorithm and algorithmic.
* Bugfixes:
+ fix cross-references.
+ remove inclusion of calc (unneeded and caused problems
with some styles).
+ fixed typos and omissions in algorithms.ins
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/algorithms/
. More information is at
http://tug.ctan.org/pkg/algorithms
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This package has been updated at tug.ctan.org and should soon be at your local mirror.
Jim Hefferon
Saint Michael's College
..........................................................................
The following information was provided by our fellow contributor:
Name of contribution: fontinst
Version number: 1.933
Author's name: Lars Hellström
Location on CTAN: /fonts/utilities/fontinst
Summary description: Font TeXification utility
License type: lppl
Announcement text:
----------------------------------------------------------------------
This is mostly a housekeeping release, to establish what is the current version of
fontinst (after a few years of slight confusion). It is the result of a review of the fontinst
development history, and includes some items that had been lost along the way.
The primary changes relative to the previous release 1.929 lie in documentation and
examples rather than code, but a few code changes exist. Of greatest practical
importance is probably that fontinst.sty no longer has an external dependency on
trig.sty; the necessary macros have instead been inlined.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/fonts/utilities/fontinst
. More information is at
http://tug.ctan.org/pkg/fontinst
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html
This package update should soon be at your local mirror.
Jim Hefferon
Saint Michael's College
....................................................................................
The following information was provided by our fellow contributor:
Name of contribution: tablor
Version number: 4.05
Author's name: Guillaume Connan
Location on CTAN: /macros/latex/contrib/tablor
Summary description: Create tables of signs and of variations.
License type: lppl
Announcement text:
----------------------------------------------------------------------
New environment TSC to create tables of variations from list
of points.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/tablor
. More information is at
http://tug.ctan.org/pkg/tablor
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This package should be at your local mirror by this time tomorrow.
Jim Hefferon
Saint Michael's College
....................................................................
The following information was provided by our fellow contributor:
Name of contribution: threeparttablex
Version number: v0.03
Author's name: Lars Madsen
Location on CTAN: /macros/latex/contrib/threeparttablex
Summary description: This package brings table notes to longtable
License type: lppl
Announcement text:
----------------------------------------------------------------------
I a book design that use threeparttable for adding
tablenotes to regular tables, it looks odd to use footnotes
to add notes to a longtable.
This package extends threeparttable bringing it to longtable
(although with a different interface). If asked for it can
also make tablenotes referable.
See the doc for more information and examples.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/threeparttablex
. More information is at
http://tug.ctan.org/pkg/threeparttablex
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This package's update should be at your local mirror within a day.
Jim Hefferon
Saint Michael's College
...........................................................................
The following information was provided by our fellow contributor:
Name of contribution: biblatex-dw
Version number: 1.2k
Author's name: Dominik Wassenhoven
Location on CTAN: /macros/latex/exptl/biblatex-contrib/biblatex-dw/
Summary description: Humanities styles for biblatex
License type: lppl
Announcement text:
----------------------------------------------------------------------
version 1.2k
This version brings a lot new stuff. Please have a look into the
file 'CHANGES' for details. The most important things are:
- Adjustments to biblatex version 0.8e. Note that from this
version on biblatex 0.8e is required, so you have to update
biblatex as well if you would like to use biblatex-dw 1.3!
- BUGFIX: The option 'ibidpage' did not work with
footnote-dw. This is now fixed.
- Changed entry type @inreference
Up to now, this entry type was an alias for
@incollection. From now on, this entry type can be used
for articles in encyclopedias or dictionaries.
- New Options
- 'isrn' and 'pagetotal'
With these options you can decide whether you want to
have printed the corresponding fields or not.
- 'edstringincitations'
If set to 'true', the editor and translator strings are
shown in the citations (not only in the full citations).
- 'series=standard|afteryear'
If set to 'afteryear', the series is printed after the
year. This affects the entry types book, inbook,
collection, incollection, proceedings, inproceedings and
manual.
- New Commands 'seriespunct', 'sernumstring', and 'herenamepunct'
- In German localization, the strings 'withcommentator',
'withannotator' and 'withintroduction' are shortened as
follows:
-> withcommentator: komm. v.
-> withannotator: erläut. v.
-> withintroduction: eingel. v.
The long versions stay the same as in standard biblatex.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblate…
. More information is at
http://tug.ctan.org/pkg/biblatex-dw
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This package update should within a day be at your local mirror.
Jim Hefferon
Saint Michael's College
.........................................................................
The following information was provided by our fellow contributor:
Name of contribution: Asymptote
Version number: 1.85
Author's name: John Bowman
Location on CTAN: /
Summary description: 2D & 3D TeX-Aware Vector Graphics Language
License type: lgpl
Announcement text:
----------------------------------------------------------------------
Compilation is now supported again on platforms lacking
OpenGL. Missing pen dimensions were added to a 3D picture
sizing routine. The labelsurface routine was renamed to
surface and extended to surfaces
containing a single patch.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/graphics/asymptote
. More information is at
http://tug.ctan.org/pkg/asymptote
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This package's update should within a day reach your local mirror.
Jim Hefferon
Saint Michael's College
......................................................................
The following information was provided by our fellow contributor:
Name of contribution: Boisik
Version number: 0.5
Author's name: Mitek
Location on CTAN: /fonts/
Summary description: A font inspired by Baskerville design.
License type: gpl
Announcement text:
----------------------------------------------------------------------
Boisik is a serif font (inspired by the Baskerville typeface), written in
MetaFont. It comprises roman and italic text fonts and maths fonts.
LaTeX support is offered for use with OT1, IL2 and math encodings.
Preliminary OTF version is available at homepage.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/fonts/boisik
. More information is at
http://tug.ctan.org/pkg/boisik
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This package has been updated and should within a day be at you local mirror.
Jim Hefferon
Saint Michael's College
............................................................................
The following information was provided by our fellow contributor:
Name of contribution: latexmk
Version number: 4.10
Author's name: John Collins
Location on CTAN: /support/latexmk
Summary description: Fully automated LaTeX document generation routine V. 4.10
License type: gpl
Announcement text:
----------------------------------------------------------------------
1. Deal with issues in dependency structure caused by epstopdf, which
automatically creates pdf files from eps files during run of pdflatex.
2. Avoid problem with binary log files written by Miktex that cause
spurious end-of-file when latexmk reads them.
3. Miscellaneous bug fixes.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/support/latexmk
. More information is at
http://tug.ctan.org/pkg/latexmk
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This package has been undated and should within a day be at your local mirror.
Jim Hefferon
Saint Michael's College
........................................................................
The following information was provided by our fellow contributor:
Name of contribution: tablor
Version number: 4.04-h
Author's name: Guillaume CONNAN
Location on CTAN: /macros/latex/contrib/tablor
Summary description: Create tables of signs and of variations.
License type: lppl
Announcement text:
----------------------------------------------------------------------
Bug in TSc environment fixed.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/tablor
. More information is at
http://tug.ctan.org/pkg/tablor
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This package has been updated at tug.ctan.org and should soon be at your local mirror.
Jim Hefferon
Saint Michael's College
..........................................................................
The following information was provided by our fellow contributor:
Name of contribution: cleveref
Version number: 0.14.1
Author's name: Toby Cubitt
Location on CTAN: /macros/latex/contrib/cleveref/
Summary description: Intelligent cross-referencing
License type: lppl
Announcement text:
----------------------------------------------------------------------
This version fixes a number of bugs related to sorting of
multiple references, and adds support for amsmath's
subequations environment.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/cleveref/
. More information is at
http://tug.ctan.org/pkg/cleveref
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This package has been updated at tug.ctan.org.
Jim Hefferon
Saint Michael's College
...............................................................................
The following information was provided by our fellow contributor:
Name of contribution: autolatex
Version number: 6.0
Author's name: Stephane GALLAND
Location on CTAN: /
Summary description: New option to restrict the search paths for the auto-generated images
License type: gpl
Announcement text:
----------------------------------------------------------------------
New option to restrict the search paths for the
auto-generated images. A new command line and a new
configuration file option are introduced.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/support/autolatex
. More information is at
http://tug.ctan.org/pkg/autolatex
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This package has been updated at tug.ctan.org and should within a day
be at your local mirror.
Jim Hefferon
Saint Michael's College
......................................................................
The following information was provided by our fellow contributor:
Name of contribution: Asymptote
Version number: 1.84
Author's name: John Bowman
Location on CTAN: /
Summary description: 2D & 3D TeX-Aware Vector Graphics Language
License type: lgpl
Announcement text:
----------------------------------------------------------------------
The perspective PRC viewportmargin was fixed. Unwanted
spaces were removed from (version 1.10 of) asymptote.sty.
Support for drawing PRC and OpenGL NURBS surfaces was added.
Obsolete code, including an unwanted inline qualifier, was
removed. A split structure that can be adapted for splitting
intersecting patches was added, along with the example
splitpatch.asy.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/graphics/asymptote
. More information is at
http://tug.ctan.org/pkg/asymptote
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This package is new at tug.ctan.org and should within a day be at your local mirror.
Thanks,
Jim Hefferon
Saint Michael's College
.................................................................................
The following information was provided by our fellow contributor:
Name of contribution: font-change
Version number: 2009.1
Author's name: Amit Raj Dhawan
Location on CTAN: /macros/plain/contrib/font-change
Summary description: 19 macro files to change text and math fonts in TeX.
License type: other-free
Announcement text:
----------------------------------------------------------------------
Macros to Change Text & Math fonts in TeX: 19 Beautiful Variants
These macros are written for plain TeX and can be used with
other packages like AmSTeX, eplain, etc. They allow you to
change the fonts (text and math) in your TeX document with
only one statement. Also different font sizes are available.
All the fonts called by these macro files are free and are
included in the present MiKTeX and TeX Live distributions.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/plain/contrib/font-change
. More information is at
http://tug.ctan.org/pkg/font-change
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This package is new at tug.ctan.org and should withing a day be at your local mirror.
Thanks again,
Jim Hefferon
Saint Michael's College
................................................................................
The following information was provided by our fellow contributor:
Name of contribution: JFlap2TikZ
Version number: 1.0
Author's name: Andrew Mertz
Location on CTAN: /graphics/jflap2tikz
Summary description: converts a JFlap file into a LaTeX file depicting the automaton
using TikZ
License type: other-free
Announcement text:
----------------------------------------------------------------------
JFlap is an excellent piece of software for experimenting with finite
state machines, Turing machines and exploring many aspects of the
theory of computation. JFlap2TikZ is a groovy script that converts a
JFlap jff file representing a finite automaton, push down automaton,
or Turing machine to LaTeX file depicting the automaton graphically
using TikZ.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/graphics/jflap2tikz
. More information is at
http://tug.ctan.org/pkg/jflap2tikz
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This has been updated at tug.ctan.org and should soon be at your local mirror.
Jim Hefferon
Saint Michael's College
.................................................................
The following information was provided by our fellow contributor:
Name of contribution: GaPFilL
Version number: 1.3
Author's name: Moeller, Herbert
Location on CTAN: /graphics
Summary description: Perl filter programs for the generation of LaTeX picture
environments by parsing PostScript files exported from drawing programs.
License type: lppl
Announcement text:
----------------------------------------------------------------------
GaPFilL (Graphics as PostScript Filtered for LaTeX) is a
method for the generation of LaTeX picture environments in a
four step way: i) Construction of the desired figure with a
drawing program or with geometry software; ii) Export as a
PostScript file; iii) Application of a Perl filter program
to the PostScript text; iv) Transfer of the resulting code
into a LaTeX document.
A new Perl filter program is now available for the powerful
free drawing software OpenOffice 3 Draw.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/graphics/gapfill
. More information is at
http://tug.ctan.org/pkg/gapfill
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This has been updated at tug.ctan.org and should within a day be at your local mirror.
Jim Hefferon
Saint Michael's College
......................................................................
The following information was provided by our fellow contributor:
Name of contribution: ctanify
Version number: 1.1
Author's name: Scott Pakin
Location on CTAN: /support/ctanify
Summary description: Prepare a package for upload to CTAN
License type: lppl
Announcement text:
----------------------------------------------------------------------
ctanify is intended for developers of LaTeX packages who want to
distribute their packages via the Comprehensive TeX Archive Network
(CTAN). Given a list of filenames, ctanify creates a tarball (a
.tar.gz file) with the files laid out in CTAN's preferred structure.
The tarball additionally contains a ZIP (.zip) file with copies of all
files laid out in the standard TeX Directory Structure (TDS), which
facilitates inclusion of the package in the TeX Live distribution of
TeX.
Version 1.1 incorporates a patch submitted by Kirill Maslinsky that
adds a command-line option to create only a TDS directory as opposed
to a complete tarball. The documentation now separates commonly used
command-line options from more obscure options and, at Juergen Fenn's
request, notes that ctanify does not automatically run latex on the
user's behalf.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/support/ctanify
. More information is at
http://tug.ctan.org/pkg/ctanify
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This has been updated at tug.ctan.org and should within a day be at your local mirror.
Jim Hefferon
Saint Michael's College
..........................................................................
The following information was provided by our fellow contributor:
Name of contribution: biblatex-dw
Version number: 1.2j
Author's name: Dominik Wassenhoven
Location on CTAN: /macros/latex/exptl/biblatex-contrib/biblatex-dw/
Summary description: Humanities styles for biblatex
License type: lppl
Announcement text:
----------------------------------------------------------------------
version 1.2j
- This is just a bugfix release. The only files changed are
footnote-dw.cbx, CHANGES, README and LIESMICH.
- BUGFIX: Since biblatex version 0.8e, footnote-dw gave an
error (Undefined control sequence: lx@addperiod). This
is now fixed; thus, biblatex-dw (or rather footnote-dw)
should work with the biblatex versions 0.8e, 0.8f, 0.8g
and 0.8h, but it will not work with earlier versions.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblate…
. More information is at
http://tug.ctan.org/pkg/biblatex-dw
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
On Sat, 15 Aug 2009 Carsten Schinke submitted an update to the
g-brief-creator
package.
Location on CTAN: /support/gbrief-creator/
Summary description: g-brief Creator is a Windows frontend for the g-brief package by Michael Lenzen.
License type: nosource
Announcement text:
----------------------------------------------------------------------
Version v1.000beta provides a completely redesigned user
interface and extended functionality.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/gbrief-creator/
. More information is at
http://tug.ctan.org/info/?id=g-brief Creator
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
On Sat, 15 Aug 2009 John Bowman submitted an update to the
asymptote
package.
Asymptote is a powerful descriptive vector graphics language for technical
drawing, inspired by MetaPost but with an improved C++-like syntax. Asymptote
provides for figures the same high-quality level of typesetting that LaTeX does
for scientific text.
Location on CTAN: /graphics/asymptote
Summary description: 2D & 3D TeX-Aware Vector Graphics Language
License type: lgpl
Announcement text:
----------------------------------------------------------------------
OpenGL animations, illustrated in glmovie.asy, were implemented.
Viewportshift flicker was fixed. An empirical translation between
OpenGL and PRC shininess was implemented. Splined parametric surfaces are
now used to implement smooth thick lines and tubes. The projected bounding box
calculation and angle calculations were fixed. A labelsurface function was
added. The Headlamp light is now the default light; a light argument was
added to shipout. Patches are now constructed with the usual orientation
for a counterclockwise external path; the convention for tensor product
shading was updated. Picture environments for TeX clipping are no longer
nested. A texpath initialization bug was fixed. An ASYMPTOTE_HOME
environment variable was added. Viewing was fixed for file names
conntaining spaces. A picture sizing bug was fixed. An example of an inset
graph was added. Type information for variables is now returned at the
interactive prompt. Warning message suppression was improved; warnings in
Asymptote code can now be disabled. The cyclic member of an array is now
writeable; the obsolete cyclicflag and void cyclic(TINYINT(1)) functions were
removed. File mode functions are now virtual members; this backwards
incompatibility requires that line(file f) be changed to f.line(), etc.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/asymptote
. More information is at
http://tug.ctan.org/info/?id=asymptote
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
On Sat, 15 Aug 2009 Theppitak Karoonboonyanan submitted an update for the
thailatex
package.
Location on CTAN: /language/thai/thailatex
Summary description: ThaiLaTeX enables typesetting Thai with standard LaTeX document classes. It is designed to become a part of babel.
License type: lppl
Announcement text:
----------------------------------------------------------------------
Changes in this version:
- Fix installation problems in Makefiles and related scripts.
- Drop support for old teTeX versions, for simplicity.
- Update ttypist font from thaifonts-scalable trunk, with manually adjusted bold glyphs.
- Support automated tarball preparation for CTAN upload.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/language/thai/thailatex
. More information is at
http://tug.ctan.org/info/?id=thailatex
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
On Fri, 14 Aug 2009 Florent Chervet submitted an update to the
etextools
package.
Location on CTAN: /macros/latex/contrib/etextools/
Summary description: More Useful Tools for LaTeX Users and Packages Writers
License type: lppl
Announcement text:
----------------------------------------------------------------------
Many additions :
- List of tokens : loops and management
gettokslistindex purely expandable for use with ifcase
- Vectorization of futurelet (simple token sanner : collectoks)
- Support of pdfTeX and XeTeX
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/etextools/
. More information is at
http://tug.ctan.org/info/?id=etextools
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_________________________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
On Fri, 14 Aug 2009 Joseph Wright submitted an update to the
biblatex-chem
package.
Location on CTAN: /macros/latex/exptl/biblatex-contrib/biblatex-chem/
Summary description: Chemistry styles for biblatex
License type: lppl
Announcement text:
----------------------------------------------------------------------
v0.8c:
- Fix for citation style in chem-angew style
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/exptl/biblatex-contrib/biblatex-chem/
. More information is at
http://tug.ctan.org/info/?id=biblatex-chem
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
On Wed, 12 Aug 2009 Florent Chervet submitted an update to the
boolexpr
package.
The oolexpr macro evaluates boolean expressions in a purely expandable way.
Location on CTAN: /macros/latex/contrib/boolexpr/
Summary description: Purely expandable boolean expressions and switch
License type: lppl
Announcement text:
----------------------------------------------------------------------
Adding new syntax :
switch
case{ TINYINT(1) expr } ...
case{ TINYINT(1) expr} ...
otherwise ...
endswitch
remains purely expandable (may be used inside csname ... endcsname)
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/boolexpr/
. More information is at
http://tug.ctan.org/info/?id=boolexpr
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
On Tue, 11 Aug 2009 Florent Chervet submitted an update to the
etextools
package.
Location on CTAN: /macros/latex/contrib/etextools/
Summary description: More Useful Tools for LaTeX Users and Packages Writers
License type: lppl
Announcement text:
----------------------------------------------------------------------
The documentation has been completely redesigned
macro ifempty added (purely expandable)
correction of ifsinglechar using ifempty rather than ifblank
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/etextools/
. More information is at
http://tug.ctan.org/info/?id=etextools
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
On Mon, 10 Aug 2009 Denis Roegel submitted the new
suanpan
package.
Location on CTAN: /graphics/metapost/contrib/macros/suanpan
Summary description: metapost macros for drawing Chinese and Japanese abaci
License type: lppl
Announcement text:
----------------------------------------------------------------------
Metapost macros for drawing Chinese and Japanese abaci.
These macros are described in
Denis Roegel: MetaPost macros for drawing Chinese and Japanese abaci,
TUGboat (volume 30, number 1, 2009, pages 74-79)
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/metapost/contrib/macros/suanpan
. More information is at
http://tug.ctan.org/info/?id=suanpan
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
On Mon, 10 Aug 2009 Denis Roegel submitted the
garrigues
package.
Location on CTAN: /graphics/metapost/contrib/macros/garrigues
Summary description: Metapost macros for the reproduction of Garrigues' Easter nomogram
License type: lppl
Announcement text:
----------------------------------------------------------------------
Metapost macros for the reproduction of Garrigues' Easter nomogram.
These macros are described in
Denis Roegel: An introduction to nomography: Garrigues' nomogram
for the computation of Easter,
TUGboat (volume 30, number 1, 2009, pages 88-104)
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/metapost/contrib/macros/garrigues
. More information is at
http://tug.ctan.org/info/?id=garrigues
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
On Mon, 10 Aug 2009 Philipp Lehman submitted an update to the
biblatex
package.
Location on CTAN: macros/latex/exptl/biblatex
License: lppl
Announcement text:
----------------------------------------------------------------------
This is mostly a bug fix release.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/exptl/biblatex
. More information is at
http://tug.ctan.org/info/?id=biblatex
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
On Mon, 10 Aug 2009 Scott Pakin submitted the new package
spverbatim
to CTAN.
Location on CTAN: /macros/latex/contrib/spverbatim
Summary description: Allow line breaks within verb and verbatim output.
License type: lppl
Announcement text:
----------------------------------------------------------------------
LaTeX's verb macro treats its argument as an unbreakable unit of
text. This can lead to poor typesetting, especially when the argument
is long. The spverbatim package provides an spverb macro that is
analogous to verb and an spverbatim environment that is analogous to
verbatim with the difference being that spverb and spverbatim allow
LaTeX to break lines at space characters.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/spverbatim
. More information is at
http://tug.ctan.org/info/?id=spverbatim
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
_______________________________________________
Thanks for the upload.
For the CTAN Team
Rainer Schöpf