[Patches] [ python-Patches-732174 ] build of html docs broken (liboptparse.tex)

SourceForge.net noreply@sourceforge.net
Tue, 15 Jul 2003 21:22:08 -0700


Patches item #732174, was opened at 2003-05-04 09:47
Message generated for change (Comment added) made by fdrake
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=732174&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: Fixed
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: build of html docs broken (liboptparse.tex)

Initial Comment:
The last known working versions is 1.6. 1.7 doesn't
build anymore. latex2html returns

[...]
Reading aux file:
/build/packages/python2.3/python2.3-2.2.102/Doc/lib.aux ...
Processing macros
...,,,,++................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Subroutine
do_cmd_leftmargin redefined at (eval 732) line 1.

defining handler for \leftmargin using \leftmargini
.............Undefined subroutine
&main::do_cmd_leftmargini called at (eval 732) line 1.


----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2003-07-16 00:22

Message:
Logged In: YES 
user_id=3066

Current status:

- "Python Library Reference" doesn't format, and I don't
think this is the libre.tex problem.  I get the message
"Args out of range: 406147, 406149".  I don't know what this
refers to.

- "Documenting Python" doesn't convert because of a couple
of highly specialized macros that are defined locally within
other macros with really short names.  I don't really want
to support them directly since they have such short names
("p" and "op"), though I did cave for the HTML conversion.

- "Installing Python Modules" doesn't convert because it
uses a specialized macro defined inline in the document
("installscheme"), but I don't really want to replace that
in the document with the standard table markup.

- "What's New in Python 2.X" is now built; any verision back
to whatsnew21.tex can be formatted; the 2.0.x version isn't
worth any work to make it format at this point.  Only the
current version is formatted by default; alternate versions
can be specified using the WHATSNEW make variable.

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2003-07-02 10:46

Message:
Logged In: YES 
user_id=3066

Several parts of the patch are now committed, but not
everything.  In particular, the changes to Doc/lib/libre.tex
have not been committed, pending time for me to take a
closer look.

----------------------------------------------------------------------

Comment By: Matthias Klose (doko)
Date: 2003-05-18 16:46

Message:
Logged In: YES 
user_id=60903

Which version? py2texi.el is at 1.3 and unchanged the last
six months.


----------------------------------------------------------------------

Comment By: Raymond Hettinger (rhettinger)
Date: 2003-05-18 16:28

Message:
Logged In: YES 
user_id=80475

The latest version is 1.9.
Fred made changes to make it build again.

----------------------------------------------------------------------

Comment By: Matthias Klose (doko)
Date: 2003-05-18 15:08

Message:
Logged In: YES 
user_id=60903

Attached is a patch to fix the build of the info docs. The 
change to libre.tex maybe controversial, as it works around
a problem in py2texi.el.


----------------------------------------------------------------------

Comment By: Matthias Klose (doko)
Date: 2003-05-18 15:02

Message:
Logged In: YES 
user_id=60903

Reopened. Please practice on other reports ;-)


----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2003-05-17 21:51

Message:
Logged In: YES 
user_id=31435

Assigning to Raymond for practice in finding the Submit 
button <wink>.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=732174&group_id=5470