From: Fred Drake Date: Sun, 28 Dec 1997 03:41:07 +0000 (+0000) Subject: do_env_tableii(), do_env_tableiii(): Align the table in the center, just X-Git-Tag: v1.5~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ee358529e7bbce8a2efdba2dc96a027daaf60f2;p=python do_env_tableii(), do_env_tableiii(): Align the table in the center, just like LaTeX does. There's no need to diverge on this. --- diff --git a/Doc/myformat.perl b/Doc/myformat.perl index 9ec56d244e..244b793068 100644 --- a/Doc/myformat.perl +++ b/Doc/myformat.perl @@ -334,7 +334,7 @@ sub do_env_tableii{ $h2 = $8; } $globals{"lineifont"} = $font; - "\n \n $'\n" + "
$h1$h2
\n \n $'\n" . "
$h1$h2
"; } @@ -365,7 +365,7 @@ sub do_env_tableiii{ $h3 = $10; } $globals{"lineifont"} = $font; - "\n \n " + "
$h1$h2
\n \n " . "\n $'\n" . "
$h1$h2$h3
"; }