the daemon reports:
> Name of contribution: ZXjafont
> Author's name: Takayuki Yato
> Package version: 0.2a
> Location on CTAN: language/japanese/zxjafont/
> Summary description: Set up Japanese font families for XeLaTeX
> License type: other-free
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Minor bug fixes.
> ----------------------------------------------------------------------
>
> Announcement required: Yes
>
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/ZXjafont
> or they may browse the package directory at
> http://mirror.ctan.org/language/japanese/zxjafont/
thanks for the upload; i installed the new version, and updated the
catalogue repository.
i apologise for continuing delays in making announcements. my health
remains unreliable, and slows me down a lot.
Robin Fairbairns
For the CTAN team
the daemon reports:
> Name of contribution: esami
> Author's name: Grazia Messineo and Salvatore Vassallo
> Package version: 1.0
> Location on CTAN: macros/latex/contrib/
> Summary description: A package for typesetting exams with scrambled questions and answers
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> This package allows to typeset exams with multiple choice, open
> questions and many other types of exercise. Both questions and
> answers can be randomly scrambled and the solutions are typeset
> automatically. Exercises can contain a wide number of random
> parameters and it is possible to do arithmetical operations on
> them. The package is localised in Italian, English, French, German,
> Greek and Spanish.
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/esami
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/esami/
thanks for the upload; i installed the new version, and updated the
catalogue repository.
i apologise for continuing delays in making announcements. my health
remains unreliable, and slows me down a lot.
Robin Fairbairns
For the CTAN team
Martin Gieseking submitted an update to the
dvisvgm
package.
License type: gpl
Announcement text:
----------------------------------------------------------------------
dvisvgm is a command-line utility that converts DVI files to SVG.
The recent release 1.2.2 is a bugfix release with the following most important changes:
- A bug that prevented the lookup of font map files has been fixed.
- Builds for MiKTeX now print a warning message rather than aborting with an exception if MiKTeX isn't installed.
- dvisvgm prints a warning message if PostScript specials were found but ignored because Ghostscript is unavailable.
For further information including a more detailed 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://www.ctan.org/pkg/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
Elie Roux submitted an update to the
luaotfload
package.
Summary description: LuaTeX opentype font management system
License type: gpl
Announcement text:
----------------------------------------------------------------------
2013/04/25, luaotfload v1.29:
* Reverting the unified resolver, as the database was rebuilt too often which made the compilation longer.
This will come back improved in the next version, hopefully for TeXLive 2013.
* Fix resolving of Libertine Mono
* Fix a bug that made fontconfig files not parsed when OSFONTDIR is set
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/generic/luaotfload
. More information is at
http://www.ctan.org/pkg/luaotfload
(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
M. Zahid Hossain submitted the
noconflict
package.
Summary description: Resolves Macro Name Conflict among Packages
License type: lppl
Announcement text:
----------------------------------------------------------------------
It resolves macro name conflict among packages with concise approaches and
user-friendly syntaxes.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/noconflict
. More information is at
http://www.ctan.org/pkg/noconflict
(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
Dohyun Kim submitted the
xetexko
package.
Summary description: Typeset Korean with Xe(La)TeX
License type: lppl
Announcement text:
----------------------------------------------------------------------
XeTeX-ko is a macro package for Xe(La)TeX which supports typesetting Korean
documents including Old Hangul texts. This package requires cjk-ko package for
Hangul counters and captions.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/xetex/generic/xetexko
. More information is at
http://www.ctan.org/pkg/xetexko
(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
Jean-François Burnol submitted an update to the
xint
package.
Summary description: Expandable operations on long numbers
License type: lppl
Announcement text:
----------------------------------------------------------------------
version 1.04 of xint (2013/04/25)
This release has some bug fixes, important improvements in the
xintseries package and its documentation, and a new component
xintcfrac.sty devoted to continued fractions.
1. bug fixes: xintIrr {0} was a bad one. Apart from that,
there were some inaccuracies in the documentation.
2. the base package xint has new commands to help deal in an
expandable way with token lists produced by some of the bundle
macros. Also, the division routine is a bit faster, and a
rounding macro has been added to the xintfrac package.
3. xintseries: a new implementation of xintPowerSeries, based
on a Horner scheme, has greatly reduced a problem of denominator
build-up. Also, the package has new macros, among them
xintRationalSeries is for computing partial sums with general
term F(n) where F is a rational function and the macro is given
the n->F(n)/F(n-1) function. This is especially designed for
series of the exponential type, again to avoid a denominator
build-up which made xintSeries and xintPowerSeries inefficient
in such situations. The documentation has been correspondingly
extended.
4. xintcfrac: this is a new package to deal with matters of
continued fractions. For example xintCFrac is like amsmath
cfrac apart from a little detail: it first computes the
continued fraction corresponding to a given fractional number!
(and then feeds cfrac with it; almost all package macros only
deal with computations, not typesetting). The package includes
commodities to specify the coefficients of the (possibly
generalized) continued fraction as function of the index, to
compute simple and centered continued fractions, to return the
list of all convergents, etc...
The xint.dtx source file self-extracts packages xint.sty,
xintgcd.sty, xintfrac.sty, xintseries.sty and xintcfrac.sty (as
well as xint.ins).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/generic/xint
. More information is at
http://www.ctan.org/pkg/xint
(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 daemon reported:
> Name of contribution: tcolorbox
> Author's name: Thomas F. Sturm
> Package version: 2.21
> Location on CTAN: macros/latex/contrib/tcolorbox/
> Summary description: colored text boxes, LaTeX examples, theorems, documentation
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> version 2.21 (2013/04/23)
> - bug fix: cbox and 'sidebyside' needed 'breakable' library
> - bug fix: library 'tcbhooks' relied on etoolbox package
> - bug fix: breaking boxes between upper part and box frame
> - new macro '
ewtcolorbox'
> - new macro '
ewtcblisting' for the 'listings' library
> - new key 'code'
> - documentation corrections and extensions
thanks for the upload; i've installed the new version, and updated the
catalogue repository.
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/tcolorbox
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/tcolorbox/
Robin Fairbairns
For the CTAN team
the daemon rumbled...
> Name of contribution: dtxgen
> Author's name: Wybo Dekker
> Package version: 1.03
> Location on CTAN: support/dtxgen/
> Summary description: generate template for LaTeX self-extracting .dtx file
> License type: gpl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> extra pdflatex run needed
> keep Makefile on make distclean
> (thanks HÃ¥kon Malmedal)
thanks for the upload; i've installed the new version, and updated the
catalogue repository.
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/dtxgen
> or they may browse the package directory at
> http://mirror.ctan.org/support/dtxgen/
Robin Fairbairns
For the CTAN team
the daemon cried:
> Name of contribution: garamondx
> Author's name: Michael Sharpe
> Package version: 1.04
> Location on CTAN: fonts/garamondx/
> Summary description: ‘Expert’-like extensions to URW Garamond, and math italic
> License type: nosell
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Corrects two errors in the map file which led to puzzling behavior
> when a pdf file using garamondx was the object of includegraphics.
> ----------------------------------------------------------------------
thanks for the upload; i installed the new version, and updated the
catalogue repository.
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/garamondx
> or they may browse the package directory at
> http://mirror.ctan.org/fonts/garamondx/
Robin Fairbairns
For the CTAN team
the daemon reported:
> Name of contribution: mnotes
> Author's name: Saturnino Luz
> Package version: 0.6
> Location on CTAN: macros/latex/contrib/mnotes/
> Summary description: margin annotation for collaborative writing
> License type: lppl
thanks for the upload; i've installed the new version, and updated the
catalogue repository.
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/mnotes
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/mnotes/
Robin Fairbairns
For the CTAN team
Jaakko Luttinen submitted the
tikz-bayesnet
package.
Summary description: TikZ library for drawing Bayesian networks, graphical models and (directed) factor graphs in LaTeX.
License type: lppl
Announcement text:
----------------------------------------------------------------------
Provides the following node styles:
latent
obs
det
const
factor
plate
gate
Provides the following commands (note that any of the arguments can be empty):
factor [options] {name} {caption} {inputs} {outputs}
plate [options] {name} {fitlist} {caption}
gate [options] {name} {fitlist} {inputs}
vgate {name} {fitlist-left} {caption-left} {fitlist-right} {caption-right} {inputs}
hgate {name} {fitlist-top} {caption-top} {fitlist-bottom} {caption-bottom} {inputs}
edge [options] {inputs} {outputs}
factoredge [options] {inputs} {factors} {outputs}
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/tikz-bayesnet
. More information is at
http://www.ctan.org/pkg/tikz-bayesnet
(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
Xavier Danaux submitted an update to the
moderncv
package.
Summary description: A modern curriculum vitae class
License type: lppl
Announcement text:
----------------------------------------------------------------------
version 1.5.0 (23 Apr 2013)
- added a command to showcase social accounts in one's personal information: social. The command currently handles automatically LinkedIn, Twitter and Github accounts, and other links can be provided explicitly.
- added a new icon set: awesome (using the icons from the Font Awesome font).
- set the awesome icon set as the default for the casual and banking style variants (can be changed back with moderncvicons{marvosym}).
- forced all the icons of the letters icon set to be of the same width, for alignment purpose.
- added a letter icon (W) for the homepage of the letters icon set.
- forced some white space between the main text and the footer of the casual style variant.
- removed the rule below the headings of the cvcolumns environment.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/moderncv
. More information is at
http://www.ctan.org/pkg/moderncv
(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
Clemens Niederberger submitted an update to the
exsheets
package.
Summary description: Yet another package for the creation of exercise sheets.
License type: lppl
Announcement text:
----------------------------------------------------------------------
bug fix: ForEachQuestion works correctly again
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/exsheets
. More information is at
http://www.ctan.org/pkg/exsheets
(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
Zdeněk Wagner submitted the
xevlna
package.
Summary description: Insertion of nonbreakable spaces by XeTeX
License type: lppl
Announcement text:
----------------------------------------------------------------------
The purpose of the package is to insert nonbreakable spaces (in Czech vlna or
vlnka) after nonsyllabic prepositions and single letter conjuctions directly
while TeXing the document. The macros recognise math and verbatim by TeX means.
Inserting nonbreakable spaces by a preprocessor may never be fully reliable
because user defined macros and environments cannot be recognised. It can be
used by both XeLaTeX and plain XeTeX.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/xetex/generic/xevlna
. More information is at
http://www.ctan.org/pkg/xevlna
(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
Thomas Bogue submitted the
rterface
package.
Summary description: Allows access to R analysis program from within a LaTeX document.
License type: lppl
Announcement text:
----------------------------------------------------------------------
release
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/rterface
. More information is at
http://www.ctan.org/pkg/rterface
(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
Thomas König, Alexander Michel, Michael Baumgart submitted an update to the
numericplots
package.
Summary description: Plot numeric data (including Matlab export) using PSTricks.
License type: gpl
Announcement text:
----------------------------------------------------------------------
Plotting numeric data is a task which often has to be done for scientific
papers. In LaTeX, however, it is only possible to include graphics created with
an external program. The pstricks-packages provide many commands to generate
graphics in LaTeX. To generate simple graphics from numeric data, however, it is
difficult to use. This package provides a simpler interface for the
pstricks-package to plot numeric data.
The implementation of the distance between axes and Labels/TickLabels was
changed completely. The Options xLabelSep, yLabelSep and LabelBP have been
replaced. Please see documentation.
Many improvements to the code and the documentation.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pstricks/contrib/numericplots
. More information is at
http://www.ctan.org/pkg/numericplots
(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 daemon reports (somewhat dazed) on yet another episode of the
amazing mega package...
> Name of contribution: logicpuzzle
> Author's name: Josef Kleber
> Package version: v1.9
> Location on CTAN: graphics/pgf/contrib/logicpuzzle/
> Summary description: Typesetting logic puzzles
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> The logicpuzzle bundle allows you to typeset various logic
> puzzles. At the moment the following puzzles are supported:
>
> * 2D-Sudoku (aka Magiequadrat, Diagon, ...)
> * Battleship (aka Bimaru, Marinespiel, Batalla Naval, ...)
> * Bokkusu (aka Kakurasu, Feldersummenratsel, ...)
> * Chaos Sudoku
> * Hakyuu (aka Seismic, Ripple Effect, ...)
> * Hitori
> * Kendoku (aka Mathdoku, Calcudoku, Basic, MiniPlu, Ken Ken,
> Square Wisdom, Sukendo, Caldoku, ...)
> * Killer Sudoku (aka Samunapure, Sum Number Place, Sumdoku,
> Gebietssummen, ...)
> * Laser Beam (aka Laserstrahl, ...)
> * Skyline (aka Skycrapers, Wolkenkratzer, Hochhauser, ...)
> incl. Skyline Sudoku and Skyline Sudoku (N*N) variants
> * Slitherlink (aka Fences, Number Line, Dotty Dilemma,
> Sli-Lin, Takegaki, Great Wall of China,
> Loop the Loop, Rundweg, Gartenzaun, ...)
> * Sudoku
>
> License: LPPL
>
> Changes in v1.9:
>
> - added support for Laser Beam puzzle
> https://bitbucket.org/kleberj/logicpuzzle/wiki/LaserBeam
>
> - added support for Slitherlink puzzle
> https://bitbucket.org/kleberj/logicpuzzle/wiki/Slitherlink
thanks for the upload; i've installed the new version, and updated the
catalogue repository. (sorry the announcement has been delayed: it's
been a hectic weekend...)
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/logicpuzzle
> or they may browse the package directory at
> http://mirror.ctan.org/graphics/pgf/contrib/logicpuzzle/
Robin Fairbairns
For the CTAN team
it seems i hear the daemon cry:
> Name of contribution: jfontmaps
> Author's name: Norbert Preining
> Package version: 20130418.0
> Location on CTAN: language/japanese/jfontmaps/
> Summary description: Font maps and configuration tools for Japanese fonts
> License type: other-free
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Various bug fixes:
> * Fix for kanji-config-updmap-sys to call the right script
> * fix for replacement setup for new families
> * fix for wrong msgothic file name
> * generate changelog from git
thanks for the upload; i've installed the new version, and updated the
catalogue repository. (sorry the announcement has been delayed: it's
been a hectic weekend...)
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/jfontmaps
> or they may browse the package directory at
> http://mirror.ctan.org/language/japanese/jfontmaps/
Robin Fairbairns
For the CTAN team
from his lair in the north corridor, the daemon mutters:
> Name of contribution: aramaic-serto
> Author's name: Johannes Heinecke
> Package version: 1.0
> Location on CTAN: language/aramaic/serto/
> Summary description: fonts and a preprocessor to typeset syriac texts with LaTeX
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> No changes in any file, I just added the sertodoc.ptex source file as an example
thanks for the upload; i've installed the new version, and updated the
catalogue repository. (sorry the announcement has been delayed: it's
been a hectic few days...)
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/aramaic-serto
> or they may browse the package directory at
> http://mirror.ctan.org/language/aramaic/serto/
Robin Fairbairns
For the CTAN team
the daemon reports:
> Name of contribution: Mxedruli Georgian Font
> Author's name: Johannes Heinecke
> Package version: 3.4
> Location on CTAN: ctan/fonts/georgian/mxedruli/
> Summary description: Two Georgian fonts, in both Metafont and Type 1
> formats, which cover the Mxedruli and the Xucuri alphabets.
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> I just added the source for the documentation and the mxedruli.map
> file, needed to use the type1 fonts. No changes in any file
thanks for the upload; i've installed the new version, and updated the
catalogue repository. (sorry the announcement has been delayed: it's
been a hectic few days...)
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/Mxedruli Georgian Font
> or they may browse the package directory at
> http://mirror.ctan.org/ctan/fonts/georgian/mxedruli/
Robin Fairbairns
For the CTAN team
the daemon reports:
> Name of contribution: hyperxmp
> Author's name: Scott Pakin
> Package version: 2.3a
> Location on CTAN: macros/latex/contrib/hyperxmp/
> Summary description: Embed XMP metadata within a LaTeX document
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> XMP (eXtensible Metadata Platform) is a mechanism proposed
> by Adobe for embedding document metadata within the document
> itself. The metadata are designed to be easy to extract,
> even by programs that are oblivious to the document's file
> format. Most of Adobe's applications store XMP metadata
> when saving files. Now, with the hyperxmp package, it is
> trivial for LaTeX document authors to store XMP metadata in
> their documents as well.
>
> hyperxmp integrates seamlessly with hyperref and requires
> virtually no modifications to documents that already exploit
> hyperref's mechanisms for specifying PDF metadata. The
> current version of hyperxmp can embed the following metadata
> as XMP: title, authors, primary author's title or position,
> metadata writer, subject/summary, keywords, copyright,
> license URL, document base URL, document identifier and
> instance identifier, language, source file name, PDF
> generating tool, PDF version, and contact telephone
> number/postal address/email address/URL. hyperxmp is
> compatible with pdflatex, latex+dvips+ps2pdf, latex+dvipdfm,
> xelatex, and lualatex.
>
> Version 2.3a fixes a minor bug that occurs when hyperxmp is
> used with a newer version of hyperref and the pdflang key is
> not used by the document.
thanks for the upload; i've installed the new version, and updated the
catalogue repository. (sorry the announcement has been delayed: it's
been a hectic few days...)
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/hyperxmp
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/hyperxmp/
Robin Fairbairns
For the CTAN team
the daemon pronounced:
> Name of contribution: endiagram
> Author's name: Clemens Niederberger
> Package version: 0.1c
> Location on CTAN: macros/latex/contrib/endiagram/
> Summary description: Easy creation of potential energy curve diagrams
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> bug fix: axes labels can now contain unexpandable material
thanks for the upload; i've installed the new version, and updated the
catalogue repository. (sorry the announcement has been delayed: it's
been a hectic weekend...)
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/endiagram
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/endiagram/
Robin Fairbairns
For the CTAN team
Will Robertson submitted an update to the
minibox
package.
Summary description: Another type of box
License type: lppl
Announcement text:
----------------------------------------------------------------------
Exactly four years after submitting this trivial package to CTAN, here's an
update that makes it a little more worthy to exist. Easy options are provided to
vertically align and frame the boxes it creates.
This package is supposed to be a lightweight and convenient way to quickly box
up some text that's broken over lines.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/minibox
. More information is at
http://www.ctan.org/pkg/minibox
(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
Clemens Niederberger submitted an update to the
chemmacros
package.
Summary description: macros and commands for chemists
License type: lppl
Announcement text:
----------------------------------------------------------------------
chemmacros:
* changed appearance of cip to use upright parentheses
chemformula:
* new key `arrow-min-length'
* bug fix: stoichiometric fractions correctly displayed
* bug fix: escaped math and text also work for entries like `->'
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/chemmacros/
. More information is at
http://www.ctan.org/pkg/chemmacros
(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