diff options
Diffstat (limited to 'tests/tables.texinfo')
| -rw-r--r-- | tests/tables.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tables.texinfo b/tests/tables.texinfo index 2b637d7d5..592e36855 100644 --- a/tests/tables.texinfo +++ b/tests/tables.texinfo @@ -4,7 +4,7 @@ Simple table with caption: @float -@multitable @columnfractions 0.15 0.09 0.16 0.13 +@multitable {Right} {Left} {Center} {Default} @headitem Right @tab Left @@ -30,7 +30,7 @@ Right @end float Simple table without caption: -@multitable @columnfractions 0.15 0.09 0.16 0.13 +@multitable {Right} {Left} {Center} {Default} @headitem Right @tab Left @@ -56,7 +56,7 @@ Right Simple table indented two spaces: @float -@multitable @columnfractions 0.15 0.09 0.16 0.13 +@multitable {Right} {Left} {Center} {Default} @headitem Right @tab Left |
