From 01a98ca0e31e1fefa5d42ea748a5f18ba1001f91 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 26 Nov 2006 17:00:54 +0000 Subject: [PATCH] Fix some table formatting. Thanks to John Darrington for pointing out the problem. --- doc/language.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/language.texi b/doc/language.texi index 3b667618..3e551345 100644 --- a/doc/language.texi +++ b/doc/language.texi @@ -608,7 +608,7 @@ the default decimal point setting: @float @multitable {DOLLAR10.2} {@code{@tie{}$3,141.59}} {@code{-$3,141.59}} -@headitem Format @tab @code{@tie{}}3141.59 @tab -3141.59 +@headitem Format @tab @code{@tie{}3141.59} @tab @code{-3141.59} @item F8.2 @tab @code{@tie{}3141.59} @tab @code{-3141.59} @item COMMA9.2 @tab @code{@tie{}3,141.59} @tab @code{-3,141.59} @item DOT9.2 @tab @code{@tie{}3.141,59} @tab @code{-3.141,59} @@ -845,7 +845,7 @@ SET CCE="-.Rp'. ..". /* Indonesia Rupiah. @float @multitable {CCD13.2} {@code{@tie{}@tie{}USD 3,145.59}} {@code{(USD 3,145.59)}} -@headitem Format @tab @code{@tie{}}3145.59 @tab -3145.59 +@headitem Format @tab @code{@tie{}3145.59} @tab @code{-3145.59} @item CCA12.2 @tab @code{@tie{}EUR3,145.59} @tab @code{EUR3,145.59-} @item CCB14.2 @tab @code{@tie{}@tie{}USD 3,145.59} @tab @code{(USD 3,145.59)} @item CCC11.2 @tab @code{@tie{}R$3.145,59} @tab @code{-R$3.145,59} -- 2.30.2