[23102] in Athena Bugs
linux 9.2.10: latex
daemon@ATHENA.MIT.EDU (Michael Forbes)
Fri Jul 18 18:15:08 2003
Date: Fri, 18 Jul 2003 18:15:06 -0400 (EDT)
From: Michael Forbes <mforbes@lns.mit.edu>
To: bugs@MIT.EDU
Message-ID: <Pine.LNX.4.55L.0307181800540.20967@m2-225-10.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Type and version: i686 9.2.10
I was trying to use LaTeX with the listings package. This used to work
fine, but now the listings package does not appear to be installed.
The directory
/usr/athena/share/texmf/tex/latex/listings
exists, but the file listings.sty is not present.
This may be due to the LaTeX distribution included with the athena update.
I know that there were some problems with teTeX due to some licensing
issues, but I thought they were resolved:
http://www.mail-archive.com/tetex@informatik.uni-hannover.de/msg01787.html
http://www.mail-archive.com/tetex@informatik.uni-hannover.de/msg01873.html
http://lists.debian.org/debian-tetex-maint/2002/debian-tetex-maint-200212/msg00100.html
The solution is simply to include the missing files, which can be found at
CTAN:
http://www.ctan.org/tex-archive/macros/latex/contrib/listings/
then process by running:
latex listings.ins
to generate listings.sty etc. and
latex listings.dtx
several times to generate the documentation, which should be placed in
/usr/athena/share/texmf/doc/latex/listings/
(Though the documentation seems to be there presently.)
Michael.