Jean-François Burnol submitted an update to the
xint
package.
Version number: 1.1 2014/10/28
License type: lppl1.3
Summary description: Expandable operations on long numbers
Announcement text:
----------------------------------------------------------------------
xint 1.1 has some bug fixes, a few breaking changes, and many
extensions to xintexpr. See CHANGES.pdf or CHANGES.html for details.
The documentation has been completely revamped. The source code is
separately available as sourcexint.pdf.
Package xintcore is split-off from xint taking with it all the basic
arithmetic. This way, my other package bnumexpr has minimal overhead.
Neither xint nor xintfrac load xinttools anymore, only xintexpr does.
xintthefloatexpr add(x^15,x=[1..10]/13)
elax
xinttheiiexpr seq(seq(i^2+j^2, i=1..j),j=1..30)
elax % nesting
xinttheexpr seq(x^2+x+1, x=1..10, 20..30, 40..50)
elax
xinttheexpr 37*[15..[-2]..-13]^3
elax % itemwise operations
xinttheexpr add(x^3, x = [89..120,150..200][15:-15])
elax % slicing
First Fibonacci number at least 2^64 and its index
xinttheiiexpr iter(0,1; (@1>=2^64)?{break(i)}{@2+@1}, i=1++)
elax
Euclide Algorithm
ewcommandGCD [2]
{xinttheiiexpr rrseq(#1,#2; (@1=0)?{abort}{@2/:@1}, i=1++)
elax }
One last: (ok, this one looks a bit scary).
ewcommandFactors [1]{xinttheiiexpr
subs(seq((i/:3=2)?{omit}{[L][i]},i=1..([L][0])), % [L][0]= # of items
L=rseq(#1;([@][1]<=1)?{abort}{(([@][1])/:p)?{omit}
{iter(([@][1])//p; (@/:p)?{break((@,p,e))}{@//p},e=1++)}},p=2++))
elax }
Factors {41^4*59^2*29^3*13^5*17^8*29^2*59^4*37^6} produces
16246355912554185673266068721806243461403654781833, 13, 5, 17, 8, 29, 5,
37, 6, 41, 4, 59, 6
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/generic/xint/
More information is at
http://www.ctan.org/pkg/xint
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
Petra Rübe-Pugliese
Maïeul Rouquette submitted an update to the
biblatex-anonymous
package.
Version number: 2.0.0
License type: lppl1.3
Summary description: HASH(0x3d52790)
Announcement text:
----------------------------------------------------------------------
This release simplify code. It makes the anonymous sorting obsolete :
normal sorting will put the anonymous work at the begining.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-anony…
More information is at
http://www.ctan.org/pkg/biblatex-anonymous
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
Manfred Lotz
Donald P. Goodman submitted an update to the
basicarith
package.
Version number: 1.1
License type: lppl1.3
Summary description: Macros for typesetting basic arithmetic.
Announcement text:
----------------------------------------------------------------------
Fixed a problem with the styling macros (specifically, digstyle) which
broke when using macros rather than simple characters.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/basicarith
More information is at
http://www.ctan.org/pkg/basicarith
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
Manfred Lotz
Maïeul Rouquette submitted an update to the
eledmac
package.
Version number: 1.14.0
License type: lppl1.3
Summary description: Typeset scholarly editions.
Announcement text:
----------------------------------------------------------------------
This release :
- adds compatibility of edindex with the use of both memoir class and
imakeidx package
- fixes bug when use multiple series of endnotes.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/eledmac
More information is at
http://www.ctan.org/pkg/eledmac
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
Manfred Lotz
Tim Arnold submitted an update to the
statrep
package.
Version number: 1.05
License type: lppl1.3
Summary description: Displays SAS code and results of running the code
Announcement text:
----------------------------------------------------------------------
New support for SAS-generated LaTeX output.
Added corresponding SAS program to generate ODS tagset.
Documentation updates and reorganization.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/statrep/
More information is at
http://www.ctan.org/pkg/statrep
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
Petra Rübe-Pugliese
Maïeul Rouquette submitted an update to the
biblatex-realauthor
package.
Version number: 2.0.0
License type: lppl1.3
Summary description: Realauthor as label
Announcement text:
----------------------------------------------------------------------
This release makes realauthor to be a label name, if an author
field is not defined.
That makes the sorting scheme anonymous+realauthor obsolete.
This release also adds the printing of the realauthor name in
the short forms of an entry (verbose-trad2 style, for example)
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-reala…
More information is at
http://www.ctan.org/pkg/biblatex-realauthor
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
Petra Rübe-Pugliese
Florêncio Neves submitted an update to the
tikz-cd
package.
Version number: 0.9d
License type: gpl3
Summary description: Create commutative diagrams with TikZ
Announcement text:
----------------------------------------------------------------------
This version fixes an incompatibility with the tikz library `babel'.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/tikz-cd
More information is at
http://www.ctan.org/pkg/tikz-cd
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
Manfred Lotz
Michiel Helvensteijn submitted an update to the
pkgloader
package.
Version number: 0.4.1
License type: lppl1.3
Summary description: Managing the options and loading order of other packages
Announcement text:
----------------------------------------------------------------------
This release integrates a number of new package loading rules
contributed by the community.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/pkgloader/
More information is at
http://www.ctan.org/pkg/pkgloader
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
Petra Rübe-Pugliese
Herbert Voß submitted an update to the
pstricks-base
package.
Version number: 2.60
License type: lppl1.3
Summary description: PostScript macros for TeX
Announcement text:
----------------------------------------------------------------------
2.60 2014-10-25 - make it compatible for ConTeXt
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pstricks/base/
More information is at
http://www.ctan.org/pkg/pstricks-base
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
Petra Rübe-Pugliese
Henrik Skov Midtiby submitted an update to the
todonotes
package.
Version number: 1.0.3
License type: lppl
Summary description: Marking things to do in a LaTeX document.
Announcement text:
----------------------------------------------------------------------
Added the option figcolor to missing figure, patch by Pascal Hebbeker.
Added Croatian translation by Ican Kokan.
Changed default with of missingfigure.
Removed some underfull box warnings, solution by Ernst Blecha.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/todonotes
More information is at
http://www.ctan.org/pkg/todonotes
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
Manfred Lotz
Maïeul Rouquette submitted an update to the
tlg2latex
package.
Version number: 2.6.0
License type: gpl3
Summary description: Prepare LaTeX from the Thesaurus Linguae Graecae.
Announcement text:
----------------------------------------------------------------------
Allow ἴνα ellipsis as ἴν’
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/tlg2latex
More information is at
http://www.ctan.org/pkg/tlg2latex
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
Manfred Lotz
Boris Veytsman submitted an update to the
afparticle
package.
Version number: 1.2
License type: lppl1.3
Summary description: Typesetting articles for Archives of
Forensic Psychology
Announcement text:
----------------------------------------------------------------------
This package provides a class for typesetting articles for
the open access journal Archives of Forensic Psychology,
http://www.archivesofforensicpsychology.com.
Changes:
v1.1 Suppressed hyphenation
v1.2 Corrected typos in the masthead
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/afparticle/
More information is at
http://www.ctan.org/pkg/afparticle
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
Petra Rübe-Pugliese
Maïeul Rouquette submitted an update to the
biblatex-manuscripts-philology
package.
Version number: 1.6.1
License type: lppl1.3
Summary description: Abbreviation dot in dating field
Announcement text:
----------------------------------------------------------------------
Add isdot after each printing of the dating field, to allow
to use abbreviations with a dot like c. without adding an
uppercase after it. Consequently, isdot is deleted from
datingpagespunct.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-manus…
More information is at
http://www.ctan.org/pkg/biblatex-manuscripts-philology
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
Petra Rübe-Pugliese
Paul Pichaureau submitted an update to the
exercise
package.
Version number: 1.6
License type: gpl3
Summary description: A package to typeset exercises, problems,
etc. and their answers.
Announcement text:
----------------------------------------------------------------------
v1.6 2014-10-20:
Added AtBeginExercise and AddBeginAnswer.
Portuguese translation fixed.
Russian translation added.
Added AnswerSkipBefore and AnswerSkipAfter.
Bugs corrected, in particular on the typeset of Answer.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/exercise/
More information is at
http://www.ctan.org/pkg/exercise
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
Petra Rübe-Pugliese
Günter Milde submitted an update to the
babel-greek
package.
Version number: 1.9c
License type: lppl1.3
Summary description: Babel support for documents written in Greek
Announcement text:
----------------------------------------------------------------------
Fix dummy hyphenation language names (patch Ulrike Fischer).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/babel-contrib/greek/
More information is at
http://www.ctan.org/pkg/babel-greek
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
Petra Rübe-Pugliese
Maïeul Rouquette submitted an update to the
eledmac
package.
Version number: 1.13.4
License type: lppl1.3
Summary description: edindex+memoir
Announcement text:
----------------------------------------------------------------------
This release fixes a bug with edindex when using memoir BUT
NOT hyperref.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/eledmac/
More information is at
http://www.ctan.org/pkg/eledmac
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
Petra Rübe-Pugliese
Igor A. Kotelnikov submitted an update to the
babel-russian
package.
Version number: 1.3f
License type: lppl1.3
Summary description: Russian language module for Babel.
Announcement text:
----------------------------------------------------------------------
* A documentation file russianb.pdf can now be generated by running
pdflatex.exe over russianb.dtx although xelatex.exe is still
recommended.
* russianb.ins was missed in version 1.3e.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/babel-contrib/russian
More information is at
http://www.ctan.org/pkg/babel-russian
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
Manfred Lotz
Donald P. Goodman submitted the
basicarith
package.
Version number: 1.0
License type: lppl1.3
Summary description: Macros for typesetting basic arithmetic.
Announcement text:
----------------------------------------------------------------------
basicarith provides macros for typesetting basic arithmetic, in the
style typically found in textbooks. It focuses on the American style
of performing these algorithms. It is written mostly in low-level TeX;
the goal is to have it run in either plain TeX or LaTeX, but there are
two constructions that currently prevent this. It is highly
configurable, with macros and lengths described in the documentation.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/basicarith
More information is at
http://www.ctan.org/pkg/basicarith
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
Manfred Lotz
Andreas Loeffler submitted an update to the
sparklines
package.
Version number: 1.6
License type: lppl
Summary description: Drawing sparklines: intense, simple, wordlike
graphics.
Announcement text:
----------------------------------------------------------------------
Emiel van Miltenburg (emiel.van.miltenburg(a)vu.nl) - Adding a bottom
line (the x-axis, this is useful to visually separate different bar
charts that are next to each other) and changing the color of the
bottom line.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/sparklines
More information is at
http://www.ctan.org/pkg/sparklines
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
Manfred Lotz
Boris Veytsman submitted the
crossrefware
bundle.
Version number: 1.0
License type: gpl
Summary description: Scripts useful for working with crossref.org
Announcement text:
----------------------------------------------------------------------
Scripts useful for working with crossref.org.
bibdoiadd.pl - add DOI numbers to papers in a given bib file
bibzbladd.pl - add Zbl numbers to papers in a given bib file
ltx2crossrefxml.pl - a tool for the creation of XML files for
submitting to crossref.org
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/crossrefware/
More information is at
http://www.ctan.org/pkg/crossrefware
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
Petra Rübe-Pugliese
Nicola Talbot submitted an update to the
jmlr
package.
Version number: 1.20
License type: lppl1.3
Summary description: Class files for the Journal of Machine Learning Research
Announcement text:
----------------------------------------------------------------------
* jmlrbook.cls:
- added jmlrprefaceheader, jmlrlocation
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/jmlr/
More information is at
http://www.ctan.org/pkg/jmlr
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
Petra Rübe-Pugliese
Maïeul Rouquette submitted an update to the
biblatex-manuscripts-philology
package.
Version number: 1.6.0
License type: lppl1.3
Summary description: Op. cit disambugous
Announcement text:
----------------------------------------------------------------------
This release fixes a problem when citing a manuscript without
shorthand in combination with verbose styles. As a manuscript
has no title and no author, no field was printed in an
abbreviated form, as we didn't know which manuscript it was.
Now, we print : location, library, collection, shelfmark.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-manus…
More information is at
http://www.ctan.org/pkg/biblatex-manuscripts-philology
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
Petra Rübe-Pugliese
Bob Tennent submitted the
texlive-dummy-enterprise-linux-7
package.
Version date: 2014-10-16
License type: lppl1.3
Summary description: Dummy texlive RPM for use with RHEL 7 and
derived distributions
Announcement text:
----------------------------------------------------------------------
The texlive packages available for RHEL-7 (and derived
distributions such as CentOS-7) are relatively old (2012)
and seriously incomplete. Although it is possible to
remove the native texlive packages and install a more
recent complete TeXLive distribution, any attempt to
install packages that depend on texlive resources (such
as a2ps, latex2html, lyx, etc.) will normally trigger the
re-installation of the obsolete native packages. This is
inefficient and the redundant packages can interfere with
the TeXLive resources.
This package contains a dummy rpm which is intended
to satisfy any dependencies on texlive resources,
allowing packages like a2ps, latex2html, lyx, etc. to be
installed without using --nodeps and without triggering
re-installation of texlive rpms. All native texlive packages
will be removed when the texlive-dummy package is installed.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/texlive/texlive-dummy/EnterpriseLinux-7/
More information is at
http://www.ctan.org/pkg/texlive-dummy-enterprise-linux-7
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
Petra Rübe-Pugliese
Clemens Niederberger submitted an update to the
exsheets
package.
Version number: 0.17
License type: lppl1.3
Summary description: Create exercise sheets and exams.
Announcement text:
----------------------------------------------------------------------
Introducing a new option `use-saved-counter-format' which determines
how the counter values of the exercises' solutions in printsolutions
are formatted. (This version also fixes an issue with exactly those
counter formats that has been introcuced in one of the last versions.)
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/exsheets
More information is at
http://www.ctan.org/pkg/exsheets
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
Manfred Lotz
Ekkart Kleinod submitted an update to the
changes
package.
Version number: 2.0.3
License type: lppl1.3
Summary description: Manual change markup
Announcement text:
----------------------------------------------------------------------
Release 2.0.3 contains no changes in code or behavior.
This is a bugfix release fixing a crash when used with the amsart class.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/changes/
More information is at
http://www.ctan.org/pkg/changes
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
Petra Rübe-Pugliese