From 0ee358529e7bbce8a2efdba2dc96a027daaf60f2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sun, 28 Dec 1997 03:41:07 +0000 Subject: [PATCH] do_env_tableii(), do_env_tableiii(): Align the table in the center, just like LaTeX does. There's no need to diverge on this. --- Doc/myformat.perl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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
"; } -- 2.50.0