cpython/Doc/perl
Fred Drake 58b2bfd0bf This fixes a (minor) problem discovered by AMK when you don't want any
special markup for the first column of a table using {tableii} or {tableiii}.
In LaTeX, this requires using "textrm" as the formatting function, and this
is needed to remove the bogus "<textrm>" that gets generated otherwise.
There should probably be a more general mapping of specified markup to useful
markup, but that doesn't appear needed at the moment.

do_env_tableii(), do_env_tableiii():  If the markup for the first column is
	\textrm, make it empty.

do_cmd_lineii(), do_cmd_lineiii():  If the markup for the first column is
	empty, don't add markup around the text.
1998-04-02 20:14:04 +00:00
..
howto.perl Change $ICONSERVER to conform to the value AMK & I have discussed for this; 1998-03-27 06:53:13 +00:00
l2hinit.perl Some cleanup. 1998-03-27 05:19:43 +00:00
manual.perl Misc. revisions to LaTeX2HTML support. 1998-03-06 21:20:08 +00:00
python.perl This fixes a (minor) problem discovered by AMK when you don't want any 1998-04-02 20:14:04 +00:00