This should be at your local mirror within a day.
Thanks again,
Jim Hefferon
Saint Michael's College
............................................................................
The following information was provided by our fellow contributor:
Name of contribution: duotenzor
Version number: 1.00
Author's name: Lucien Hardy
Location on CTAN: /graphics/duotenzor
Summary description: Drawing package for circuit and duotensor diagrams.
License type: lppl
Announcement text:
----------------------------------------------------------------------
This is a drawing package for circuit and duotensor
diagrams within LaTeX documents. It consists of about
eighty commands and calls on TikZ.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/graphics/duotenzor
. More information is at
http://tug.ctan.org/pkg/duotenzor
(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 should be at your local mirror within a day.
Jim Hef{}feron
Saint Michael's College
.......................................................................
The following information was provided by our fellow contributor:
Name of contribution: moderncv
Version number: 0.8
Author's name: Xavier Danaux
Location on CTAN: /macros/latex/contrib/moderncv/
Summary description: A modern curriculum vitae class.
License type: lppl
Announcement text:
----------------------------------------------------------------------
Version 0.8 - small new features and several important bugfixes
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/moderncv/
. More information is at
http://tug.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 .
grumbling again, the daemon says:
it's amazingly hot, but
> The following information was provided by the package's contributor.
>
> Name of contribution: siunitx
> Author's name: Joseph Wright
> Author's email: joseph.wright(a)morningstar2.co.uk
> Location on CTAN: /macros/latex/contrib/siunitx/
> Summary description: A comprehensive (SI) units package
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> ----------------------------------------------------------------
> ----------------------------------------------------------------
> The siunitx package --- A comprehensive (SI) units package
> ----------------------------------------------------------------
>
> Typesetting values with units requires care to ensure that the
> combined mathematical meaning of the value plus unit combination
> is clear. In particular, the SI units system lays down a
> consistent set of units with rules on how these are to be used.
> However, different countries and publishers have differing
> conventions on the exact appearance of numbers (and units).
>
> The siunitx package provides a set of tools for authors to
> typeset numbers and units in a consistent way. The package has
> an extended set of configuration options which make it possible
> to follow varying typographic conventions with the same input
> syntax. The package includes automated processing of numbers and
> units, and the ability to control tabular alignment of numbers.
>
> ----------------------------------------------------------------
> Version 2
> ----------------------------------------------------------------
>
> Over the past two years siunitx has developed to include many
> features not originally foreseen when development began. While
> it has been possible to add a range of new features, some of the
> underlying limitation of the version 1 code have made this
> difficult. At the same time, renewed effort by the LaTeX Team on
> the development of LaTeX3, and in particular the expl3
> programming system, has offered a more robust method to create
> the internal structure of siunitx. As a result, version 2 of
> siunitx has been almost completely re-written internally.
>
> As well as fixing a number of bugs and limitations in the
> original release, version 2 is also much better written to work
> quickly. As a result, most users should see performance
> enhancements with this new release of siunitx.
>
> As part of the revision of siunitx, the option system and user
> macros have been completely re-thought. The options now have
> longer, descriptive names and also a much clearer range of input
> values. The options which in version 1 took either a key word or
> a literal value have been replaced by ones which take literals
> only: in some cases this means that advice has been added to the
> documentation on how to get particular output effects.
>
> ----------------------------------------------------------------
> Moving from version 1 to version 2
> ----------------------------------------------------------------
>
> Depending on how you use siunitx, there may be very little to do
> to move to version 2. The new version includes a compatibility
> support file, meaning that loading siunitx using:
>
> usepackage[load-configurations = version-1]{siunitx}
>
> should mean that existing documents compile with very few
> changes.
>
> There are some changes to standard settings between version 1
> and version 2, which may lead to some alterations in documents.
> At the same time, a small number of the features of siunitx
> version 1 which I feel did not work cleanly have been dropped.
> At present, some of these are scheduled to be re-examined for
> inclusion in later releases of siunitx.
>
> While there is a back-compatibility layer for users upgrading,
> it is strongly recommended that documents are updated to use the
> new option names and functions. The new approach has been chosen
> as it is an improvement on the previous version, and in the
> longer term this layer may be removed.
>
> ----------------------------------------------------------------
> Installation
> ----------------------------------------------------------------
>
> Most users will obtain siunitx as part of their TeX distribution.
> MiKTeX 2.8 should include siunitx version 2 after a short delay (a few
> days after CTAN upload); TeX live users won't see the package in their
> distribution until after the 2010 release has appeared. Both
> distributions also include the necessary support packages, and so
> simply updating will in due course lead to a working siunitx version 2
> installation.
>
> For users who wish to install siunitx themselves, the package is
> available as a pre-extracted zip file, siunitx.tds.zip. Simply
> unzip this in your local texmf directory and run 'texhash' to
> update the database of file locations. Version 2 of siunitx
> requires up to date versions of the LaTeX3 packages expl3 and
> xpackages. These are also available from CTAN in ready to
> install format (as expl3.tds.zip and xpackages.tds.zip), and can
> be installed in the same way if necessary.
>
> If you want to unpack the dtx yourself, running 'tex
> siunitx.dtx' will extract the package whereas 'latex
> siunitx.dtx' will extract it and also typeset the documentation.
> Typesetting the documentation requires a number of packages in
> addition to those needed to use siunitx. These should all be
> available in a complete TeX Live 2009 or MiKTeX 2.8
> installation.
>
> ----------------------------------------------------------------
> Development code and bug database
> ----------------------------------------------------------------
>
> In order to help users see what is happening, and also to allow
> me to work efficiently, the development code for siunitx is
> available on the code hosting site BitBucket:
>
> http://bitbucket.org/josephwright/siunitx
>
> You can download the very latest code from there: of course,
> this may or may not work properly depending on exactly what I
> have added to the code.
>
> The BitBucket site includes an issue tracker, where you can
> report bugs or make feature requests. I also add bugs to the
> database from e-mails I get from users. Filling in the bug
> database helps to make sure that I do not forget things, and
> also helps other users see what issues are known.
>
> If you want to contribute code to siunitx, you can of course
> send patches directly to me. Alternatively, the code is hosted
> using the revision control system Mercurial, which was chosen as
> it is decentralised and is easy to install on a range of
> operating systems (I use MacOS X, Windows XP, Windows 7 and
> Ubuntu!). I'm happy to explain to potential contributors how
> Mercurial works for developing siunitx.
>
> ----------------------------------------------------------------
> Roadmap for future releases
> ----------------------------------------------------------------
>
> The bug database already includes a number of feature requests
> which are marked to be looked at for version 2.1: see
> http://tinyurl.com/2b6flkt. The current intention is that the
> next few months will be devoted to bug fixes in this release
> (v2.0), with moves to add features for v2.1 beginning in the
> late summer. I anticipate that v2.1 will be released toward the
> end of 2010.
>
> It is likely that not all of the features currently marked as to
> be looked at for v2.1 will be fully working by the time it is
> released. At the same time, there are some longer term areas
> which may also need attention. Version 2.2 of siunitx is
> therefore planned, but with no current list of features marked
> for inclusion. This version is likely to appear in Spring 2011.
>
> One longer term aim is to include LuaTeX support in siunitx, so
> that the entire package can work much more rapidly with LuaTeX
> than when using TeX macros alone. This is not likely to happen
> until next year (2011), but is in the bug database and is part
> of the longer term development plan for siunitx.
>
> ----------------------------------------------------------------
> The internals of siunitx
> ----------------------------------------------------------------
>
> Currently, the only documented interface to any of the
> functionality of siunitx is via the key--value control system
> and functions described in the manual. The internal code of the
> package is not documented, and there is therefore no guarantee
> of stability of internal functions. While it is common for users
> to have to modify the internals of LaTeX2e packages as part of
> their documents, this is not good programming practice and is
> not encouraged for siunitx, or indeed in general.
>
> If there is a user function that you require that is not
> available using the documented tools, please either e-mail or
> report a bug in the database. One of the general aims of siunitx
> is to provide a proper documented interface for all of the
> functions of the package. I am therefore very happy to add
> interfaces to internal processes as necessary.
>
> Programmers should note that siunitx is coded using the LaTeX3
> 'expl3' programming system. This looks somewhat different to
> traditional TeX or LaTeX programming. Details of the programming
> environment are documented as part of the expl3 bundle.
> Currently, none of the internal functions or interfaces are
> documented, and so are not meant for use outside of siunitx.
> Other programmers wanting to make use of internal siunitx
> functions are encouraged to get in contact with me. This will
> enable me to ensure that the parts of siunitx which are needed
> by others are documented and are not changed without
> consultation.
>
> ----------------------------------------------------------------
> Joseph Wright <joseph.wright(a)morningstar2.co.uk>
> ----------------------------------------------------------------
> ----------------------------------------------------------------
thanks for the upload. i've installed the new version and updated the
catalogue repository.
> Users may view the package catalogue entry at
> http://mirror.ctan.org/help/Catalogue/entries/siunitx.html
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/siunitx/
the catalogue entry won't appear at all until some time tonight. all of
the files will be subject to mirroring delays.
Robin Fairbairns
For the CTAN team
the daemon grumbles about being awakened in such bright sunlight, but
deigns to say:
> The following information was provided by the package's contributor.
>
> Name of contribution: expl3
> Author's name: LaTeX3 Project
> Author's email: latex-team(a)latex-project.org
> Location on CTAN: /macros/latex/contrib/expl3/
> Summary description: Packages supporting LaTeX3 programming conventions
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> ----------------------------------------------------------------
> This release (SVN 1925)
> ----------------------------------------------------------------
>
> This is an intermediate release of expl3.
>
> cs_set:Nn and related functions are removed in this release:
> all internal functions now need to be defined using
> cs_set:Npn, etc., fully listing the arguments required.
>
> A bug in ior_close:N, which caused knock-on problems with
> file_if_exist:nTF and potentially with the LaTeX2e label
> system is also fixed.
>
> Some bugs in the l3box module are also addressed and the logic
> improved.
>
> ----------------------------------------------------------------
> The LaTeX3 Project
> ----------------------------------------------------------------
thanks for the upload. i have installed the files and updated the
catalogue repository.
> Users may view the package catalogue entry at
> http://mirror.ctan.org/help/Catalogue/entries/expl3.html
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/expl3/
there will be some delay before the updates will reach all mirror sites.
Robin Fairbairns
For the CTAN team
On Thu, 20 May 2010 Wybo Dekker submitted an update to the
mk (latex_maker)
package.
Summary description: maker for latex, xelatex, plain in edit/compile/view/print cycle
License type: gpl
Announcement text:
----------------------------------------------------------------------
mk is a Ruby script that, in close collaboration with vpp
(short for View and Print PDF/PostScript), is helpful in the
cyclic process of editing, viewing, and printing a
latex/xelatex/plain document.
Essentially, mk uses texi2dvi for compilation, vpp for
viewing and printing.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/latex_maker
. More information is at
http://tug.ctan.org/info/?id=mk
(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, 20 May 2010 Wybo Dekker submitted an update to the
vpp (view_print_ps_pdf)
package.
Summary description: View and Print (selected pages from) PostScript/PDF
License type: gpl
Announcement text:
----------------------------------------------------------------------
vpp (View and Print PDF/Postscript) displays a pdf or
postscript document and lets you print (or save as PDF)
selected pages to a one- or two-sided hardcopy or an A5-booklet.
Can also be used to re-arrange pages in a PDF document.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/view_print_ps_pdf
. More information is at
http://tug.ctan.org/info/?id=vpp
(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 pst-magneticfield.tgz to the uk ctan node. Please replace
> all files with the ones in the directory
>
> /graphics/pstricks/contrib/pst-magneticfield/
>
> pst-magneticfield is a PSTricks related package and provides
> macros for drawing magnetic field lines of a Helmholtz coil
> in 2D and 3D view. This update also has german translation
> for the documentation.
>
>
> pst-magneticfield.sty --------
> 2010-05-16 - first CTAN version
>
> pst-magneticfield.tex --------
> 1.11 2010-05-20 - change order for the different lines
> in the 3d view (dashed lines first) (hv)
> 1.10 2010-05-16 - first CTAN version
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://mirror.ctan.org/help/Catalogue/pst-magneticfield.html
or browse the package's directory at
http://mirror.ctan.org/graphics/pstricks/contrib/pst-magneticfield/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
This update should be at your local mirror within a day.
Jim Hef{}feron
Saint Michael's College
..............................................................................
The following information was provided by our fellow contributor:
Name of contribution: skeycommand
Version number: 0.2
Author's name: Ahmed Musa
Summary description: Define new command and environments using parameters and keys.
License type: lppl
Announcement text:
----------------------------------------------------------------------
New commands and environments may now have no parameters
and/or keys at all.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/skeycommand
. More information is at
http://tug.ctan.org/pkg/skeycommand
(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 should reach your local mirror within the day.
Jim Hef{}feron
Saint Michael's College
......................................................................
The following information was provided by our fellow contributor:
Name of contribution: autolatex
Version number: 8.2
Author's name: Stephane GALLAND
Location on CTAN: /
Summary description: Bug fixes in cleaning stage
License type: lgpl
Announcement text:
----------------------------------------------------------------------
Several temporary files are not remove during the cleaning
stage of autolatex.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/support/autolatex
. More information is at
http://tug.ctan.org/pkg/autolatex
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This should within the day be at your local mirror.
Jim Hef{}feron
Saint Michael's College
......................................................................
The following information was provided by our fellow contributor:
Name of contribution: biblatex-historian
Version number: 3a
Author's name: Sander Gliboff
Location on CTAN: /macros/latex/exptl/biblatex-contrib/biblatex-historian
Summary description: A citation- and bibliography style for use with the
biblatex system of programmable bibliographies. Implements the Chicago style,
as described in the Turabian Manual for Writers
License type: lppl
Announcement text:
----------------------------------------------------------------------
Corrected error that aborts the typesetting run and produces
the message about an undefined childsubtype macro in an
ifthen statement
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblate…
. More information is at
http://tug.ctan.org/pkg/biblatex-historian
(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 .
a while back, Manuel Pégourié-Gonnard, uploaded a bunch of packages for
the luatex area of ctan. i now finally get around to announcing them
(all but luainputenc and luamplib, whose changes were pretty small...).
the uploads comprised:
Luatexbase:
The bundle provides basic facilities for LuaTeX macro programmers,
mostly resource allocation and convenience packages. Provided
are:
* luatexbase-regs: allocation of registers and the like;
* luatexbase-loader: Lua module loading;
* luatexbase-attr: attribute allocation;
* luatexbase-cctb: catcode table allocation;
* luatexbase-modutils: Lua module declaration; and
* luatexbase-compat: compatibility helpers;
* luatexbase-mcb: register many functions in a callback.
location on ctan: http://mirror.ctan.org/macros/luatex/generic/luatexbase/
catalogue entry: http://mirror.ctan.org/help/Catalogue/entries/luatexbase.html
Lualibs:
Lualibs is a collection of Lua modules useful for general
programming.
The bundle is based on lua modules shipped with ConTeXt, and made
available in this bundle for use independent of ConTeXt.
location on ctan: http://mirror.ctan.org/macros/luatex/generic/lualibs/
catalogue entry: http://mirror.ctan.org/help/Catalogue/entries/lualibs.html
Luatextra:
Two essential part of this package have been moved to the new
packages luatexbase (basic facilities for programmers) and lualibs
(lua modules for general programming), which are now loaded by this
package. It also provides additional user-level goodies, as well as
complements to luatexbase-mcb.
location on ctan: http://mirror.ctan.org/macros/luatex/generic/luatextra/
catalogue entry: http://mirror.ctan.org/help/Catalogue/entries/luatextra.html
Luaotfload:
* using the new luatexbase package
* synchronizing with latest ConTeXt stable 2010.05.08
* adding support for microtypography
* adding support for color and transparency
* adding a script to generate a font database with TeX and system fonts
* more verbose log file
location on ctan: http://mirror.ctan.org/macros/luatex/generic/luaotfload/
catalogue entry: http://mirror.ctan.org/help/Catalogue/entries/luaotfload.html
apart from the catalogue entry for luatextra (still propagating), all
this lot will be up-to-date on all mirrors by now.
Robin Fairbairns
For the CTAN team
This should within a day be at your local mirror.
Jim Hef{}feron
Saint Michael's College
.......................................................................
The following information was provided by our fellow contributor:
Name of contribution: latexmk
Version number: 4.16a
Author's name: John Collins
Location on CTAN: /support/latexmk
Summary description: Fully automated LaTeX document generation routine
License type: gpl
Announcement text:
----------------------------------------------------------------------
Minor improvements:
1. Corrected problem under preview-continuous mode that
some previewers (e.g., kpdf) would not see a changed file on
an NFS file system.
2. Perform sanity check on the sleep time between tests for
file changes in preview-continuous mode.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/support/latexmk
. More information is at
http://tug.ctan.org/pkg/latexmk
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
the daemon stirs again. up so early!...
> The following information was provided by the package's contributor.
>
> Name of contribution: expl3
> Author's name: LaTeX3 Project
> Author's email: latex-team(a)latex-project.org
> Location on CTAN: /macros/latex/contrib/expl3
> Summary description: Packages supporting LaTeX3 programming conventions
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> ----------------------------------------------------------------
> This release (SVN 1905)
> ----------------------------------------------------------------
>
> This is an intermediate release of expl3. The standard
> behaviour of the package is altered so that less information
> is added to the log: this information is still available when
> the package is loaded with the log-functions option. Some
> box-related functions have been subject to bug fixes.
>
> ----------------------------------------------------------------
> The LaTeX3 Project
thanks for the upload. i've installed the new files and updated the
catalogue repository.
> Users may view the package catalogue entry at
> http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/expl3.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive//macros/latex/contrib/expl3
the web copy of the catalogue entry will change a bit overnight tonight.
Robin Fairbairns
For the CTAN team
i'm moving slower in the evenings, now. nearly midnight, and i'm only
now responding to the daemon's cry of two and a half hours back:
> The following information was provided by the package's contributor.
>
> Name of contribution: xpackages
> Author's name: LaTeX3 Team
> Author's email: latex-team(a)latex-project.org
> Location on CTAN: /macros/latex/contrib/xpackages/
> Summary description: High-level LaTeX3 concepts
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> ----------------------------------------------------------------
> This release (SVN 1902)
> ----------------------------------------------------------------
>
> This is an intermediate release, adding the argument processor
> SplitList. This processor can be used for lists of arguments
> of unknown length, to make each entry into a TeX group.
>
> ----------------------------------------------------------------
> The LaTeX3 Project
> ----------------------------------------------------------------
> ----------------------------------------------------------------------
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/xpackages.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/xpackages/
the change to the catalogue entry will hardly be noticeable, and will
happen in the wee small hours of the morning.
Robin Fairbairns
For the CTAN team
This should within the day be at your local mirror.
Jim Hef{}feron
Saint Michael's College
...................................................................
The following information was provided by our fellow contributor:
Name of contribution: thmtools
Version number: v24
Author's name: Ulrich M. Schwarz
Location on CTAN: /macros/latex/exptl/thmtools/
Summary description: A collection of extensions to theorem environments
License type: lppl
Announcement text:
----------------------------------------------------------------------
Update time!
v24 of thmtools adds:
- a new version numbering scheme :)
- support for cleveref and nameref
- a key-val frontend to the beast with nine arguments, i.e.
ewtheoremstyle, for
both ntheorem and amsthm
- optional note argument of theorems can now be key-val
- per-environment qed symbols for amsthm
- for shaded theorems, the shade color may either be a color name or a color
spec
- major rewrite of the user's guide. (still incomplete, but hopefully more
approachable than the old one.)
- bugfixes, bugfixes, bugfixes
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/exptl/thmtools/
. More information is at
http://tug.ctan.org/pkg/thmtools
(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 should within a day be at your local mirror.
Jim Hef{}feron
Saint Michael's College
...................................................................................
The following information was provided by our fellow contributor:
Name of contribution: listings-ext
Version number: v58
Author's name: Jobst Hoffmann
Location on CTAN: /macros/latex/contrib/listings-ext/
Summary description: Automated input of source code into LaTeX documents
License type: lppl
Announcement text:
----------------------------------------------------------------------
The package provides means for marking up source code, so that
samples of it may be included in a document (by macros of the listings
package) in a stable fashion, regardless of any change to the source. The
markup in the source text defines tags for blocks of source. These tags
are processed by a shell script to make a steering file that is used by the
package when LaTeX is being run.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/listings-ext/
. More information is at
http://tug.ctan.org/pkg/listings-ext
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
On Sat, 15 May 2010 Nico Schlömer submitted the new package
tex-font-errors-cheatsheet
to CTAN.
Summary description: Cheat sheet outlining the most common TeX font errors
License type: lppl
Announcement text:
----------------------------------------------------------------------
This is a compact three-pages document highlighting the TeX
flow of integrating fonts, and explains how some of the most
common font-related error messages occur. Also, hints are
given on how to address those.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/info/tex-font-errors-cheatsheet/
. More information is at
http://tug.ctan.org/info/?id=tex-font-errors-cheatsheet
(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, 16 May 2010 Herbert Voss submitted the new package
pst-magneticfield
to CTAN.
Summary description: plotting a magnetic field
License type: lppl
Announcement text:
----------------------------------------------------------------------
pst-magneticfield is a PSTricks related package to draw the
magnetic
field lines of Helmholtz coils in a two or three dimensional
view. There
are several parameters to create a different output. For more
informations or some examples read the documentation of the
package.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pstricks/contrib/pst-magneticfield
. More information is at
http://tug.ctan.org/info/?id=pst-magneticfield
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
On Fri, 14 May 2010 Marco Daniel submitted an update to the
mdframed
package.
Summary description: auto split frame environment
License type: lppl
Announcement text:
----------------------------------------------------------------------
Working with the command fbox or fcolorbox, one has to
handle page breaks by hand. The present package defines the
environment mdframed which automatically deals with page breaks.
Author's name: Marco Daniel and Elke Schubert (!new)
License type: lppl
changes in version 0.4a:
- fixes bug in fontcolor (Elke Schubert)
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/mdframed/
. More information is at
http://tug.ctan.org/info/?id=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
Herbert Voss wrote:
> I uploaded frame.tgz to the UK CTAN node.
> Please _delete_ the file frame.tex in
>
> /macros/plain/contrib/misc/
>
> and put the new ones into the new directory.
>
> /macros/generic/frame/
>
> This version 1.0 has
> -- the LPPL license (with permission of Timothy),
> -- a new LaTeX style file
> -- a new LaTeX2e documentation
i have installed the new files in their directory, and updated the
catalogue repository. thanks for the upload.
Users may view the package's catalogue entry at
http://www.tex.ac.uk/tex-archive/help/Catalogue/frame.html
or browse the package's directory at
http://www.tex.ac.uk/tex-archive/macros/generic/frame/
The catalogue entry is new (a reworking of the entry for the previous
version of the package). It will appear on the web some time overnight
tonight.
Robin Fairbairns
For the CTAN team
Herbert Voss wrote:
> I uploaded poster.tgz to the UK CTAN node.
> Please delete the files in
>
> /macros/generic/poster/
>
> and put the new ones in there.
>
> This version 1.1 has
> -- the LPPL license (with permission of Timothy),
> -- a modified LaTeX style file
> -- a new LaTeX2e documentation
thanks for the upload; i have installed the new files and updated the
catalogue repository.
Users may view the package's catalogue entry at
http://www.tex.ac.uk/tex-archive/help/Catalogue/poster-mac.html
or browse the package's directory at
http://www.tex.ac.uk/tex-archive/macros/generic/poster/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
Herbert Voss <Herbert.Voss(a)FU-Berlin.DE> wrote:
> I uploaded fancybox.tgz to the UK CTAN node.
> Please delete the files in
>
> macros/latex/contrib/fancybox/
>
> and put the new ones in there.
thanks for the upload; i have installed the new files and updated the
catalogue repository.
> This version 1.4 has
> -- small changes to the code
> -- a new LaTeX2e documentation
Users may view the package's catalogue entry at
http://www.tex.ac.uk/tex-archive/help/Catalogue/fancybox.html
or browse the package's directory at
http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancybox/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
Herbert Voss wrote:
> I uploaded twoup.tgz to the UK CTAN node.
> Please delete the files in
>
> macros/generic/2up/
>
> and put the new ones in there.
i have installed the new version and updated the catalogue repository.
thanks for the upload. (users should note that this is the _generic_
2up package, not the one written for LaTeX 2e.)
> This version 1.3 has
> -- the LPPL license (with permission of Timothy),
> -- a modified LaTeX style file
> -- a new LaTeX2e documentation
Users may view the package's catalogue entry at
http://www.tex.ac.uk/tex-archive/help/Catalogue/twoup-gen.html
or browse the package's directory at
http://www.tex.ac.uk/tex-archive/macros/generic/2up/
The catalogue entry will change (quite noticeably) overnight tonight.
Robin Fairbairns
For the CTAN team
that clever old daemon interrupted me just as i was getting *really*
bored with housework...
> The following information was provided by the package's contributor.
>
> Name of contribution: TOPtesi
> Author's name: Claudio Beccari
> Author's email: claudio.beccari(a)gmail.com
> Location on CTAN: macros/latex/contrib/toptesi
> Summary description: Major upgrade of the TOPtesi package for writting theses
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> TOPtesi version 5.01 is a major upgrade of the existing package; some
> bugs have been eliminated; the Italian documentation ha been
> completely revised; the English documentation reports the new
> changes.
>
> TOPtesi is supposed to save the PDF version of a thesis in PDF/A-1b
> compliant mode and with all the necessary metadata.
thanks for the upload; i have 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/toptesi.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/toptesi
and, of course, the catalogue entry on the web will change a bit
overnight.
Robin Fairbairns
For the CTAN team
Herbert Voss <Herbert.Voss(a)FU-Berlin.DE> wrote:
> I uploaded multido.tgz to the UK CTAN node.
> Please delete all files in
>
> macros/generic/multido/
>
> and put the new ones in there
>
> This version 1.42 has
> -- the LPPL license (with permission of Timothy),
> -- an updated documentation
i have installed the files as requested; thanks for the upload.
Users may view the package's catalogue entry at
http://www.tex.ac.uk/tex-archive/help/Catalogue/multido.html
or browse the package's directory at
http://www.tex.ac.uk/tex-archive/macros/generic/multido/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
Herbert Voss wrote:
> I uploaded xcomment.tgz to the UK CTAN node.
> Please install the files in
>
> macros/generic/xcomment
>
> This version has
> -- the LPPL license (with permission of Timothy),
> -- a modified LaTeX style file
> -- a new LaTeX2e documentation
thanks for the upload; i've installed the new version in its new
directory, and updated the catalogue entry.
users should note that this package was previously part of the seminar
presentation bundle.
Users may view the package's catalogue entry at
http://www.tex.ac.uk/tex-archive/help/Catalogue/xcomment.html
or browse the package's directory at
http://www.tex.ac.uk/tex-archive/macros/generic/xcomment/
The catalogue entry will change (rather a lot) overnight tonight.
Robin Fairbairns
For the CTAN team
On Thu, 13 May 2010 Marco Daniel submitted an update to the
mdframed
package.
Summary description: auto split frame environment
License type: lppl
Announcement text:
----------------------------------------------------------------------
changes in version 0.4:
- second author Elke Schubert
- fixes some bugs
- calculation of the page dimen (thanks Dick Nickalls)
- using tikz for the frame with different styles
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/
. More information is at
http://tug.ctan.org/info/?id=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
This should reach your local mirror within a day.
Jim Hef{}feron
Saint Michael's College
........................................................................
The following information was provided by our fellow contributor:
Name of contribution: colordoc
Version number: 1
Author's name:s Federico Garcia
Summary description: Highlighting of braces and other TeX syntax conventions
License type: lppl
Announcement text:
----------------------------------------------------------------------
By loading colordoc on top of a documentation file (that
uses Frank Mittelbach's doc package), the code listings will
highlight pairs of curly braces with matching colors.
Other delimiters like if ... fi, are highlighted, as well
as the names of new commands.
It makes code a little more readable, and it helps when
you're writing it.
Three options, including a non-color option designed for
printing (which numbers the delimiters and underlines the
new commands).
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/colordoc
. More information is at
http://tug.ctan.org/pkg/colordoc
(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 should arrive at your local mirror within a day.
Jim Hef{}feron
Saint Michael's College
............................................................................
The following information was provided by our fellow contributor:
Name of contribution: skeycommand
Version number: 0.1
Author's name: Ahmed Musa
Summary description: Create LaTeX-style commands and environments using keys and
parameters together.
License type: lppl
Announcement text:
----------------------------------------------------------------------
Create LaTeX-style commands and environments using
parameters and keys together. The user interfaces are
minimal, only slightly different from the familiar
ewcommand and
ewenvironment syntaxes.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/skeycommand
. More information is at
http://tug.ctan.org/pkg/skeycommand
(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 should within a day be at your local mirror.
Jim Hef{}feron
Saint Michael's College
.....................................................................
The following information was provided by our fellow contributor:
Name of contribution: skeyval
Version number: 0.71
Author's name: Ahmed Musa
Summary description: Several extensions to the xkeyval parser.
License type: lppl
Announcement text:
----------------------------------------------------------------------
1) A bug fix. 2) The macro DeclareKeyCommand is removed
to create a new package.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/skeyval
. More information is at
http://tug.ctan.org/pkg/skeyval
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
Herbert Voss wrote:
> I uploaded colortab.tgz to the UK CTAN node.
> Please replace the files with the existing ones in
>
> macros/generic/colortab
>
> This version has
> -- the LPPL license (with permission of Timothy),
> -- a modified LaTeX style file
> -- a LaTeX2e documentation
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/colortab.html
or browse the package's directory at
http://www.tex.ac.uk/tex-archive/macros/generic/colortab/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
This should reach your local mirror within a day.
Jim Hef{}feron
Saint Michael's College
..........................................................................
The following information was provided by our fellow contributor:
Name of contribution: cleveref
Version number: 0.16.2
Author's name: Toby Cubitt
Location on CTAN: /macros/latex/contrib/cleveref/
Summary description: Intelligent cross-referencing
License type: lppl
Announcement text:
----------------------------------------------------------------------
...and, following hot on the heels of the major changes in
version 16.1, I give you......the inevitable bug-fix release.
This version fixes a regression in cross-references to
appendices, and a bug in multi-references involving footnotes.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/cleveref/
. More information is at
http://tug.ctan.org/pkg/cleveref
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
On Tue, 11 May 2010 Michael Nüsken submitted an update to the
computational-complexity
package.
License type: lppl
Announcement text:
----------------------------------------------------------------------
The LaTeX2e class cc was written for the journal Computational
Complexity <http://www.computational-complexity.org>, and
it can also be used for a lot of other articles. You may like it
since it contains a lot of features as more intelligent references,
a set of theorem definitions, an algorithm environment, and more.
The class requires natbib.
The author is Michael Nüsken. The package is Copyright (c) 2000-2008
Michael Nüsken.
Present version v2.11. Differences to previous version: The
algorithm environment has been redesigned.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/computational-complexity
. More information is at
http://tug.ctan.org/info/?id=computational-complexity
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
This should reach your local mirror within a day.
Jim Hef{}feron
Saint Michael's College
..........................................................................
The following information was provided by our fellow contributor:
Name of contribution: biblatex-apa
Version number: 1.0
Author's name: Philip Kime
Location on CTAN: /macros/latex/exptl/biblatex-contrib/biblatex-apa
Summary description: Biblatex style for APA (American Psychological Association) documents
License type: lppl
Announcement text:
----------------------------------------------------------------------
Stable release of APA biblatex style for biblatex 0.9+ and
APA manual 6th edition
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblate…
. More information is at
http://tug.ctan.org/pkg/biblatex-apa
(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 change should reach your local mirror within a day.
Jim Hef{}feron
Saint Michael's College
.......................................................................
The following information was provided by our fellow contributor:
Name of contribution: latexmk
Version number: 4.16
Author's name: John Collins
Location on CTAN: /support/latexmk
Summary description: Fully automated LaTeX document generation routine
License type: gpl
Announcement text:
----------------------------------------------------------------------
1. Corrected problem that with recent versions of pdflatex,
certain warning messages in the log file could prevent
latexmk from detecting a dependent file.
2. Updated documentation to mention previously undocumented
feature about the use of temporary files in making ps and
pdf files.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/support/latexmk
. More information is at
http://tug.ctan.org/pkg/latexmk
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This should be at your local mirror within a day.
Jim Hef{}feron
...........................................................................
The following information was provided by our fellow contributor:
Name of contribution: BibTool
Version number: 2.51
Author's name: Gerd Neugebauer
Location on CTAN: /biblio/bibtex/utils/bibtool
Summary description: BibTool: A Tool for Manipulating BibTeX Data Bases
License type: gpl
Announcement text:
----------------------------------------------------------------------
This is a bugfix release of BibTool.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/biblio/bibtex/utils/bibtool
. More information is at
http://tug.ctan.org/pkg/bibtool
(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 .
the daemon creeps out into a sunny afternoon and admits that:
> The following information was provided by the package's contributor.
>
> Name of contribution: bibleref
> Author's name: Nicola Talbot
> Location on CTAN: macros/latex/contrib/bibleref
> Summary description: Format bible citations.
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> 1.12:
> * Fixed bug occurring when the verse number has a suffix.
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/bibleref.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/bibleref
the catalogue entry will change overnight, but not so's it matters.
Robin Fairbairns
For the CTAN team
This update should reach your local mirror within a day.
Jim Hef{}feron
Saint Michael's College
..........................................................................
The following information was provided by our fellow contributor:
Name of contribution: cleveref
Version number: 0.16.1
Author's name: Toby Cubitt
Location on CTAN: /macros/latex/contrib/cleveref/
Summary description: Intelligent cross-referencing
License type: lppl
Announcement text:
----------------------------------------------------------------------
This version of the cleveref package introduces major
changes to the underlying implementation, which *should*
mean that cleveref is now compatible with the memoir class,
titleref, backref, and any other packages that modify
LaTeX's cross-reference machinery.
This version also fixes an important bug that messed up the
spacing of amsmath multi-line equation environments when the
optional argument to label was used.
Finally, a handful of new features have been introduced:
* Cross-references to footnotes are now supported.
* If no cross-reference formatting has been defined for a
new theorem-like environment, cleveref now falls back to
deducing as much as it can from the corresponding
ewtheorem command.
* New
amecref and
ameCref commands have been introduced
to produce just the name of a cross-reference (equation,
theorem, etc.), without the label.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/cleveref/
. More information is at
http://tug.ctan.org/pkg/cleveref
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
This should reach your local mirror within a day.
Thanks again,
Jim Hef{}feron
Saint Michael's College
............................................................................
The following information was provided by our fellow contributor:
Name of contribution: auto1
Version number: 0.2
Author's name: Nico Schlömer
Summary description: LaTeX support for Underware Auto 1 fonts.
License type: lppl
Announcement text:
----------------------------------------------------------------------
This package provides LaTeX support for the Auto 1 font
series of Underware.
Initial release.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/fonts/auto1
. More information is at
http://tug.ctan.org/pkg/auto1
(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 should reach your local mirror within a day.
Jim Hef{}feron
Saint Michael's College
.......................................................................
The following information was provided by our fellow contributor:
Name of contribution: OCGtools package
Version number: 0.8
Author's name: Robert Marik
Location on CTAN: /macros/latex/contrib/ocgtools
Summary description: New version, includes some feature requests
License type: lppl
Announcement text:
----------------------------------------------------------------------
This new version of OCGtools package includes some feature
requests from users. The main change is, that the colors can
be set individually for each layer and the position of text
layers which do not span across the whole page is controlled
via pdfsavepos command and thus should work automatically
for any page layout now (not restricted to beamer, web and
pdfscreen). Improved cooperation with new version of
fancytooltips package which comes soon. Dedicated to my
26-hours old son :).
As usual, the development version is on
http://bitbucket.org/robert.marik/ocgtools and stable
version on CTAN.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/ocgtools
. More information is at
http://tug.ctan.org/pkg/ocgtools
(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 should within a day be at your local mirror.
Jim Hef{}feron
Saint Michael's College
........................................................................
The following information was provided by our fellow contributor:
Name of contribution: Various chapter styles for the memoir class
Version number: 1.7b
Author's name: Lars Madsen
Location on CTAN: /info/latex-samples/MemoirChapStyles/
Summary description: Showcase document for the chapter style concept in the memoir class
License type: lppl
Announcement text:
----------------------------------------------------------------------
A bug in my build process made the TiKz rather boring.
Should be fixed in this version.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/info/latex-samples/MemoirChapStyles/
. More information is at
http://tug.ctan.org/pkg/memoirchapterstyles
(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 should within a day be at your local mirror.
Jim Hef{}feron
Saint Michael's College
............................................................................
The following information was provided by our fellow contributor:
Name of contribution: tablor
Version number: 4.07
Author's name: Guillaume CONNAN
Location on CTAN: /macros/latex/contrib/tablor
Summary description: Create tables of signs and of variations.
License type: lppl
Announcement text:
----------------------------------------------------------------------
Tablor can now draw tables in technicolor...
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/tablor
. More information is at
http://tug.ctan.org/pkg/tablor
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
On Sun, 9 May 2010, Siep Kroonenberg submitted updates to the
epspdf and epspdf-extra
packages.
Summary description: eps/pdf/ps conversions with options and optional GUI
License type: gpl
Announcement text:
----------------------------------------------------------------------
Bugfix for boundingbox atend
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/epspdf
. More information is at
http://tug.ctan.org/info/?id=epspdfhttp://tug.ctan.org/info/?id=epspdf-extra
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
This should reach your local mirror within a day.
Jim Hef{}feron
Saint Michael's College
...........................................................................
The following information was provided by our fellow contributor:
Name of contribution: Various chapter styles for the memoir class
Version number: 1.7
Author's name: Lars Madsen
Location on CTAN: /info/latex-samples/MemoirChapStyles/
Summary description: Sample document displaying not only the build in chapter styles
in memoir, but also various others
License type: lppl
Announcement text:
----------------------------------------------------------------------
This release brings MemoirChapStyles back into sync with the
current memoir class. It also adds a TiKz based style, found
on texblog.net
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/info/latex-samples/MemoirChapStyles/
. More information is at
http://tug.ctan.org/pkg/memoirchapterstyles
(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 .
the daemon's been busy (by his lights) today, but with only a minor
grumble, he tells me:
> The following information was provided by the package's contributor.
>
> Name of contribution: biblatex-chem
> Author's name: Joseph Wright
> Location on CTAN: /macros/latex/exptl/biblatex-contrib/biblatex-chem
> Summary description: biblatex styles for chemistry
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> v0.9c:
> - Fix issue with chem-rsc style which caused journal titles not to be printed
thanks for the update; 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/biblatex-chem.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive//macros/latex/exptl/biblatex-contrib/bibla…
and (of course) the catgalogue entry on the web will change overnight.
Robin Fairbairns
For the CTAN team
that ol' daemon's not affected by sleep deprivation after an election
night, like some of us... and so he writes:
> The following information was provided by the package's contributor.
>
> Name of contribution: linegoal
> Author's name: Florent CHERVET
> Location on CTAN: macros/latex/contrib/linegoal
> Summary description: A new ``dimen'' corresponding to the remainder of
> the line
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Nota : this packages requires pdfTeX.
>
> The linegoal package provides a macro linegoal
> to be used with setlength :
> setlength<some dimen>linegoal
>
> will assign to <some dimen> the horizontal length
> of the remainder of the line.
>
> This is achieved using the pdfsavepos primitive
> and the zref-savepos package.
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Typical usage :
>
> Some text: egin{tabularx}linegoal{|l|X|} hline
> one & two \
> three & four \hline
> end{tabularx}
>
> ----------------------------------------------------------------------
thanks for that; i've installed the new version, and made an entry in
the catalogue repository.
> Users may view the package catalogue entry at
> http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/linegoal.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/linegoal
the package itself is out on its travels around the world, but the web
page won't appear until some time in the dark hours of the night.
Robin Fairbairns
For the CTAN team
This should within a day be at your local mirror.
Jim Hef{}feron
Saint Michael's College
..........................................................................
The following information was provided by our fellow contributor:
Name of contribution: Songbook
Version number: 4.5
Author's name: Christopher Rath
Location on CTAN: /macros/latex/contrib/songbook/
Summary description: LaTeX Songbook Style
License type: lgpl
Announcement text:
----------------------------------------------------------------------
At Adam Fletcher's prompting, this release contains a new
per-song compactsongmode.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/latex/contrib/songbook/
. More information is at
http://tug.ctan.org/pkg/songbook
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
On Wed, 5 May 2010 Tom Kazimiers submitted the
esk
package to CTAN.
Summary description: The ESK package allows to encapsulate Sketch files in LaTeX sources.
License type: gpl
Announcement text:
----------------------------------------------------------------------
The ESK package allows to encapsulate Sketch files in LaTeX sources.
This is very useful for keeping illustrations in sync with
the text. It also frees the user from inventing descriptive
names for new files that fit into the confines of file
system conventions. Sketch is a 3D scene description
language by Eugene K. Ressler and can generate TikZ and
PSTricks code. ESK behaves similar to EMP which encapsulates
Metapost files and is in fact originated in it.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/esk/
. More information is at
http://tug.ctan.org/info/?id=esk
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
This should be at your local mirror within a day.
Jim Hef{}feron
Saint Michael's College
..........................................................................
The following information was provided by our fellow contributor:
Name of contribution: arrayjobx
Version number: 1.04
Author's name: Michael Sharpe
Location on CTAN: /macros/generic/arrayjobx
Summary description: Replacement for the arrayjob package
License type: lppl
Announcement text:
----------------------------------------------------------------------
An update of the arrayjob package, now called arrayjobx, which no longer
conflicts with the usage of array in array and tabular environments.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/macros/generic/arrayjobx
. More information is at
http://tug.ctan.org/pkg/arrayjobx
(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 should be at your local mirror within a day.
Jim Hef{}feron
Saint Michael's College
....................................................................
The following information was provided by our fellow contributor:
Name of contribution: Asymptote
Version number: 1.94
Author's name: John Bowman
Summary description: 2D & 3D TeX-Aware Vector Graphics Language
License type: lgpl
Announcement text:
----------------------------------------------------------------------
Work arounds for MSWindows registry problems and obsolete
runtime libraries were implemented. The SimpleHead arrowhead
was fixed. Additional matrix routines and casts were
implemented. The pair dir(path, path) routine now returns a
unit vector. Variable conflicts coming from the contour
module were addressed. A RadialShadeDraw filltype was
implemented. A guide bug was fixed. Redundant mismatched
version warnings are avoided. Support for fitting one 3D
picture within another was added. The documentation was updated.
----------------------------------------------------------------------
This package is located at
http://tug.ctan.org/tex-archive/graphics/asymptots
. More information is at
http://tug.ctan.org/pkg/asymptote
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .