On Sun, 3 May 2009 Martin Scharrer submitted an update to the
svn-prov
package.
The package introduces Subversion variants of the standard LaTeX macros
ProvidesPackage, ProvidesClass and ProvidesFile where the file name and date
is extracted from Subversion Id keywords. The file name may also be given
explicitly as an optional argument.
Location on CTAN: /macros/latex/contrib/svn-prov/
Summary description: Update to v1.
License type: lppl
Announcement text:
----------------------------------------------------------------------
This release adds a DefineFileInfoSVN macro, which defines
the version, revision, date and info text of the package,
class or file as macros with the form packagename@version,
classname@version or filename.ext@version, respectively.
The used name can be overwritten using an optional argument,
which is useful if the package name includes non-letters.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/svn-prov/
. More information is at
http://tug.ctan.org/info/?id=svn-prov
(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 .
_______________________________________________
For the CTAN Team
Rainer Schöpf
--
Please send messages to this mailing list in english only.
Please do not send software to this list, use the web upload form.
On Sat, 2 May 2009 Martin Scharrer submitted an update to the
tikz-timing
package.
Tikz-timing provides macros and an environment to generate timing diagrams
(digital waveforms) without much effort. The TikZ package is used to produce
the graphics. The diagrams may be inserted into text (paragraphs, hbox, etc.)
and into tikzpictures. A tabular-like environment is provided to produce larger
timing diagrams.
Location on CTAN: /graphics/pgf/contrib/tikz-timing/
Summary description: Update to version 0.4
License type: lppl
Announcement text:
----------------------------------------------------------------------
This update brings the following improvements and new features:
Timing Characters:
* Multiple identical characters are now combined: DDDd -> 3.5D
This improves the graphical quality for zoomed screen display
and reduces the output file size. State dependent characters
like 'T' and 'C' (toggle, clock) are not combined.
* Lowercase characters are no longer handled by own macros but
by the macros for the uppercase characters which are called with
the half width. This reduces the number of needed macros significant.
* Added special character `N' to add nodes at the current
position of the timing diagram.
* The factors for group repeats (`4{HL}' -> `HL HL HL HL') are
now rounded arithmetically, not truncated, to integers if necessary.
* Fixed miss-position of text in initial 'D'.
Examples:
* Added more examples, including two complete timing diagram
(redrawn from free images on Wikipeadia).
* Code for examples is now attached (as full LaTeX document) to
the PDF file.
Table environment `tikztimingtable':
* Added macros to draw grids and marker lines inside
`tikztimingtable'.
* Added tabular-like error handling for wrong number of columns
(`&'), i.e.: Ignores missing columns and raises error when too
many columns are given.
* Added table macros `
owdist' and `coldist' and corresponding
tikz styles `timing/rowdist' and `timing/coldist' to allow the
user to adjust distances between rows and columns in table
(styles), as well as drawing lines relative to this values
(macros).
Other:
* Some fixes to the used ` ikzset' settings.
* Added `timing/lslope` setting to only set the normal slope.
* General code clean-up.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/tikz-timing/
. More information is at
http://tug.ctan.org/info/?id=tikz-timing
(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
peter wilson <herries.press(a)earthlink.net> wrote:
> I have uploaded fonttable.tar.gz to UK incoming. Please use this
> to replace the current macros/latex/contrib/fonttable. The
> distribution is under the LPPL.
>
> From the README:
>
> The fonttable package enables you to print a table of the
> characters in a font (a font table), and/or some sample text.
>
> This, in package form, is a poor man's version of nfssfont.tex
>
> Changes in version 1.3 (2009/04/30)
> o Fixed a major bug related to redefining :
i have installed the new version as requested, and brought the catalogue
repository into line; thanks for the update.
users may view the catalogue entry at
http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/fonttable.html
or browse the package directory at
http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fonttable/
(the catalogue entry will be updated overnight; the change will include
editorial correction ;-)
Robin Fairbairns
For the CTAN team
the moving finger writes:
> The following information was provided by the package's contributor.
>
> Name of contribution: cleveref
> Author's name: Toby Cubitt
> Location on CTAN: macros/latex/contrib/
> Summary description: Intelligent cross-referencing
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> This release adds a number of significant new features (as well as
> fixing some bugs and compatibility issues):
>
> * New package options allow multiple cross-references to be
> * automatically sorted, consecutive references to automatically be
> * compressed, both of the above, or neither.
>
> * Babel support is finally here! (Currently, only English, German and
> * French are available. Translations for other languages, or
> * corrections for the existing ones, are most welcome. See the package
> * documentation for details of how to submit contributions.)
>
> * Varioref is now fully supported.
> ----------------------------------------------------------------------
i have 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/cleveref.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/
note that the catalogue entry on the web will change a bit, overnight.
Robin Fairbairns
For the CTAN team
On Thu, 30 Apr 2009, Robert MaÅ™Ãk submitted an update to the
fancytooltips
package.
The package was inspired by the cooltooltips package. In contrast to
cooltooltips, fancytooltips allows inclusion of tooltips which contain arbitrary
TeX material or a series of TeX materials (animated graphics) from an external
PDF file. To see the tooltips, you have to open the files in Adobe Reader.
The links and JavaScripts are inserted using eforms package from the AcroTeX
bundle.
Location on CTAN: /macros/latex/contrib/fancytooltips/
Summary description: New version of fancytootips: support for slides divided into multiple pages.
License type: lppl
Announcement text:
----------------------------------------------------------------------
This new version of fancytooltips package contains some
modifications necessary for slides which are divided into
multiple pages (like slides produced by texpower package and
pause command).
New option mouseover has been added - the tooltip is invoked
by mouseover action only.
Two demo files for dvips route have been added.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/fancytooltips/
. More information is at
http://tug.ctan.org/info/?id=fancytooltips
(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 cambridge upload daemon:
> ======================================================================
>
> The following information was provided by the package's contributor.
>
> Name of contribution: cite.sty
> Author's name: Donald Arseneau
> Location on CTAN: macros/latex/contrib/cite
> Summary description: Bugfix release of cite.sty
> License type: other-free
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> There were two serious bugs found in the recent cite.sty:
> disappearing non-numeric citations and a broken [nosort] option.
> They are fixed in this 5.1 release
> ----------------------------------------------------------------------
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/cite.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/cite
(the catalogue entry on the web, will change to reflect the new
version, overnight.)
Robin Fairbairns
For the CTAN team
Herbert Voss has uploaded a new version of pstricks-add:
> pstricks-add is a PSTricks related package, which has a lot
> of additional features, like arrows, special curves, a...
>
> pstricks-add ----------- (Dominik Rodriguez/hv)
> v 3.31 2009-04-29 - added pstFPDiv for division int(#1=#2/#3)
> - added axes style polar
> psaxes[axesstyle=polar](5,5)
> - fix trailing space with yAxisLabel
> - added option decimalSeparator to allow special
> symbols for persian language
i've installed the new version 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/pstricks-add.html
and browse the package directory at
http://www.tex.ac.uk/tex-archive/graphics/pstricks/contrib/pstricks-add/
Robin Fairbairns
For the CTAN team
This is new at tug.ctan.org and within a day will be at your local mirror.
Thank you,
Jim Hefferon
Saint Michael's College
.....................................................................
The following information was provided by our fellow contributor:
Name of contribution: luaotfload
Author's name: Elie Roux
Location on CTAN: /macros/luatex/generic/luaotfload
Summary description: ConTeXt OTF loading system for Plain and LaTeX
License type: pd
Announcement text:
----------------------------------------------------------------------
luaotfload allows to open OTF fonts with (almost) all
features available, with the XeTeX font syntax. You must
have luatextra to use it.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/luatex/generic/luaotfload
. More information is at
http://tug.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 .
This package is new at tug.ctan.org and within a day should 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: luamplib
Author's name: Elie Roux
Location on CTAN: /macros/luatex/generic/luamplib
Summary description: package to use metapost with the mplib library of LuaTeX
License type: pd
Announcement text:
----------------------------------------------------------------------
luamplib allows to typeset metapost natively in you TeX
files, with the mplib library of LuaTeX (in PDF mode only).
You must have luatextra to use it.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/luatex/generic/luamplib
. More information is at
http://tug.ctan.org/pkg/luamplib
(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 .