]> granicus.if.org Git - python/commit
This fixes a (minor) problem discovered by AMK when you don't want any
authorFred Drake <fdrake@acm.org>
Thu, 2 Apr 1998 20:14:04 +0000 (20:14 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 2 Apr 1998 20:14:04 +0000 (20:14 +0000)
commit58b2bfd0bfeaad6bc0f0b7d4d0af6fd7194e3c3d
tree44f3b0930ec26a5d76a8378092b6c2be604f32d0
parent3a18f3ba38a817c17d11534a1681f3345df9e70f
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.
Doc/perl/python.perl