[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
justification after @center
From: |
Akim Demaille |
Subject: |
justification after @center |
Date: |
Mon, 09 Feb 2004 13:03:07 +0100 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
There seems to be a good dynamic at killing bugs currently :)
I can't resist resubmitting one that affects a document of mine.
Thanks!
~/src/texinfo % eof test-cases/post-center-wrapping.texi nostromo 13:01
: -------------------- test-cases/post-center-wrapping.texi
----------------------
cat > test-cases/post-center-wrapping.texi << \EOF
\input texinfo @c -*-texinfo-*-
@setfilename error
@settitle error
@ifnottex
@node Top
@top TITLE
@end ifnottex
@center This is centered.
This is so incorrectly justified! This is so incorrectly justified!
This is so incorrectly justified! This is so incorrectly justified!
This is so incorrectly justified! This is so incorrectly justified!
This is so incorrectly justified! This is so incorrectly justified!
This is so incorrectly justified!
@bye
EOF
: ------------------------------------------------------------
~/src/texinfo % makeinfo --no-header < test-cases/post-center-wrapping.texi
TITLE
*****
This is centered.
This is so incorrectly justified! This is so
incorrectly justified! This is so incorrectly justified! This is so
incorrectly justified! This is so incorrectly justified! This is so
incorrectly justified! This is so incorrectly justified! This is so
incorrectly justified! This is so incorrectly justified!
- justification after @center,
Akim Demaille <=