Omar Abdool submitted an update to the
turabian-formatting
package.
Version: 2016-02-27
License: lppl1.3
Summary description: Formatting based on Turabian's Manual
Announcement text:
----------------------------------------------------------------------
The turabian-formatting package provides Chicago-style formatting
based on Kate L. Turabian's A Manual for Writers of Research Papers,
Theses, and Dissertations: Chicago Style for Students and Researchers
(8th edition).
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/turabian-formatting
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/turabian-formatting/
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Joseph Wright submitted the
tex-ini-files
package.
Version number: 2016-02-27
License type: pd
Summary description: Model TeX format creation files
Announcement text:
----------------------------------------------------------------------
tex-ini-files
=============
This bundle provides a collection of model .ini files for creating TeX
formats. These files are commonly used to introduced
distribution-dependent variations in formats. They are also used to
allow existing format source files to be used with newer engines, for
example to adapt the plain e-TeX source file to work with XeTeX and
LuaTeX.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/generic/tex-ini-files
More information is at
http://www.ctan.org/pkg/tex-ini-files
We are supported by the TeX user groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
Maïeul Rouquette submitted an update to the
biblatex-realauthor
package.
Version: 2.2.1 2016-02-28
License: lppl1.3
Summary description: Indicate the real author of a work
Announcement text:
----------------------------------------------------------------------
Correct description of datamodel specification about which
entrytype can have a realauthor field.
This bug fix only concerns the use of --validate_datamodel of biber.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/biblatex-realauthor
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-reala…
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Dr. Christian Hupfer submitted an update to the
xassoccnt
package.
Version number: 0.5 2016-02-27
License type: lppl1.3
Summary description: Associated counters stepping simultaneously
Announcement text:
----------------------------------------------------------------------
Improved the backup/restore features of the code and introduced an
experimental support for coupled counters.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/xassoccnt
More information is at
http://www.ctan.org/pkg/xassoccnt
We are supported by the TeX User Groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
Richard Gay submitted an update to the
asciilist
package.
Version number: 2.0a
License type: lppl1.2
Summary description: Environments AsciiList and AsciiDocList for
prototyping nested lists in LaTeX.
Announcement text:
----------------------------------------------------------------------
This version fixes a bug in v2.0 that yielded a line break at the
beginning of an AsciiList or AsciiDocList environment, which is
undesirable when the environment is used for inline lists (like
inparablank of the paralist package or enumerate* of the enumitem
package).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/asciilist
More information is at
http://www.ctan.org/pkg/asciilist
We are supported by the TeX User Groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
Maïeul Rouquette submitted an update to the
reledmac
package.
Version: 2.8.2 2016-02-27
License: lppl1.3
Summary description: Typeset scholarly editions
Announcement text:
----------------------------------------------------------------------
- Fix bug concerning indent in a paragraph immediatly following a
sectioning command (bug NOT fixed on reledpar)
- Fix bug with AtEveryPstart added in version 2.0.0.
- Fix bug with vertical space after between sectioning command
as optional argument of a pstart and pstart content.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/reledmac
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/reledmac/
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Bob Tennent submitted an update to the
cabin
package.
Version: 2016-02-26
License: ofl
Summary description: A humanist Sans Serif font, with LaTeX support
Announcement text:
----------------------------------------------------------------------
scale/scaled options now work for CabinCondensed
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/cabin
The package's files themselves can be inspected at
http://mirror.ctan.org/fonts/cabin/
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Alexander Grahn submitted the
xsavebox
package.
Version number: 0.1 2016-02-13
License type: lppl1.3
Summary description: Saveboxes for repeating content without code
replication, based on PDF Form XObjects
Announcement text:
----------------------------------------------------------------------
This package defines commands for saving content that can be repeatedly
placed into the document without replicating DVI/PDF code in the output
file, allowing for smaller file size of the final PDF and improved
content caching for faster display in certain PDF viewers. The method
makes use of `Form XObjects' defined in the PDF specification.
The user commands are modelled after the standard LaTeX commands
savebox, sbox, usebox and the `lrbox' environment.
All common TeX engines and back-ends are supported:
* pdfLaTeX, LuaLaTeX
* LaTeX --> dvips --> ps2pdf/Distiller
* (Xe)LaTeX --> (x)dvipdfmx
The user commands are:
* content saving:
xsavebox{<name>}[<width>][<position>]{...}
xsavebox*{<name>}[<width>][<position>]{...}
xsbox{<name>}{...}
egin{xlrbox}{<name>}...end{xlrbox}
egin{xlrbox*}{<name>}...end{xlrbox*}
<name> is an identifier (not a command!) composed of arbitrary
non-active characters, including spaces and numbers. A command for
declaration of <name> does not exist.
Starred `*' variants allow for colour injection (pdfLaTeX/LuaLaTeX
only).
* content insertion (referencing):
xusebox{<name>}
he<name>
The second, short form is useable if <name> is composed of
[a-zA-Z].
The package was written in the LaTeX3 syntax.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/xsavebox
More information is at
http://www.ctan.org/pkg/xsavebox
We are supported by the TeX user groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
John Collins submitted an update to the
latexmk
package.
Version: 4.44 2016-01-24
License: gpl2
Summary description: Fully automated LaTeX document generation
Announcement text:
----------------------------------------------------------------------
Correct error handling when biber finds a malformed .bcf file.
Correct bug in use of %hash_calc_ignore_pattern.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/latexmk
The package's files themselves can be inspected at
http://mirror.ctan.org/support/latexmk/
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Bob Tennent submitted an update to the
musixtex
package.
Version number: 1.22 2016-02-25
License type: gpl2
Summary description: Sophisticated music typesetting
Announcement text:
----------------------------------------------------------------------
Adjustments to pdlud dimensions.
Special treatment for c after t1enc.def.
Many minor changes to font definitions and libraries.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/musixtex
More information is at
http://www.ctan.org/pkg/musixtex
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
Didier Remy submitted the
mathpartir
package.
Version number: 1.3.2
License type: gpl2
Summary description: Typesetting sequences of math formulas, e.g. type
inference rules
Announcement text:
----------------------------------------------------------------------
The package mathpartir provides macros for typesetting math formulas in
mixed horizontal and vertical mode, automatically as best fit. It
provides an environment mathpar that behaves much as a loose centered
paragraph where words are math formulas and spaces between them are
larger and adjustable. It also provides a macro inferrule for
typeseting fractions where both the numerator and denominator may be
sequences of formulas that will be also typeset in similar way. It can
typically be used for typeseting sets of type inference rules or typing
derivations.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/mathpartir
More information is at
http://www.ctan.org/pkg/mathpartir
We are supported by the TeX user groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
Martin Sievers submitted an update to the
emisa
package.
Version number: 2.0.1
License type: lppl1.3
Summary description: A LaTeX package for preparing manuscripts for the
journal EMISA
Announcement text:
----------------------------------------------------------------------
Changes since version 2.0
– Set uniquelist option to false in order to change the cite output
– Changed maxcitenames=3 to maxcitenames=2
– Added FloatBarrier from the placeins package at the end of the
appendix – Added tracking (5%) for smallcaps
– Moved special issue title below title in page header
– Modified insertion of license text
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/emisa
More information is at
http://www.ctan.org/pkg/emisa
We are supported by the TeX User Groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
Javier Bezos submitted an update to the
babel
package.
Version number: 3.9q
License type: lppl1.3
Summary description: Multilingual support for Plain TeX or LaTeX
Announcement text:
----------------------------------------------------------------------
The patterns loader for luatex has been thoroughly revised.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/required/babel/base
More information is at
http://www.ctan.org/pkg/babel
We are supported by the TeX User Groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
VÃt Novotný submitted an update to the
fithesis
package.
Version: 0.3.34 2016-02-24
License: lppl1.3
Summary description: Thesis class and template for Masaryk University (Brno, Czech Republic)
Announcement text:
----------------------------------------------------------------------
ef6047e Added visual tests of output PDFs. The `test/` directory
now also uses the `university/faculty` path scheme employed by the
rest of the package.
60321f1 Fixed faulty texindy options in `example/mu/Makefile`.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/fithesis
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/fithesis/
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
VÃt Novotný submitted an update to the
fibeamer
package.
Version: 1.1.3 2016-02-24
License: lppl1.3
Summary description: Beamer theme for thesis defense presentations
at Masaryk University (Brno, Czech Republic)
Announcement text:
----------------------------------------------------------------------
543e4fb Added visual tests for output PDFs.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/fibeamer
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/beamer-contrib/fibeamer/
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Eimantas Gumbakis submitted an update to the
ejpecp
package.
Version number: 1.3
License type: lppl1.2
Summary description: Class for EJP and ECP
Announcement text:
----------------------------------------------------------------------
v1.3 Updated journal URLs and DOI output format.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/ejpecp
More information is at
http://www.ctan.org/pkg/ejpecp
We are supported by the TeX user groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
Maïeul Rouquette submitted an update to the
biblatex-bookinarticle
package.
Version: 1.3.1 2016-02-24
License: lppl1.3
Summary description: Manage book edited in article
Announcement text:
----------------------------------------------------------------------
Fix bug added in v.1.3.0 which made some fields disappear, even for
standard types.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/biblatex-bookinarticle
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-booki…
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Maïeul Rouquette submitted an update to the
reledmac
package.
Version number: 2.8.1
License type: lppl1.3
Summary description: Typeset scholarly editions
Announcement text:
----------------------------------------------------------------------
This release fix parsability by latexmk of reledmac message error on
undefined label.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/reledmac
More information is at
http://www.ctan.org/pkg/reledmac
We are supported by the TeX user groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
Don Simons submitted an update to the
pmx
package.
Version number: 2.74 2016-02-20
License type: gpl2
Summary description: Preprocessor for MusiXTeX
Announcement text:
----------------------------------------------------------------------
Changes:
Enabled staff-crossing chords with single stems, as ordinary beams,
and as beamed xtuplets.
Allow in lyrics string, for umlaut
Fix bug in scor2prt that was causing crashes when last line started
with %
Enable note option Lx to lengthen a stem by x internotes
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/pmx
More information is at
http://www.ctan.org/pkg/pmx
We are supported by the TeX user groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
Axel Sommerfeldt submitted an update to the
caption
package.
Version number: 2016-02-21
License type: lppl1.3
Summary description: Customising captions in floating environments
Announcement text:
----------------------------------------------------------------------
This is a bugfix release. Resolved tickets:
- Ticket #20 The combination of phantomsubcaption and label will
produce an unwanted space
- Ticket #33 Error while including subcaption package (arabtex)
- Ticket #35 caption package not compatible with threeparttablex
package?
See https://sourceforge.net/p/latex-caption/tickets/ for details.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/caption
More information is at
http://www.ctan.org/pkg/caption
We are supported by the TeX user groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
Takayuki Yato submitted an update to the
BXjscls
package.
Version number: 1.1a
License type: bsd2
Summary description: Japanese document class collection for all major
engines
Announcement text:
----------------------------------------------------------------------
- Added Pandoc mode
- Added subtitle command
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/language/japanese/BX/bxjscls
More information is at
http://www.ctan.org/pkg/BXjscls
We are supported by the TeX user groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
Sašo Živanović submitted an update to the
forest
package.
Version: 2.0.1 2016-02-20
License: lppl1.3
Summary description: Drawing (linguistic) trees
Announcement text:
----------------------------------------------------------------------
This patch release fixes some minor bugs and offers some minor
improvements. But, most importantly, it fixes the release date typo!
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/forest
The package's files themselves can be inspected at
http://mirror.ctan.org/graphics/pgf/contrib/forest/
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Bob Tennent submitted an update to the
crimson
package.
Version number: 2016-02-19
License type: ofl
Summary description: Crimson fonts with LaTeX support
Announcement text:
----------------------------------------------------------------------
Replaced proportional figures by tablular figures in Type 1 support.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/crimson
More information is at
http://www.ctan.org/pkg/crimson
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun