the daemon reports:
> The following information was provided by the package's contributor.
>
> Name of contribution: uowthesistitlepage
> Author's name: Thomas M Griffiths
> Package version: 1.2
> Location on CTAN: macros/latex/contrib/uowthesistitlepage /
> Summary description: Typesets the title page of your thesis in
> accordance with the UOW branding guidelines.
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> -Added the 'fullsubject' and 'partialsubject' options to the package
> -to typeset the title page for a report, for a single subject rather
> -than a thesis for a degree.
>
> -Fixed spacing issues in the 'School' field of the title page.
> ----------------------------------------------------------------------
>
> Announcement required: Yes
>
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/uowthesistitlepage
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/uowthesistitlepage /
thanks for the upload; i've installed the new version, and updated the
catalogue repository.
Robin Fairbairns
For the CTAN team
ctan-upload(a)cl.cam.ac.uk wrote:
> Name of contribution: l3kernel, l3packages, l3experimental
> Author's name: The LaTeX3 Project
> Author's email: latex-team(a)latex-project.org
> Package version: SVN 4544
> Location on CTAN: macros/latex/contrib/l3kernel/
> Location on CTAN: macros/latex/contrib/l3packages/
> Location on CTAN: macros/latex/contrib/l3experimental/
> Summary description: LaTeX3 programming conventions
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Snapshot of SVN 4544
> ====================
>
> - Various improvements/fixes in l3keys, with more variants
> provided for .default:n and .initial:n, and new .meta:nn
> property. At the same time, some removals: .code:x and.meta:x
> removed, and .choice_code: and.generate_choices: are
> deprecated
> - Move (clist|seq)_use:Nnnn and related functions to 'stable'
> - Experimental dim_to_pt:nn and dim_to_unit:nn functions
> - Improved clipping support for xdvipdfmx in native drivers
> - Optimised quick sort code
> - Some incorrect variables in l3galley corrected
> - Cutout paragraph calculations fixed in l3galley
> - Minor documentation fixes
> ----------------------------------------------------------------------
>
> Announcement required: Yes
>
> Uploader's additional comments:
> ----------------------------------------------------------------------
> Announcement text for l3kernel/l3packages/l3experimental, as usual
> ----------------------------------------------------------------------
>
> Users may view the package catalogue entries at
> http://www.ctan.org/pkg/l3kernel
> http://www.ctan.org/pkg/l3packages
> http://www.ctan.org/pkg/l3experimental
> or they may browse the package directories at
> http://mirror.ctan.org/macros/latex/contrib/l3kernel/
> http://mirror.ctan.org/macros/latex/contrib/l3packages/
> http://mirror.ctan.org/macros/latex/contrib/l3experimental/
thanks for the uploads; we've installed the new versions, and updated
the catalogue repository entries.
Robin Fairbairns
For the CTAN team
Steve B. Segletes submitted an update to the
stackengine
package.
Version number: 2.0
License type: lppl
Summary description: Highly customized stacking of objects,
insets, baseline changes, etc.
Announcement text:
----------------------------------------------------------------------
While several improvements have been added to stackengine V2.0,
the most important of them requires a small syntax change that
will affect prior code, when specifying the default stackgaps.
This change was required to correct the deficiency that scalable
stackgaps did not scale when the fontsize was changed. V2.0
provides an [oldsyntax] package option to maintain backward
compatibility, if desired. See documentation for details.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/stackengine
. More information is at
http://www.ctan.org/pkg/stackengine
(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
Petra Rübe-Pugliese
the daemon tells us:
> Name of contribution: listings
> Author's name: Jobst Hoffmann
> Package version: 1.5
> Location on CTAN: macros/latex/contrib/listings/
> Summary description: Typeset programs within LaTeX. The source code
> is read directly by TeX. Keywords, comments, strings and
> more are distinguished.
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Typeset programs (programming code) within LaTeX. The source code is read
> directly by TeX. Keywords, comments and strings can be typeset using
> different styles (default is bold for keywords, italic for comments and no
> special style for strings). Includes support for hyperref. To use, simply
> usepackage{listings}, identify the language with lstset{language=Python},
> then employ the egin{lstlisting} ... end{lstlisting} environment or the
> lstinputlisting{filename.py} command.
>
> NOTE: The original author of this package, Carsten Heinz, became inactive
> sometime in late 2004. Hendri Adriaens took over maintenance of the
> package in accordance with the LPPL's procedure for abandoned packages. He
> then passed the maintainership of the package to Brooks Moses, who had
> volunteered for the position while this procedure was going through. Six
> years later Jobst Hoffmann took over the maintainership of the listings
> package.
>
> This release, version 1.5, is a minor maintenance release and contains
> updates to a programming language and support for a new program as well:
>
> * Fortran is updated to version Fortran 2003 and Fortran 2008
>
> * Lua is a newly introduced language, the supported versions are Lua 5.0,
> 5.1, and 5.2.
>
> ----------------------------------------------------------------------
>
> Announcement required: Yes
>
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/listings
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/listings/
thanks for the upload; i've installed the new version, and updated the
catalogue repository.
Robin Fairbairns
For the CTAN team
the daemon reports:
> Name of contribution: LuaTeX-ja
> Author's name: Hironori Kitagawa
> Package version: 20130711.0
> Location on CTAN: macros/luatex/generic/luatexja/
> Summary description: Typeset Japanese documents with Lua(La)TeX.
> License type: other-free
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> [Changes from 20130515.0]
> 1. Removed obsolete ltj-cctbreg.sty.
> 2. Supports luaotfload 2.3.
> 3. Removed *.cls, *.clo and ltj-kinsoku.lua,
> because they can be generated from other files.
> 4. Updated README.
>
> Because of 3., you need to run following commands
> before copying src/ into your TEXMF tree:
> $ cd src
> $ lualatex ltjclasses.ins
> $ lualatex ltjsclasses.ins
> $ lualatex ltjltxdoc.ins
> $ luatex ltj-kinsoku_make.tex
>
> ----------------------------------------------------------------------
>
> Announcement required: Yes
>
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/luatex-ja
> or they may browse the package directory at
> http://mirror.ctan.org/macros/luatex/generic/luatexja/
thanks for the upload; i've installed the new version, and updated the
catalogue repository.
Robin Fairbairns
For the CTAN team
the daemon reports:
> Name of contribution: datatool
> Author's name: Nicola Talbot
> Package version: 2.15
> Location on CTAN: macros/latex/contrib/datatool/
> Summary description: Tools to load and manipulate data
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> * datagidx:
>
> - Removed spurious space in do@locrange
>
> - Added loadgidx
>
> - Added nowarn package option
>
> - Fixed bug that occurred with locations occurring in
> page-spanning paragraphs.
>
> * datatool:
>
> - added dtllastloadeddb to DTLsaverawdb etc
>
> - fixed bug that caused DTLsaverawdb to perform extremely slowly.
> Now provide DTLprotectedsaverawdb to save databases that contain
> fragile commands.
>
> - fixed bug in DTLminforkeys
>
> * dataplot:
>
> - added dtlplothandlermark
>
> - fixed scoping issue with DTLaddtoplotlegend
[whew!]
> ----------------------------------------------------------------------
>
> Announcement required: Yes
>
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/datatool
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/datatool/
thanks for the upload; i've installed the new version, and updated the
catalogue repository.
Robin Fairbairns
For the CTAN team
the daemon reports:
> Name of contribution: pst-plot
> Author's name: Herbert Voß
> Package version: 1.47
> Location on CTAN: graphics/pstricks/contrib/pst-plot/
> Summary description: plotting mathematical functions and data records
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> ----- pst-plot.tex
> 1.47 2013-07-08 - added psreadColumnData
>
> ----------------------------------------------------------------------
>
> Announcement required: Yes
>
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/pst-plot
> or they may browse the package directory at
> http://mirror.ctan.org/graphics/pstricks/contrib/pst-plot/
thanks for the upload; i've installed the new version, and updated the
catalogue repository.
Robin Fairbairns
For the CTAN team
the daemon wrote:
> Name of contribution: udesoftec
> Author's name: J. Peter M. Schuler
> Package version: 2013-06-25
> Location on CTAN: macros/latex/contrib/udesoftec/
> Summary description: Template for theses at the University of
> Duisburg-Essen, Research Group for Business Informatics and
> Software Engineering.
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> * updated cover page line spacing
> * updated README and added instruction for cover files
> * added packages listings, multicol and verbatim
> * updated documentation
> * added English summary of the documentation
> * better outline to improve understanding
> * included package listing
> * included FAQ entry for problems with cover files
>
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/udesoftec
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/udesoftec/
thanks for the upload; i've installed the new version, and updated the
catalogue repository.
Robin Fairbairns
For the CTAN team
quoth the daemon:
> The following information was provided by the package's contributor.
>
> Name of contribution: ribbonproofs
> Author's name: John Wickerson
> Package version: 1.0
> Location on CTAN: /
> Summary description: Drawing ribbon proofs
> License type: lppl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> The ribbonproofs package provides a way to draw ribbon proofs in LaTeX.
>
> A ribbon proof is a diagrammatic representation of a mathematical
> proof that a computer program meets its specification. These diagrams
> are more human-readable, more scalable, and more easily modified than
> the corresponding textual proofs. Ribbon proofs were introduced by
> John Wickerson, Mike Dodds and Matthew Parkinson in a paper entitled
> Ribbon Proofs for Separation Logic and presented at the European
> Symposium on Programming (ESOP) 2013.
> ----------------------------------------------------------------------
>
> Announcement required: Yes
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.ctan.org/pkg/ribbonproofs
> or they may browse the package directory at
> http://mirror.ctan.org//
Robin Fairbairns
For the CTAN team
the daemon reports:
> Name of contribution: UPmethodology
> Author's name: Stephane Galland
> Package version: 2013-07-06
> Location on CTAN: macros/latex/contrib/upmethodology/
> Summary description: Minor enhancements and bug fixes.
> License type: lgpl
>
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> The macro ifdocumentauthor is added. It permits to test if a string
> is the name of one of the authors of the documents.
> The macro underline is redefined to move the line closer to the text baseline.
> ----------------------------------------------------------------------
>
> Announcement required: Yes
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.ctan.org/pkg/upmethodology
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/upmethodology/
Robin Fairbairns
For the CTAN team
the daemon tells me:
> The following information was provided by the package's contributor.
>
> Name of contribution: zwpagelayout
> Author's name: Zdeněk Wagner
> Package version: 1.4d
> Location on CTAN: macros/latex/contrib/zwpagelayout/
> Summary description: Page layout, crop marks, print production
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Bug fix, indetifiers for PDF/X-1a compliance corrected
> ----------------------------------------------------------------------
>
> Announcement required: Yes
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.ctan.org/pkg/zwpagelayout
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/zwpagelayout/
Robin Fairbairns
For the CTAN team
the daemon wrote (on 4 july):
> The following information was provided by the package's contributor.
> Name of contribution: AutoLaTeX
> Author's name: Stephane Galland
> Package version: 19.2
> Location on CTAN: support/autolatex/
> Summary description: Generating bibliography files according to multibib package
> License type: gpl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> The detection of the use of the multibib package from additional
> auxiliary files is added to generate the corresponding bibliography
> files.
> ----------------------------------------------------------------------
>
> Announcement required: Yes
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.ctan.org/pkg/autolatex
> or they may browse the package directory at
> http://mirror.ctan.org/support/autolatex/
Robin Fairbairns
For the CTAN team
Qing Lee submitted an update to the
xecjk
package.
Version number: 3.2.4
License type: lppl
Summary description: Support for CJK documents in XeLaTeX
Announcement text:
----------------------------------------------------------------------
* Support for option `breaklines` of listings package.
* The option `CJKnumber` is deprecated.
* Fix a bug for option `CheckSingle`.
* Fix a bug for xeCJKfntef.
* Fix a bug for option `AllowBreakBetweenPuncts`.
* Improve `addCJKfontfeatures`.
* Improve `xeCJKVerbAddon`.
* Some other internal bug fixes and improvement.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/xetex/latex/xecjk
. More information is at
http://www.ctan.org/pkg/xecjk
(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
Petra Rübe-Pugliese
Clemens Niederberger submitted an update to the
chemmacros
package.
Version number: 4.0
License type: lppl
Summary description: macros and commands for chemists
Announcement text:
----------------------------------------------------------------------
changes with v4.0:
- the packages `chemformula' and `ghsystem' do not load
`chemmacros' any more which means they can be used
independently.
- the option `bpchem' has been dropped.
- the commands mch and pch now match `chemformula's charges.
- the option `method' has been dropped.
- the option `append' has deprecated.
- the option `greek' has been extended to support other uppercase
greek letters, for example those provided by `kpfonts'. This is
handled internally by the new package in the family: `chemgreek'.
This package is not really a package for usage at a user-level
but could in principle be used to extend the `greek' option.
- language support is now done with the help of the `translations'
package from the `exsheets' bundle. This means that with v4.0 the
document language is recognized automatically.
- the status of the commands Lfi and Dfi has been changed
from /deprecated/ to /dropped/.
- various other changes like bug fixes and improvements on the
typographical appearance of `chemformula's inline formulae with
ch{}.
- every package in the bundle got its own documentation file but the
German and Italian version of the manuals are no longer provided
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/chemmacros/
. More information is at
http://www.ctan.org/pkg/chemmacros
(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
Petra Rübe-Pugliese
Dohyun Kim submitted an update to the
luatexko
package.
Version number: 1.2
License type: lppl
Summary description: Typeset Korean with Lua(La)TeX
Announcement text:
----------------------------------------------------------------------
* implemented reordering of Hangul tone marks
* move Hangul caption settings to AtBeginDocument
* fix a bug wrt dotemph of old hangul
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/generic/luatexko
. More information is at
http://www.ctan.org/pkg/luatexko
(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
Petra Rübe-Pugliese
Norbert Preining submitted an update to the
yhmath
package.
Summary description: Extended maths fonts for LaTeX
License type: other-free
Announcement text:
----------------------------------------------------------------------
This package contains the yhmath fonts and support files from
Yannis Haralambous, as well as the PostScript Type1 version of
the fonts.
It merges two former CTAN packages:
macros/latex/contrib/yhmath and fonts/yhmath
Further changes are
* inclusion of a map file for updmap
* fix for large delimiters containing a gap (fixed vpl file)
* fix for DeclareFontFamily usage error
* replacement of the former buggy pfa file with a working pfb file
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/yhmath
. More information is at
http://www.ctan.org/pkg/yhmath
(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
Dohyun Kim submitted an update to the
cjk-ko
package.
Version number: 1.2
License type: other-free
Summary description: Extension of CJK package for Korean typesetting
Announcement text:
----------------------------------------------------------------------
This is a bug patch release.
* fix a clash with memoir class reported by Juho Lee
* move hangul caption settings to AtBeginDocument
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/language/korean/cjk-ko
. More information is at
http://www.ctan.org/pkg/cjk-ko
(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
Petra Rübe-Pugliese
Michael Sharpe submitted an update to the
inconsolata
package.
Summary description: LaTeX support for inconsolata, a monospaced font in regular and bold weights
License type: lppl
Announcement text:
----------------------------------------------------------------------
Adds missing ts1 support files; adds an inconsolata.sty (in the doc folder)
which may be used instead of zi4.sty, to which it is essentially identical; adds
otf versions of inconsolata in regular and bold weights.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/inconsolata
. More information is at
http://www.ctan.org/pkg/inconsolata
(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
Karl Berry submitted the
gentium-tug
package.
Summary description: Gentium font family in TrueType and Type 1 formats, with ConTeXt and LateX support
License type: ofl
Announcement text:
----------------------------------------------------------------------
Gentium is a typeface family designed to enable the diverse ethnic
groups around the world who use the Latin, Cyrillic and Greek scripts to
produce readable, high-quality publications. It supports a wide range of
Latin- and Cyrillic-based alphabet.
This TeX package, gentium-tug, consists of:
1. The original (unaltered) GentiumPlus, GentiumBook, and other
Gentium-family fonts in TrueType format, as developed by SIL and
released under the OFL (see OFL.txt and OFL-FAQ.txt).
2. Converted fonts in PostScript Type 1 format, released under the same
terms. These incorporate the name Gentium by permission of SIL given
to the TeX Users Group. These Type 1 fonts are the principal difference
between this package and the previous gentium package on CTAN.
3. ConTeXt, LaTeX and other supporting files under the Expat license,
text given below (also at http://directory.fsf.org/wiki/License:Expat).
4. Documentation: the TeX-specific documentation is in
gentium.{tex,pdf}. We have also included the original documentation,
fontlogs, and other files from the SIL distribution, entirely unaltered.
The home page for the original SIL Gentium font family is
http://scripts.sil.org/Gentium.
The home page for this TeX package, gentium-tug, is
http://tug.org/gentium.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/gentium-tug
. More information is at
http://www.ctan.org/pkg/gentium-tug
(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
maïeul Rouquette submitted an update to the
eledmca and eledpar
package.
License type: lppl
Announcement text:
----------------------------------------------------------------------
This version allows to use commands in ledsidenotes (with eledpar).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/eledmac
. More information is at
http://www.ctan.org/pkg/eledpar
(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
Thomas M Griffiths submitted the
uowthesistitlepage
package.
Version number: 1.1
License type: lppl
Summary description: Typesets the title page of your thesis
in accordance with the UOW branding guidelines.
Announcement text:
----------------------------------------------------------------------
This Package redefines the maketitle command for LaTeX
documents and generates a title page for a University of
Wollongong thesis, in accordance with the uow branding
guidelines. Use this package with the book class to typeset your
thesis. Implimented in version 1.1 is the declaration command.
This typesets the declaration that this thesis is your own work
etc, required in the front of each PhD Thesis.
This package is also available to download on the University
of Wollongong website, albeit as a slightly different zip
file, it contains a copy of the UOW logo.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/uowthesistitlepage
. More information is at
http://www.ctan.org/pkg/uowthesistitlepage
(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
Petra Rübe-Pugliese
Mico Loretan submitted an update to the
selnolig
package.
Version number: 0.250
License type: lppl
Summary description:
Selective suppression of typographic ligatures
for English and German texts
Announcement text:
----------------------------------------------------------------------
Tweaks to the English and German language sample lists of words
for which ligatures should be suppressed.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/latex/selnolig
. More information is at
http://www.ctan.org/pkg/selnolig
(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
Petra Rübe-Pugliese
Ekkart Kleinod submitted an update to the
changes
package.
Summary description: Manual change markup
License type: lppl
Announcement text:
----------------------------------------------------------------------
The changes-package allows the user to manually markup changes of text, such as additions, deletions, or replacements.
Changed text is shown in a different colour; deleted text is striked out.
The package allows free defining of additional authors and their associated colour.
It also allows you to change the markup of changes, authors, or annotations.
Release 2.0.0 changes the output of the list of changes.
Default is a list similar to the list of tables or figures.
The summary of v1.* can be achieved using listofchanges[style=summary].
Several bugfixes were introduced as well.
See version info in documentation for more information.
Please inform me about any errors or improvements as you see fit.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/changes
. More information is at
http://www.ctan.org/pkg/changes
(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
another upload appears:
> Name of contribution: lplfitch
> Author's name: Richard Zach
> Package version: 0.9
> Location on CTAN: macros/latex/contrib/lplfitch/
> Summary description: Fitch-style natural deduction proofs a la mode de
> Language, Proof, and Logic
> License type: lppl
>
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> The package lplfitch provides macros for typesetting natural deduction
> proofs in Fitch style, with subproofs indented and offset by scope
> lines. It produces proofs in the format used in the textbook
> Language, Proof, and Logic by Dave Barker-Plummer, Jon Barwise, and
> John Etchemendy.
> ----------------------------------------------------------------------
>
> Announcement required: Yes
thanks for the upload; i've installed the new package, and made an entry
for it in the catalogue repository.
> Users may view the package catalogue entry at
> http://www.ctan.org/pkg/lplfitch
> or they may browse the package directory at
> http://mirror.ctan.org/macros/latex/contrib/lplfitch/
Robin Fairbairns
For the CTAN team