Maïeul Rouquette submitted an update to the
biblatex-source-division
package.
Version number: 2.1.1
License type: lppl
Summary description: Compatibility with biblatex-true-citepages-omit
Announcement text:
----------------------------------------------------------------------
This release helps to remember that the package must be loaded
BEFORE biblatex-true-citepages-omit.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-sourc…
More information is at
http://www.ctan.org/pkg/biblatex-source-division
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
Marcus Rossberg submitted the
grundgesetze
package.
Version number: 1.01
License type: gpl2
Summary description: Typeset Frege's Grundgesetze der Arithmetik
Announcement text:
----------------------------------------------------------------------
The package defines maths mode commands for typesetting Gottlob
Frege's concept-script in the style of his Grundgesetze der
Arithmetik (Basic Laws of Arithmetic).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/grundgesetze
More information is at
http://www.ctan.org/pkg/grundgesetze
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
Stephen Gaito submitted the
fifo-stack
package.
Version number: 1.0
License type: lppl
Summary description: FIFO and stack implementation for package writers
Announcement text:
----------------------------------------------------------------------
A LaTeX implementation of a combined FIFO Stack modified from Benjamin
Bayart's excellent LaTeX stack package from CTAN.
As well as keeping Bayart's Push and Pop commands (which have been
renamed to FSPush and FSPop and which work on the top/end of the
FIFO/Stack), we explicitly add the ability to FSUnshift FSShift off
the bottom/front of the FIFO/Stack
# Source code
The original source code can be found on GitHub at
https://github.com/diSimplex/latexFifoStack
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/fifo-stack
More information is at
http://www.ctan.org/pkg/fifo-stack
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
Herbert Voß submitted an update to the
pst-solides3d
package.
Version number: 4.245
License type: lppl1.3
Summary description: Draw perspective views of 3D solids.
Announcement text:
----------------------------------------------------------------------
This package allows perspective 3d views of solids and functions with
hidden lines and surfaces.
pst-solides3d.tex
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pstricks/contrib/pst-solides3d
More information is at
http://www.ctan.org/pkg/pst-solides3d
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
Javier Bezos submitted an update to the
babel
package.
Version number: 3.9k
License type: lppl
Summary description: Multilingual support for Plain TeX or LaTeX
Announcement text:
----------------------------------------------------------------------
3.9k - Code and doc reorganized with some `literate' concepts (with a
slightly patched docstrip).
- Removed the luatex stuff for shorthands. It was just a first step,
but ended up in the final release of 3.9i (it shouldn't).
- Improvements for Plain and other non-LaTeX formats.
----------------------------------------------------------------------
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 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
Hironori Kitagawa submitted an update to the
luatexja
package.
Version number: 20140324.0
License type: other-free
Summary description: Typeset Japanese with lua(la)tex.
Announcement text:
----------------------------------------------------------------------
* Fix search of font definition file
* Glue/kern for typesetting Japanese can coexist with kern from an
OpenType font
* Changed jfm-ujis.lua (the standard metric)
* Sync ltjsclasses with jsclasses 2014-02-07
* Sync luatexja-preset.sty with jfontmaps 20140301.0
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/generic/luatexja
More information is at
http://www.ctan.org/pkg/luatexja
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
Bob Tennent submitted an update to the
prerex
package.
Version date: 2014-03-22
License type: gpl+lppl
Summary description: Interactive editor and macro support
for prerequisite charts
Announcement text:
----------------------------------------------------------------------
New: Support for conversion to SVG images.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/prerex/
More information is at
http://www.ctan.org/pkg/prerex
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
Alan Davidson submitted the
logicproof
package.
Version date: 2014/03/20
License type: lppl
Summary description: Box proofs for propositional and predicate logic
Announcement text:
----------------------------------------------------------------------
First public release
A common style of proof used in propositional and predicate
logic is Fitch proofs, in which each line of the proof has a
statement and a justification, and subproofs within a larger
proof have boxes around them. This package provides
environments for making such proofs and boxes. It creates
proofs in a style similar to the one used in Logic in Computer
Science by Huth and Ryan.
When I took a logic class in college, the professor lamented
that there wasn't a good way to make these box proofs in LaTeX,
and suggested that the class write up their assignments in
LaTeX without boxes, print them out, and draw the boxes in by
hand before turning them in. Unsatisfied with this approach, I
created some macros to draw these boxes in LaTeX itself. I
shared that code with the professor, who liked it enough to
share it with the rest of the class.
It's been nearly a decade since then, and I have recently
discovered that not only are people still using my old code,
its use has spread to other colleges. I had assumed that in the
intervening time, a professional logician would have made and
published a better implementation, but that doesn't seem to
have happened. This is an improved version of my old code, with
several problems fixed and a more standardized syntax.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/logicproof/
This Catalogue entry does not yet exist, but we will hopefully
not forget to create it:
http://www.ctan.org/pkg/logicproof
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 the
handout
package.
Version number: 1.0.0
License type: lppl1.3
Summary description: Create handout for auditors of a talk
Announcement text:
----------------------------------------------------------------------
In some fields of scholarship, a beamer does not offer good
support when giving a talk in a proceeding. For example, in
classical philology, the main sources are text, and it will be
better to distribute a handout to the audience with extracts of
the texts about which we will talk.
The package supports preparation of such handouts when writing the
talk.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/handout
More information is at
http://www.ctan.org/pkg/handout
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
biblatex-manuscripts-philology
package.
Version number: 1.1.1
License type: lppl
Summary description: Manage manuscripts with biblatex
Announcement text:
----------------------------------------------------------------------
The option msnoautoshorthand of the version 1.1.0 was too
powerful. It was enabled even if we didn't want.
This new version deletes this option and replaces it by a
new version of the bibstyle : manuscripts-noautoshorthand.
----------------------------------------------------------------------
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