[27160] in Athena Bugs
Solaris 9.4.41: latex a4 paper
daemon@ATHENA.MIT.EDU (John Hawkinson)
Fri Dec 28 18:10:29 2007
Date: Fri, 28 Dec 2007 18:10:14 -0500 (EST)
Message-Id: <200712282310.lBSNAEjp027075@multics.mit.edu>
To: bugs@mit.edu
From: John Hawkinson <jhawk@mit.edu>
X-Spam-Flag: NO
X-Spam-Score: 0.00
Errors-To: bugs-bounces@mit.edu
latex's ltxdoc class (\documentclass{ltxdoc}) is
configured to use a4 paper:
[multics!jhawk] ~texsrc/source/latex/base> kpsewhich ltxdoc.cfg
/usr/athena/share/texmf/tex/latex/config/ltxdoc.cfg
[multics!jhawk] ~texsrc/source/latex/base> cat `kpsewhich ltxdoc.cfg`
\ProvidesFile{ltxdoc.cfg}%
  [2001/06/05 v1.0 teTeX: LaTeX documentation setup]
\PassOptionsToClass{a4paper}{article}
This is poor :(
It's also a problem under Athena linux.
This generally only arises when one is trying to latex other
people's documentation (in my case, the beamer class).
My workaround was to set TEXINPUTS appropraitely and create a copy of
ltxdoc.cfg with that line commented out.
--jhawk