the daemon tells me:
> Name of contribution: prerex
> Author's name: Bob Tennent
> Package version: 6.3.2
> Location on CTAN: graphics/prerex/
> Summary description: Interactive editor and macro support for prerequisite charts
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> The editor now supports coordinate ranges for delete, shift, and raise
> commands, and a new xchange command. The style file now uses layers to
> ensure that edges are always below course boxes. Both the editor and
> the style file support a new style of course box (dotted boundary).
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.tex.ac.uk/tex-archive/help/Catalogue/entries/prerex.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/graphics/prerex/
The catalogue entry will change (somewhat) on the web, by tomorrow morning.
Robin Fairbairns
For the CTAN team
On Thu, 29 Mar 2012 Jonathan Zachhuber submitted the
geschichtsfrkl
package.
Summary description: a biblatex bibliography style for (German) historians with lots of options
License type: lppl
Announcement text:
----------------------------------------------------------------------
geschichtsfrkl is a biblatex style attempting to fulfill the requirements of the
History Faculty of the University of Freiburg (Germany). It contains quite a few
options and an extensive documentation (unfortunately only in German) with lots
of examples.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/geschichtsfrkl
. More information is at
http://www.ctan.org/pkg/geschichtsfrkl
(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, 30 Mar 2012 Marco Daniel submitted an update to the
mdframed
package.
Summary description: auto split frame environment
License type: lppl
Announcement text:
----------------------------------------------------------------------
- fixed bugs (e.g. protected
ointerlineskip)
- added approach to documentation to work with picins
- new implementation of option hidealllines, now you can set
mdfsetup{hidealllines=true,leftline=true} printing only the left line
(inspired by Tobias Schwan)
- added option everyline to draw a top and bottom line at split frames
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/mdframed
. More information is at
http://www.ctan.org/pkg/mdframed
(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 Thu, 29 Mar 2012 Michael Fütterer and Jonathan Zachhuber submitted the
coolthms
package.
Summary description: a LaTeX package for referencing list items nested in theorem-like environments including some theorem markup options
License type: lppl
Announcement text:
----------------------------------------------------------------------
This package makes it possible to directly reference items from lists nested in
theorem-like environments (e.g. Theorem 1 a.) extending the ntheorem and
cleveref packages. We also provide some theorem markup commands.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/coolthms
. More information is at
http://www.ctan.org/pkg/coolthms
(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 calls out:
> The following information was provided by the package's contributor.
>
> Name of contribution: beamer
> Author's name: Joseph Wright
> Package version: 3.16
> Location on CTAN: macros/latex/contrib/beamer/
> Summary description: A LaTeX class for producing presentations and slides
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> v3.16:
> - Restore some files missed out of CTAN distribution
> - Improve biblatex support
> - Add a template for label/caption separator in figures, etc.
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.tex.ac.uk/tex-archive/help/Catalogue/entries/beamer.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/beamer/
The catalogue entry will change (somewhat) on the web, by tomorrow morning.
Robin Fairbairns
For the CTAN team
the daemon wrote:
> The following information was provided by the package's contributor.
>
> Name of contribution: nameauth
> Author's name: Charles P. Schaum
> Package version: 1.2
> Location on CTAN: macros/latex/contrib/nameauth/
> Summary description: Name authority macros improve consistency and
> flexibility in body text and index.
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> I am pleased to announce version 1.2, which adds index entry
> tagging to the feature list. The documentation has been edited with
> best practices in mind. Functional units deal with naming, variants,
> and indexing, with applications in each section proceeding from simple
> to complex. User comments are most welcome.
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.tex.ac.uk/tex-archive/help/Catalogue/entries/nameauth.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/nameauth/
The catalogue entry changed (somewhat) on the web, on tuesday morning.
Robin Fairbairns
For the CTAN team
On Thu, 29 Mar 2012 Uwe Lück submitted the
bitelist
package.
Summary description: split list at list inside in TeX's mouth
License type: lppl
Announcement text:
----------------------------------------------------------------------
`bitelist.sty' provides commands for splitting a token list
at the first occurrence of a contained token list. I.e., for given
token lists s, t return b and shortest a, such that t = a s b.
As opposed to other packages providing similar features,
(i) the method uses TeX's mechanism of reading delimited macro
parameters;
(ii) the splitting macros work by pure expansion, without
assignments, provided the macro doing the search has been
defined before processing (e.g., a file);
(iii) instead of using one macro for a substring test and another
one to replace the substring--which includes extracting
corresponding prefix and suffix--, the *same* macro that
detects the occurrence returns the split;
(iv) e-TeX is not required.
(And LaTeX is not required.) This improves `fifinddo.sty' (v0.51).
An elaborated approach (additionally to a simpler one) is provided
that does not loose outer braces of prefix/suffix.
Substring detection and string replacement are (implicitly)
included with respect to certain representations of characters by tokens.
Counting occurrences and global replacement could be achieved
by applying the operation to earlier results, etc.--so
this approach seems to be fundamental for a certain larger
set of list analysis tasks.
The documentation aims to prove the correctness of the methods
with mathematical rigour.
KEYWORDs: macro programming, text filtering, substrings
RELATED PACKAGEs: datatool, stringstrings, ted, texapi, xstring
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/generic/bitelist
. More information is at
http://www.ctan.org/pkg/bitelist
(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 Thu, 29 Mar 2012 Uwe Lück submitted an update to the
nicefilelist
package.
Summary description: listfiles alignment with date and version columns
License type: lppl
Announcement text:
----------------------------------------------------------------------
* reimplementation: file info processed while ypeout (i.e., by pure expansion)
* alignment of *File List* and stars fixed for less than 11 base name characters
* README fixed
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/nicefilelist
. More information is at
http://www.ctan.org/pkg/nicefilelist
(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, 28 Mar 2012 Michael Fütterer and Jonathan Zachhuber submitted the
tikzpfeile
package.
Summary description: A LaTeX package for drawing arrows using PGF/TikZ
License type: lppl
Announcement text:
----------------------------------------------------------------------
In mathematical texts that contain commutative diagrams created with PGF/TikZ,
it might be disturbing that regular arrows (such as
ightarrow) and the
PGF/TikZ arrows in the diagrams have different heads. This package defines
commands that draw arrows using PGF/TikZ. Using these instead of the regular
arrows makes your document look more consistent. Moreover, using PGF/TikZ, a lot
more different arrow types can be drawn.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/tikzpfeile
. More information is at
http://www.ctan.org/pkg/tikzpfeile
(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 wrote:
> The following information was provided by the package's contributor.
>
> Name of contribution: luaotfload
> Author's name: Khaled Hosny
> Package version: 1.26
> Location on CTAN: /macros/luatex/generic/luaotfload/
> Summary description: OpenType layout system for Plain TeX and LaTeX.
> License type: gpl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> * Enable setting italic correction values by default
> * Fix finding demibold italic fonts
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.tex.ac.uk/tex-archive/help/Catalogue/entries/luaotfload.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/luatex/generic/luaotfload/
The catalogue entry will change (somewhat) on the web, by tomorrow morning.
Robin Fairbairns
For the CTAN team
[note: i _thought_ i had already sent this announcement, but i can find
no record of it passing through the system. my apologies to anyone who
is reading the message a second time...]
On Tue, 27 Mar 2012, Mohamed El Morabity submitted an update to the
cantarell
package.
Summary description: LaTeX support for the Cantarell font family.
License type: lppl
Announcement text:
----------------------------------------------------------------------
This new version provides LaTeX support for the latest release of the Cantarell fonts (v. 0.0.8).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/cantarell
. More information is at
http://www.ctan.org/pkg/cantarell
(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 calls, again (a veritable flood for me, today):
> The following information was provided by the package's contributor.
>
> Name of contribution: SASnRdisplay
> Author's name: Lars Madsen
> Package version: 0.91
> Location on CTAN: macros/latex/contrib/SASnRdisplay/
> Summary description: Package to typeset SAS or R code or output. Build on top of the listings package
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Configuration bug fix
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.tex.ac.uk/tex-archive/help/Catalogue/entries/sasnrdisplay.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/sasnrdisplay/
The catalogue entry will change (somewhat) on the web, by tomorrow morning.
Robin Fairbairns
For the CTAN team
On Mon, 26 Mar 2012 Kirill Müller submitted an update to the
excel2latex
package.
License type: lppl
Announcement text:
----------------------------------------------------------------------
Finally, this add-in seems to be able to run on Office Mac 11.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/excel2latex
. More information is at
http://www.ctan.org/pkg/excel2latex
(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, 23 Mar 2012 Uwe Lück submitted the
nicefilelist
package.
Summary description: listfiles alignment for connoisseurs
License type: lppl
Announcement text:
----------------------------------------------------------------------
While `longnamefilelist.sty' improves LaTeX's listfiles with respect
to long base filenames only, the present `nicefilelist.sty'
'nicefilelist.sty' can keep separate columns for
(i) date (ii) version, and (iii) caption
(don't write caption text in date column),
their alignment not being disturbed by short filename extensions
such as `.fd'. This is achieved basing on the `monofill' package.
Thus `nicefilelist' is more powerful than `longnamefilelist', the
former however is an extension of the latter neither with respect
to implementation nor with respect to user interface. See documentatin for details.
The shortcomings of `longnamefilelist' were pointed out by Martin Muench.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/nicefilelist
. More information is at
http://www.ctan.org/pkg/nicefilelist
(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, 26 Mar 2012 Xavier Danaux submitted an update to the
moderncv
package.
Summary description: A modern curriculum vitae class.
License type: lppl
Announcement text:
----------------------------------------------------------------------
version 1.0 (26 Mar 2012)
- added commands to generate letters for every resume style:
ecipient, date,
opening, closing, enclosure, makelettertitle and makeletterclosing. The
old maketitle and makefooter commands are now deprecated and replaced by
makecvtitle and makecvfooter.
- changed the alignment algorithm for the personal data display in the oldstyle
style, as to align on the baseline of the first line with the surrounding
text.
----------------------------------------------------------------------
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
On Thu, 22 Mar 2012 Boris Veytsman submitted an update to the
issuulinks
package.
Summary description: Produce External Links Instead of Internal Ones
License type: lppl
Announcement text:
----------------------------------------------------------------------
PDF visualizer ISSUU (http://issuu.com) is a popular service
allowing to show PDF documents ``one page a time''. Due to the way
it is implemented, internal links in these documents are not
allowed. Instead, they must be converted to external ones in the
form http://issuu.com/action/page?page=PAGENUMBER.
This package patches hyperref to produce external links in the
required form instead of internal links created by
ef, cite and
other commands.
Since the package redefines the internals of hyperref, you need to
call it AFTER hyperref.
The author is grateful to FAO UN which partially funded this work
and to Matthieu Stigler, Adam Prakash & Filippo Gheri for
suggesting and testing this package.
Changes in v1.1:
Added standard warnings about undedined/changed references
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/issuulinks/
. More information is at
http://www.ctan.org/pkg/issuulinks
(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 Thu, 22 Mar 2012 Tomasz M. Trzeciak submitted an update to the
docmute
package.
Summary description: Input stand-alone documents
License type: lppl
Announcement text:
----------------------------------------------------------------------
fix problem with unintended use of count1
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/docmute
. More information is at
http://www.ctan.org/pkg/docmute
(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, 21 Mar 2012, Jerome Lelong submitted the
appendixnumberbeamer
package.
Summary description: Fixes the total frame number for appendix in beamer
License type: gpl
Announcement text:
----------------------------------------------------------------------
This package fixes the frame numbering in beamer when using an appendix such
that the slides of the appendix are not counted in the total frame number of the
main part of the document. The total frame number counter is reset to 0 and
starts counting again when entering the appendix.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/beamer-contrib/appendixnumberbe…
. More information is at
http://www.ctan.org/pkg/appendixnumberbeamer
(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, 20 Mar 2012, Clemens Niederberger submitted an update to the
chemmacros
package.
Summary description: macros and commands for chemists
License type: lppl
Announcement text:
----------------------------------------------------------------------
- fixed an issue with the listofreactions
- new possibility to apply options only to a part of the input to ch
----------------------------------------------------------------------
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
quoth the daemon:
> The following information was provided by the package's contributor.
>
> Name of contribution: present
> Author's name: Matthias Meister
> Package version: 2.1
> Location on CTAN: macros/plain/contrib/present/
> Summary description: Presentations with Plain TeX
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> The update fixes a bug that caused unknown operator errors with some
> pdf-viewers.
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.tex.ac.uk/tex-archive/help/Catalogue/entries/present.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/plain/contrib/present/
The catalogue entry will change (somewhat) on the web, by tomorrow morning.
Robin Fairbairns
For the CTAN team
On Mon, 19 Mar 2012 Uwe Lück submitted the
monofill
package.
Summary description: Alignment with plain text or monospaced characters
License type: lppl
Announcement text:
----------------------------------------------------------------------
`monofill.sty' addresses horizontal alignment with plain text
as in the result of LaTeX's listfiles, extending the
longnamefilelist package for ideas by Martin Muench.
It may also be useful for alignment in typesetting monospaced
characters as in figure tables, for simulating a typewriter,
or for code listings. The implementation also has philosophical
aspects, avoiding use of a counter register.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/monofill
. More information is at
http://www.ctan.org/pkg/monofill
(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 Sun, 18 Mar 2012 Uwe Lück submitted an update to the
nicetext
package.
Summary description: Minimal markup for documentation, text filtering, ...
License type: lppl
Announcement text:
----------------------------------------------------------------------
* bug fix in fifinddo, affecting documentations, related to support of some lightweight markup in HTML generation by blog.sty
* starred makedoc commands allow specific replacements for typesetting plain text documentation such as Harald Harders' and Donald Arseneau's
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/nicetext/
. More information is at
http://www.ctan.org/pkg/nicetext
(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 (who's been shunning me recently) cries out, saying:
> The following information was provided by the package's contributor.
>
> Name of contribution: usebib
> Author's name: Enrico Gregorio
> Package version: 1.0
> Location on CTAN: macros/latex/contrib/usebib/
> Summary description: Reusing bib data
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> The usebib package is a poor person's replacement for the more powerful
> methods provided by biblatex to access data from a .bib file.
thanks for the upload; i've installed the new package, and made an entry
for it in the catalogue repository.
> Users may view the package catalogue entry at
> http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/usebib.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/usebib/
The catalogue entry will have appeared on the web by tomorrow morning.
Robin Fairbairns
For the CTAN team
On Sat, 17 Mar 2012 Paulo Roberto Massa Cereda submitted an update to the
checkcites
package.
Summary description: Check citation commands in a document.
License type: lppl
Announcement text:
----------------------------------------------------------------------
New update: if citation{*} is found, checkcites will issue a message telling
that
ocite{*} is in the .tex document, but the script will do the check
nonetheless. The previous version halts when this behaviour is found.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/checkcites
. More information is at
http://www.ctan.org/pkg/checkcites
(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, 16 Mar 2012 Thomas F. Sturm submitted an update to the
tcolorbox
package.
Summary description: colored text boxes, LaTeX examples, theorems, documentation
License type: lppl
Announcement text:
----------------------------------------------------------------------
New features: Several height options, bounding box options, more geometry control.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/tcolorbox
. More information is at
http://www.ctan.org/pkg/tcolorbox
(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 Thu, 15 Mar 2012, Axel Sommerfeldt submitted an update to the
caption
package.
Summary description: Customize captions in floating environments like figure and table
License type: lppl
Announcement text:
----------------------------------------------------------------------
Bugfix release of the caption package v3.2
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/caption
. More information is at
http://www.ctan.org/pkg/caption
(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, 14 Mar 2012 Clemens Niederberger submitted an update to the
chemmacros
package.
Summary description: macros and commands for chemists
License type: lppl
Announcement text:
----------------------------------------------------------------------
- bugfix in listofreactions
----------------------------------------------------------------------
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
On Wed, 14 Mar 2012 Leo Liu submitted an update to the
zhspacing
package.
Summary description: Spacing for mixed CJK-English documents in XeTeX.
License type: lppl
Announcement text:
----------------------------------------------------------------------
Bug fix for Plain TeX format.
This is a bug fix update. The package is now supposed to be mainly for Plain TeX format, while xeCJK is a better alternative for XeLaTeX.
The package is maintained on http://code.google.com/p/ctex-kit/
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/xetex/generic/zhspacing
. More information is at
http://www.ctan.org/pkg/zhspacing
(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, 13 Mar 2012 Josef Kleber submitted an update to the
pdfcomment
package.
Summary description: A user-friendly interface to PDF annotations
License type: lppl
Announcement text:
----------------------------------------------------------------------
For a long time pdflatex has offered the command pdfannot for inserting
arbitrary PDF annotations. However, the command is presented in
a form where additional knowledge of the definition of the PDF format is
indispensable. This package is an answer to the – occasional – questions
in newsgroups, about how one could use the comment function of Adobe
Reader. At least for the writer of LaTeX code, the package offers a
convenient and user-friendly means of using pdfannot to provide comments
in PDF files. Since version v1.1, pdfcomment.sty also supports:
LaTeX -> dvips -> ps2pdf, LaTeX -> dvipdfmx and XeLaTeX.
Unfortunately, support of PDF annotations by PDF viewers is sparse to
nonexistent. The reference viewer for the development of this package is
Adobe Reader.
License: LPPL
Changes in v2.3:
- reimplemented pdfmarkupcomment by using soulpos.sty
much better support of non standard text cases, like:
wocolumn: feature request by: René Schwarz, Thomas Feller, Til Birnstiel
setspace.sty: feature request by: Andrew Dawson
enumerate, itemize, ...
- added support for twocolumn mode in pdfsidelinecomment
- added option local to pdfcommentsetup
feature request by: Florent Chervet
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/pdfcomment
. More information is at
http://www.ctan.org/pkg/pdfcomment
(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, 13 Mar 2012 Uwe Lück submitted the
typeoutfileinfo
package.
Summary description: screen info display for single LaTeX source file
License type: lppl
Announcement text:
----------------------------------------------------------------------
`typeoutfileinfo.sh' is a shell script for Unices. It runs LaTeX on a here
document that reads the file info using the readprov package and shows it by
ypeout, that's it (hoping that the latex binary won't add a lengthy report of
the run). Thus it aims to be a minimalistic alternative to the latexfileversion
and ltxfileinfo packages.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/typeoutfileinfo
. More information is at
http://www.ctan.org/pkg/typeoutfileinfo
(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
Herbert Voss wrote:
> I uploaded powerdot.tgz to the uk ctan node. Please
> delete all files in the directory
>
> /macros/latex/contrib/powerdot/
>
> and put the new ones in there.
>
> powerdot is a presentation class, based on PSTricks.
>
> powerdot.cls --------
> 1.4i 2012-03-13 - added support for description environment
thanks for the upload; i've installed the new version, and updated the
catalogue repository.
Users may view the package's catalogue entry at
http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/powerdot.html
or browse the package's directory at
http://www.tex.ac.uk/tex-archive/macros/latex/contrib/powerdot/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
On Tue, 13 Mar 2012 Dimitrios Ververidis submitted the
vocaltract
package.
Summary description: Visualization of the vocal tract using LaTeX and PSTricks
License type: apache2
Announcement text:
----------------------------------------------------------------------
VocalTract.sty is a package to visualize the vocal tract. Vocal tract is
manipulated by a vector of articulation parameters according to S. Maeda model.
Animation can be achieved by providing a sequence of vectors over time, e.g.
from Matlab. An embedded sequence of vectors in the VocalTract.sty for certain
German phonemes allows for a sequence of phonemes animation when no vector is
available.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pstricks/contrib/vocaltract
. More information is at
http://www.ctan.org/pkg/vocaltract
(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 university's border router failed yesterday evening (while i was
working on ctan). as a result (www|ftp|rsync).tex.ac.uk (and
cam.ctan.org) were unavailable to everyone, not just me.
the network management people say:
The cause is still under investigation but we believe that the service
is functioning normally.
sorry for any inconvenience.
Robin Fairbairns
For the CTAN team
On Mon, 12 Mar 2012 Uwe Lück submitted the
longnamefilelist
package.
Summary description: listfiles with long names
License type: lppl
Announcement text:
----------------------------------------------------------------------
`longnamefilelist.sty' equips LaTeX's listfiles with an optional
argument for the number of characters in the longest base filename.
This way you get a neatly aligned file list even when it contains
files whose base names have more than 8 characters. The package can
be combined with `myfilist.sty' as explained in the documentation.
KEYWORDs: file info; file version, macro programming
RELATED PACKAGES: classlist, dateiliste, ltxfileinfo, ltxinput, myfilist
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/longnamefilelist
. More information is at
http://www.ctan.org/pkg/longnamefilelist
(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, 12 Mar 2012 Thomas F. Sturm submitted an update to the
csvsimple
package.
Summary description: csv file processing, comma separated values
License type: lppl
Announcement text:
----------------------------------------------------------------------
Documentation language changed from German to English.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/csvsimple
. More information is at
http://www.ctan.org/pkg/csvsimple
(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, 12 Mar 2012 Nicolas Vaughan submitted the
tui
package.
Summary description: Thesis style for the University of the Andes, Colombia
License type: lppl
Announcement text:
----------------------------------------------------------------------
TUI - Clase de Tesis doctorales para ingenieria, Universidad de los Andes,
Bogota (Colombia) // TUI class for typesetting doctoral dissertations for the
Faculty of Engineering at the Universidad de los Andes, Bogota (Colombia).
V.1.8 (initial release at CTAN)
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/tui
. More information is at
http://www.ctan.org/pkg/tui
(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 Sun, 11 Mar 2012 Paulo Roberto Massa Cereda submitted the
checkcites
package.
Summary description: Check citation commands in a document
License type: lppl
Announcement text:
----------------------------------------------------------------------
checkcites is a Lua script written for the sole purpose of detecting undefined and unused references from LaTeX auxiliary or bibliography files.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/checkcites
. More information is at
http://www.ctan.org/pkg/checkcites
(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
Herbert Voss wrote:
> I uploaded pstricks-base.tgz to the uk mirror. Please replace all
> files with the ones in the main directory
>
> /graphics/pstricks/base/
>
> pstricks.tex --------
> 2.27 2012-03-11 - activate x@strokeopacity for psgrid
> 2012-02-19 - showgrid=top is now possible
>
> read the file /base/doc/pst-news12.pdf for more informations
> about this update to the base part of PSTricks or read
> the other Changes files which lists all what's new in
> the other files.
Thanks for the upload; i've installed the new version, and updated the
catalogue repository.
Users may view the package's catalogue entry at
http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/pstricks.html
or browse the package's directory at
http://www.tex.ac.uk/tex-archive/graphics/pstricks/base/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
the daemon tries to alert me, but i was out...
> The following information was provided by the package's contributor.
>
> Name of contribution: beamer
> Author's name: Joseph Wright
> Package version: 3.15
> Location on CTAN: macros/latex/contrib/beamer/
> Summary description: A LaTeX class for producing presentations and slides
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> v3.15:
> - Fix incorrect punctuation when working with biblatex
> - Fix footnote width to avoid text going off-slide
> - Correct width of section markers in header with some
> themes
> - Incorrect Unix file permission corrected
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.tex.ac.uk/tex-archive/help/Catalogue/entries/beamer.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/beamer/
The catalogue entry will change (somewhat) on the web, by tomorrow morning.
Robin Fairbairns
For the CTAN team
the daemon stumbled out, blinking, into the light...
> The following information was provided by the package's contributor.
>
> Name of contribution: bashful
> Author's name: Yossi Gil
> Package version: 0.93
> Location on CTAN: macros/latex/contrib/
> Summary description: Invoke bash commands from within LaTeX.
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> The bashful package, v 0.93
>
> This package makes it possible to execute bash scripts from within
> LaTeX. The main application is in writing computer-science texts, in
> which you want to make sure the programs listed in the document are
> executed directly from the input. Version 0.93 includes shorthands for
> splicing the output of your script into your LaTeX document, and
> better support for invoking several scripts.
>
> This package may be distributed and/or modified under the LaTeX
> Project Public License, version 1.3 or higher (your choice). The
> latest version of this license is at:
> http://www.latex-project.org/lppl.txt
>
> This work is author-maintained (as per LPPL maintenance status)
> by Yossi Gil, <yogi(a)cs.Technion.ac.i>
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.tex.ac.uk/tex-archive/help/Catalogue/entries/bashful.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/
The catalogue entry will change (somewhat) on the web, by tomorrow morning.
Robin Fairbairns
For the CTAN team
On Thu, 8 Mar 2012 Evgeny Baldin submitted the
computer-typesetting-using-latex
package.
Summary description: The book Computer Typesetting Using LaTeX was published
by the BHV-Petersburg (Russia) publishing house in 2008 under ISBN
978-5-9775-0230-6. Under the contract with the publishing house, I have now
regained exclusive rights to the content and decided to publish it under a
Creative Commons Attribution-ShareAlike 3.0 Unported License (CC BY-SA 3.0).
License type: other-free
Announcement text:
----------------------------------------------------------------------
The book Computer Typesetting Using LaTeX was published by the
BHV-Petersburg (Russia) publishing house in 2008 under ISBN 978-5-9775-0230-6.
Under the contract with the publishing house, I have now regained exclusive
rights to the content and decided to publish it under a Creative Commons
Attribution-ShareAlike 3.0 Unported License (CC BY-SA 3.0). Please contact me
(E.M.Baldin(a)inp.nsk.su) if you require a different type of copyright license for
your purposes.
This book is a guide to using the LaTeX document preparation system. It
describes the complete fundamentals of the typesetting and layout processes and
covers at least 1300 LaTeX commands and about 750 packages, styles, and classes
that can be used in the typesetting of any documents. It also deals with
creating presentations, table layouts, inserting graphics, bibliography and
index, and many other tasks. Specific examples demonstrate that publishing
systems using LaTeX can handle projects of any scope and complexity. A major
part of the book is devoted to the typesetting of mathematical text, which is
the key differentiator of LaTeX compared to other word processors.
The book was written completely and exclusively by means of LaTeX tools. As
the author of both the content and the typesetting, I will greatly appreciate
any comments and useful advice on improving the quality of the electronic
version of the book.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/info/russian/computer-typesetting-using-latex
. More information is at
http://www.ctan.org/pkg/computer-typesetting-using-latex
(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 wrote:
> The following information was provided by the package's contributor.
>
> Name of contribution: nameauth
> Author's name: Charles P. Schaum
> Package version: 1.1
> Location on CTAN: macros/latex/contrib/nameauth/
> Summary description: Name authority macros improve consistency and
> flexibility in body text and index.
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> This bugfix release addresses specific issues related to package error
> reporting. One should see more accurate and meaningful warnings.
> ----------------------------------------------------------------------
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.tex.ac.uk/tex-archive/help/Catalogue/entries/nameauth.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/nameauth/
The catalogue entry will change (somewhat) on the web, by tomorrow morning.
Robin Fairbairns
For the CTAN team
the daemon cried (but i didn't wake up until the alarm went off):
> The following information was provided by the package's contributor.
>
> Name of contribution: pmx
> Author's name: Bob Tennent
> Author's email: rdt(a)cs.queensu.ca
> Package version: 2.6.17
> Location on CTAN: support/pmx/
> Summary description: Preprocessor for MusiXTeX.
> License type: gpl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Several bug fixes. New features: instrument-wise transposition;
> hairpin dynamics now may span input blocks.
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.tex.ac.uk/tex-archive/help/Catalogue/entries/pmx.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/support/pmx/
The catalogue entry will change (somewhat) on the web, by tomorrow morning.
Robin Fairbairns
For the CTAN team
as i listened, enthralled, to the radio, the daemon tried to catch my
attention with:
> The following information was provided by the package's contributor.
>
> Name of contribution: beamer
> Author's name: Joseph Wright
> Package version: 3.14
> Location on CTAN: macros/latex/contrib/beamer/
> Summary description: A LaTeX class for producing presentations and slides
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> v3.14:
> - Fix issue with bold in math mode in some themes
> - Use geomtry to set underlying 'paper' size
> - Allow for starred version of includegraphics
> - Document behaviour of left/right skip keys with colour
> boxes
> - Document subsubsectionstyle
> - New EastLandsing theme (thanks to Alan Munn)
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.tex.ac.uk/tex-archive/help/Catalogue/entries/beamer.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/beamer/
The catalogue entry will change (somewhat) on the web, by tomorrow morning.
Robin Fairbairns
For the CTAN team
quoth the daemon:
> The following information was provided by the package's contributor.
>
> Name of contribution: pst-bspline
> Author's name: Michael Sharpe
> Package version: 1.61
> Location on CTAN: graphics/pstricks/contrib/pst-bspline
> Summary description: B-spline curves for PSTricks
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Adds some new macros which allow one to thicken B-spline curves in a
> number of ways.
> ----------------------------------------------------------------------
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.tex.ac.uk/tex-archive/help/Catalogue/entries/pst-bspline.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/graphics/pstricks/contrib/pst-bspline/
The catalogue entry will change (somewhat) on the web, by tomorrow morning.
Robin Fairbairns
For the CTAN team
On Tue, 6 Mar 2012 Eduardo C. Lourenço de Lima submitted the
sepfootnotes
package.
Summary description: Footnotes in separate file
License type: lppl
Announcement text:
----------------------------------------------------------------------
This package allows the content of footnotes to be defined before their marks
are inserted in a document. Footnotes and endnotes can, thus, be easily grouped
together in a separate file, so that the main body is less cluttered.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/sepfootnotes
. More information is at
http://www.ctan.org/pkg/sepfootnotes
(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, 6 Mar 2012 Markus Kohm submitted an update to the
koma-script
package.
Summary description: KOMA-Script a versatile LaTeX2e bundle
License type: lppl
Announcement text:
----------------------------------------------------------------------
KOMA-Script is a versatile bundle of LaTeX2e document classes and packages. It
aims to be a replacement to the standard LaTeX2e classes. KOMA-Script does not
stop with the features known from the standard classes, but it extends the
possibilities in order to provide the user an almost complete working
environment.
Classes at KOMA-Script: scrartcl (article class), scrbook (book class), scrdoc
(internal), scrguide (internal), scrlettr (obsolete), scrlttr2 (letter class),
scrreprt (report class).
Packages at KOMA-Script: scraddr (handling of address files), scrbase (basic
features for class and package authors, e.g, key-value-options), scrdate (e.g.,
name of the day), scrextend (provides some KOMA-Script features for users of
other classes), scrfontsizes (developer help package to generate font size
files), scrhack (beta, improves some other packages), scrjura (beta, writing
laws, contracts etc.), scrkbase (sub-package used by KOMA-Script classes and
packages), scrlfile (manipulations while loading files, packages or classes),
scrpage (obsolete), scrpage2 (configuration and definition of page styles),
scrtime (output of current time), scrwfile (minimize number of write handles and
provide cloning of helper files), tocbasic (easy generation and handling of
table of contents and lists of floats), tocstyle (alpha), typearea (professional
type area and borders for ordinary persons).
Main documentation files: scrguide.pdf (German), scrguien.pdf (English),
scrhack.pdf (English), scrjura.pdf (German), tocstyle.pdf (English).
For a detailed list of changes see <http://www.komascript.de/release> (in
German) or <http://developer.berlios.de/project/showfiles.php?group_id=4307> (in
English) or simply the ChangeLog inside the bundle.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/koma-script/
. More information is at
http://www.ctan.org/pkg/koma-script
(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, 25 Feb 2012 Javier Bezos submitted the
soulpos
package.
Summary description: Fancy underlining
License type: lppl
Announcement text:
----------------------------------------------------------------------
This package combines soul with the savepos mechanism provided by the pdftex
engine, so that you can create (almost) arbitrary underlining and similar
``decorations'', including rules, leaders and even pictures (pgf, pstricks,
etc.). Unlike soul underlines, which are built by repeating small elements, here
each chunk of text to be underlined is a single element.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/bezos
. More information is at
http://www.ctan.org/pkg/soulpos
(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, 5 Mar 2012 Simon Harrer submitted the
messagebubbles
package.
Summary description: Displays message bubbles as a conversation in LaTeX.
License type: lppl
Announcement text:
----------------------------------------------------------------------
This LaTeX package allows to display a tupel of text and datetime as a message
bubble. A conversation between two persons can be printed as each message bubble
has to be either ragged to the right or left of a page.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/messagebubbles
. More information is at
http://www.ctan.org/pkg/messagebubbles
(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