the daemon continues to keep me busy...
> The following information was provided by the package's contributor.
>
> Name of contribution: l3kernel
> Author's name: The LaTeX3 Project
> Author's email: latex-team(a)latex-project.org
> Location on CTAN: /macros/latex/contrib/l3kernel
> Summary description: LaTeX3 programming conventions
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> SVN 2453 (bug fix):
> - Corrects issue with l3keys, where l_keys_choice_int was
> not correctly defined
> (see http://tex.stackexchange.com/questions/20032/)
thanks for the upload; i've installed the fixed version and tweaked the
catalogue repository.
> Users may view the package catalogue entry at
> http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/l3kernel.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/l3kernel/
as always, the micro-change to the catalogue file may not appear until
some time tonight.
Robin Fairbairns
For the CTAN team
the daemon's been busy (and so have i):
> The following information was provided by the package's contributor.
>
> Name of contribution: l3kernel, l3packages, l3experimental
> Author's name: The LaTeX3 Project
> Author's email: latex-team(a)latex-project.org
> Location on CTAN: /macros/latex/contrib/l3kernel
> /macros/latex/contrib/l3packages
> /macros/latex/contrib/l3experimental
> Summary description: LaTeX3 programming conventions
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------
> ----------------------------------------------------------------
> LaTeX3 coding and concepts as LaTeX2e packages
> ----------------------------------------------------------------
>
> As work continues toward LaTeX3, a number of programming
> conventions and higher-level ideas are being developed by The
> LaTeX3 Project. These are designed to be available as LaTeX2e
> packages, meaning that they can be used now by both developers
> and day-to-day LaTeX users.
>
> The material released to CTAN is currently divided into three
> parts:
> - l3kernel: code which will be present in a LaTeX3 kernel in
> its current form. Currently, this part contains the coding
> layer for LaTeX3 ('expl3').
> - l3packages: code which is broadly 'stable', and which adds
> new functionality to LaTeX2e. Material from l3packages may be
> present in a LaTeX3 kernel, but the interfaces may change.
> - l3experimental: code which is more experimental, and which is
> intended mainly for testing by interested users. Over time,
> material from this area may move to one of the other two
> divisions.
>
> ----------------------------------------------------------------
> This release (SVN 2448)
> ----------------------------------------------------------------
>
> This release is a major overhaul of the CTAN release of the
> LaTeX3 development code. As described above, the arrangement of
> the code on CTAN has been altered, with material which was
> previously available as 'l3in2e' moving broadly to 'l3kernel'
> while 'xpackages' has been split into 'l3packages' and
> 'l3experimental'. This arrangement has been adopted to make the
> status of the different parts of LaTeX3 clearer, and also means
> that the CTAN structure now aligns with that off the development
> repository.
>
> As part of the code rearrangement, the status of all of the
> LaTeX3 modules has been reviewed. A small number of modules have
> been removed from the CTAN release as a result, as they are not
> currently suitable for general use in their current form. At the
> same time, the xfrac package has been integrated into the main
> LaTeX3 release. This will allow the team as a whole to keep
> xfrac up to date with any changes to the 'template' concept.
>
> The code and documentation for the 'expl3' programming layer has
> been reviewed, and this release features a range of performance
> enhancements. At the same time, several inexact sections in the
> documentation have been revised to make the detailed behaviour
> of the code clearer, and with more attention to covering edge
> cases. At the same time, a number of functions have been renamed
> or removed from the code. Notification of these changes has
> already been given on the LaTeX-L list. While the team hopes
> that these changes will not break any existing code, developers
> using LaTeX3 for programming should of course test their code
> against the new release.
>
> ----------------------------------------------------------------
> Discussion
> ----------------------------------------------------------------
>
> Discussion concerning the approach, suggestions for
> improvements, changes, additions, etc. should be addressed to
> the list LaTeX-L.
>
> You can subscribe to this list by sending mail to
>
> listserv(a)urz.uni-heidelberg.de
>
> with the body containing
>
> subscribe LaTeX-L <Your-First-Name> <Your-Second-Name>
>
> ----------------------------------------------------------------
> Bugs
> ----------------------------------------------------------------
>
> The issue tracker for LaTeX3 bugs is currently located at
>
> https://github.com/latex3/svn-mirror/issues
>
> Please report specific issues with LaTeX3 code there. More
> general discussion should be directed to the LaTeX-L lists.
>
> ----------------------------------------------------------------
> The LaTeX3 Project
> ----------------------------------------------------------------------
>
> Users may view the package catalogue entries at
> http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/l3kernel.html
> http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/l3packages.html
> http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/l3experimental.html
> or they may browse the package directories at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/l3kernel/
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/l3packages/
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/l3kernel/
The catalogue entries will first appear, on the web, overnight tonight.
Robin Fairbairns
For the CTAN team
On Fri, 3 Jun 2011 Sven van der Meer submitted an update to the
skb
package.
Summary description: Create and maintain a repository for long-living documents
License type: lppl
Announcement text:
----------------------------------------------------------------------
This package provides macros that help to build a document repository for
long living documents. It focuses on structure and re-use of text, code,
figures etc. The basic concept is to first separate structure from content
(i.e. text about a topic from the structure it is presented by) and then
separating the content from the actual published document, thus enabling
easy re-use of text blocks in different publications (i.e. text about a
protocol in a short article about this protocol as well as in a book about
many protocols); all without constantly copying or changing text. As a side
effect, using the document classes provided, it hides a lot of LaTeX from
someone who just wants to write articles and books.
Updates in v0.52: added moderncv to the supported classes, changed package
structure to be compliant with CTAN requirements and added information in
the README file.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/skb/
. More information is at
http://www.ctan.org/pkg/skb
(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
just as i was going to bed last night, the daemon crept out of his
hole. i was dog-tired, so i left installation until now...
> The following information was provided by the package's contributor.
>
> Name of contribution: mbenotes
> Author's name: Matthias Borck-Elsner
> Author's email: matthias(a)kleinesnetzwerk.net
> Location on CTAN: macros/latex/contrib/mbenotes/
> Summary description: notes in texts,tables,images,equations
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Update of mbenotes. Notes in texts,tables,images,equations
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/mbenotes.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mbenotes/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
On Thu, 2 Jun 2011 H.-Martin Münch submitted an update to the
thumbs
package.
Summary description: This package allows to create one or more customizable
thumb index(es), providing a quick and easy reference methode for large
documents.
License type: lppl
Announcement text:
----------------------------------------------------------------------
New possible value autoauto (not default!) for option width, setting the thumb marks width to
fit the widest thumb mark text.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/thumbs/
. More information is at
http://www.ctan.org/pkg/thumbs
(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, 2 Jun 2011 H.-Martin Münch submitted an update to the
papermas
package.
Summary description: This package allows to compute the number of sheets of
paper needed to print a document as well as the mass of that printed version of
the document, useful e. g. when sending it by mail to determine the postage.
License type: lppl
Announcement text:
----------------------------------------------------------------------
Reduced the number of needed counters by 5 (using the intcalc package).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/papermas/
. More information is at
http://www.ctan.org/pkg/papermas
(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
i had almost forgotten the daemon existed, when he popped up and cried:
> The following information was provided by the package's contributor.
>
> Name of contribution: pgfopts
> Author's name: Joseph Wright
> Location on CTAN: /macros/latex/contrib/pgfopts
> Summary description: LaTeX package options with pgfkeys
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> v2.1:
> - Allow for .unknown handler for class options
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/pgfopts.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/pgfopts/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
On Tue, 31 May 2011 Uwe Lück submitted an update to the
ifnextok
package.
Summary description: make commands not skipping spaces
License type: lppl
Announcement text:
----------------------------------------------------------------------
v0.2 provides MakeNotSkipping<target>{<on-space>}
modifying a given document-level command <target>,
based on IfNextSpace{<if>}{<else>},
actually addressing what the abstract of ifnextok.pdf
has promised so far (including active double quote);
maybe rather showing problems than being
practically useful (as opposed to package options
useful for end-users)
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/ifnextok
. More information is at
http://www.ctan.org/pkg/ifnextok
(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, 27 May 2011 John Bowman submitted an update to the
asymptote
package.
Summary description: 2D & 3D TeX-aware vector graphics language
License type: lgpl
Announcement text:
----------------------------------------------------------------------
PRC vertex-shading for straight patches was implemented. A general image routine
that uses a pen function of two INT parameters was implemented. A 3D pixel
routine was added. A temporary expression is now used to avoid side effects in
self operators. Keyword-only function arguments were implemented. The sizing
routines were recoded. Bugs in drawline and geometry were fixed. The geometry
module no longer overloads the built-in circle and ellipse functions. PDF TeX
engines are now supported in xasy. Directory prefixes are no longer stripped
from .js and .prc file names. The TeXShop instructions were updated. The
asymptote.sty LaTeX style file was updated to allow leading spaces before
end{asy} and to introduce a keepAspect keyval option. Segmentation faults were
fixed. Unwanted state-dependency was removed from the startTrembling function
of the contributed trembling module by introducing a tremble structure
(backwards incompatible change); see the example floatingdis!
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/asymptote
. More information is at
http://www.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 .
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
On Thu, 26 May 2011 H.-Martin Münch submitted an update to the
thumbs
package.
Summary description: Bug fix
License type: lppl
Announcement text:
----------------------------------------------------------------------
Bug fix:
labels or index or glossary entries were gobbled for the thumb marks overview
page, but gobbling leaked to the rest of the document; fixed.
New option draft for the thumbs package.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/thumbs/
. More information is at
http://www.ctan.org/pkg/thumbs
(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 said, just as i left work:
> The following information was provided by the package's contributor.
>
> Name of contribution: toptesi
> Author's name: Claudio Beccari
> Location on CTAN: macros/latex/contrib/toptesi
> Summary description: A complete package for bachelor, master and PhD
> theses with a multilingual approach
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> The package has been upgraded to version 5.5; some auxiliary packages
> contents have been included into the main extension file and the
> various university logos have been eliminated in order to avoid legal
> questions with their owners.
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/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
the daemon tells us:
> The following information was provided by the package's contributor.
>
> Name of contribution: xpdfopen 0.82
> Author's name: Jim Diamond
> Location on CTAN: /support/xpdfopen
> Summary description: Add version number information to programs, improve man page.
> License type: other-free
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> xpdfopen provides pdfopen and pdfclose programs for X11 systems (at
> least GNU/Linux). This version adds version information to the
> programs and a considerably improved man page.
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/xpdfopen.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/support/xpdfopen/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
the daemon wrote:
> The following information was provided by the package's contributor.
>
> Name of contribution: siunitx
> Author's name: Joseph Wright
> 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:
> ----------------------------------------------------------------------
> v2.2f:
> - Fix bug when setting table-column-width = 0 pt
> ----------------------------------------------------------------------
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/siunitx.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/siunitx/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
the daemon, having slumbered all day when i was at work, now wakes up
and says:
> ======================================================================
>
> The following information was provided by the package's contributor.
>
> Name of contribution: Version 2.2 of Getting up and running with AMS-LaTeX
> Author's name: Philip S. Hirschhorn
> Location on CTAN: info/amslatex/primer
> Summary description: A primer on using AMS-LaTeX
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> An improved version of a primer on using AMS-LaTeX. This version
> contains an enlarged section describing how to draw commutative
> diagrams using Xy-pic and a more thorough description of the
> environments for displayed mathematics.
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/amslatex-primer.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/info/amslatex/primer/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
On Mon, 23 May 2011 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.2:
- added pdftooltip which allows annotating objects with tooltips
- allow setting of disable globally
pdfcommentsetup{disable} + pdfcomment[disable=false]{comment}
=> will enable this single PDF annotation
feature request by: Zvi Gilboa
- added option printSOfinal
printSOfinal=false will not typeset the markup text in a StrikeOut annotation
if the option final or disable is used!
feature request by: Marcel Dausend
- revised documentation
added information about escape commands in pdfstringdef
used for conversion of comments to PDFDocEncoding/PDFUnicode
feature request by: Max Funk
----------------------------------------------------------------------
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 Mon, 23 May 2011 Uwe Lück submitted the
ifnextok
package.
Summary description: replacing @ifnextchar so `\ [' prints `[' in new line etc.
License type: lppl
Announcement text:
----------------------------------------------------------------------
`ifnextok' deals with the behavior of LaTeX's internal
`@ifnextchar' to skip blank spaces. This sometimes has surprising
or for some users really unwanted effects, especially with
brackets following ` where the user does not intend to specify
an optional argument, rather wants that brackets are printed.
The package offers commands and options for modifying this
behavior, maybe limited to certain parts of the document source.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/ifnextok
. More information is at
http://www.ctan.org/pkg/ifnextok
(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
there's me, innocently reading and eating my lunch, and the daemon says:
> The following information was provided by the package's contributor.
>
> Name of contribution: siunitx
> Author's name: Joseph Wright
> 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:
> ----------------------------------------------------------------------
> v2.2e:
> - Fix misinterpretation of complex numbers with no real part
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/siunitx.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/latex/contrib/siunitx/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
this effusion from the daemon also failed to wake me:
> The following information was provided by the package's contributor.
>
> Name of contribution: pst-layout
> Author's name: Michael Sharpe
> Location on CTAN: graphics/pstricks/contrib/
> Summary description: Page layout macros based on pstricks packages
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Macros based on pstricks packages for preparing quasi-tabular material such
> as menu pages, musical program pages, business cards, brochure pages etc.
> No expertize in pstricks is required for basic usage.
thanks for the upload; i have installed it and made a new entry in the
catalogue repository.
> Users may view the package catalogue entry at
> http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/pst-layout.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/graphics/pstricks/contrib/
The catalogue entry will first appear on the web overnight tonight.
Robin Fairbairns
For the CTAN team
the daemon burbled (but failed to wake me up):
> The following information was provided by the package's contributor.
>
> Name of contribution: Version 2.4 of the exam document class
> Author's name: Philip Hirschhorn
> Location on CTAN: /tex-archive/macros/latex/contrib/exam
> Summary description: A document class for preparing exams
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Version 2.4 of the exam document class.
>
> Some new possibilities for grade tables, multiple choice questions,
> blank space for answers, and ways to escape the indentation, along
> with various minor improvements and bug fixes.
> ----------------------------------------------------------------------
>
> Users may view the package catalogue entry at
> http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/exam.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/tex-archive/macros/latex/contrib/exam/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
Alberto Simões wrote:
> After four years (?) I finally managed to get some time and update the
> Portuguese translation of lshort.
>
> I uploaded to /incoping/pt-lshort-5.01.0/ the PDF files.
thanks for the upload; i've finally installed it (after a bit of an
inescapable hiatus), and updated the catalogue respository.
Users may view the package's catalogue entry at
http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/lshort-portuguese.h…
or browse the package's directory at
http://www.tex.ac.uk/tex-archive/info/lshort/portuguese/
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
i was on my way to bed when the daemon said:
> Name of contribution: musixtex-1.15 (packaged 2011-05-21)
> Author's name: Bob Tennent
> Location on CTAN: macros/musixtex
> Summary description: Sophisticatex music typesetting using TeX
> License type: gpl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Augmented the musixtex.lua script to allow multiple filenames, and
> added -l (latex) and -f (default) options.
thanks for the upload; i've installed the new version and tweaked the
catalogue entry.
> Users may view the package catalogue entry at
> http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/musixtex.html
> or they may browse the package directory at
> http://www.tex.ac.uk/tex-archive/macros/musixtex
The catalogue entry will change (somewhat) overnight tonight.
Robin Fairbairns
For the CTAN team
On Sat, 21 May 2011 Zoran Filipovic submitted the
serbian-lig
package.
Summary description: This package disables ligatures for some serbian words in latin scripts
License type: gpl
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/serbian-lig
. More information is at
http://www.ctan.org/pkg/serbian-lig
(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, 21 May 2011 Zoran Filipovic submitted an update to the
eqell
package.
Summary description: This package produce very nice punctuation marks
License type: gpl
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/eqell
. More information is at
http://www.ctan.org/pkg/eqell
(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, 20 May 2011 H.-Martin Münch submitted an update to the
thumbs
package.
License type: lppl
Announcement text:
----------------------------------------------------------------------
CTAN update:
- Bug fix for thumbs: Missing (second) advance h@mbheighty- h@mbsdistance could cause an endless loop.
- More information about thumb marks/margins dimensions (in verbose mode).
- Change in used packages.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/thumbs/
. More information is at
http://www.ctan.org/pkg/thumbs
(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, 19 May 2011, Kirill Müller submitted an update to the
excel2latex
package.
Summary description: Convert Excel spreadsheets to LaTeX tables.
License type: lppl
Announcement text:
----------------------------------------------------------------------
This update fixes compatibility with Office Mac and earlier versions of Office for Windows. It also includes some very minor bug fixes and updates.
----------------------------------------------------------------------
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