Herbert Voß submitted an update to the
luaintro
package.
License type: lppl1.3
Summary description: Examples from the book “Einführung in LuaTeX und LuaLaTeX”
Announcement text:
----------------------------------------------------------------------
The latest changes of LuaTeX need some modifications for the
examples of the book Einführung in LuaTeX and LuaLaTeX.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/info/examples/luaintro/
More information is at
http://www.ctan.org/pkg/luaintro
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.1.0
License type: lppl1.3
Summary description: new sorting scheme
Announcement text:
----------------------------------------------------------------------
This release:
- restore the handbook on the sorting scheme anonymous+realauthor,
which was undocumented by mistake.
- add a new sorting scheme realauthor : it is like the nty scheme,
but the realauthor is used if the author is not present.
See the example file to understand the 3 schemes : nty, realauthor,
anonymous+realauthor.
----------------------------------------------------------------------
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
Maïeul Rouquette submitted an update to the
biblatex-anonymous
package.
Version number: 2.1.0
License type: lppl3
Summary description: Anonymous sorting is coming back
Announcement text:
----------------------------------------------------------------------
Despite my annoucement in version 2.0.0, the anonymous sorting
scheme is yet useful. This version restores its documentation
and lets it closer to the nty scheme in its technical
implementation.
----------------------------------------------------------------------
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
Petra Rübe-Pugliese
Tobias Oetiker submitted an update to the
lshort-english
package.
Version number: 5.04
License type: gpl2
Summary description: A short introduction to LaTeX 2e
Announcement text:
----------------------------------------------------------------------
lots of small language fixes
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/info/lshort/english/
More information is at
http://www.ctan.org/pkg/lshort-english
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
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