[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Noindent after @float
From: |
Akim Demaille |
Subject: |
Noindent after @float |
Date: |
Wed, 25 Feb 2004 15:36:54 +0100 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
In the process of moving my documents to @float, I have another
unexpected (by me!) side effect. I don't know whether it is meant,
I'm not claiming there is a bug.
My document behaves as if @noindent had been removed. It boils down
to the following.
~/src/texinfo % eof test-cases/noindent-after-example.texi nostromo 15:36
: -------------------- test-cases/noindent-after-example.texi
----------------------
cat > test-cases/noindent-after-example.texi << \EOF
\input texinfo @c -*-texinfo-*-
@c filecaption(ORDINAL, NAME)
@c ==========================
@macro filecaption{ordinal, name}
@anchor{Example address@hidden \ordinal\}: @file{\name\}
@end macro
@float File
Blah blah
@end float
This is indented.
@example
Blah blah
@end example
This behaves as if noindent was given.
@bye
EOF
: ------------------------------------------------------------
~/src/texinfo % makeinfo --no-header < test-cases/noindent-after-example.texi
Blah blah
File
This is indented.
Blah blah
This behaves as if noindent was given.
~/src/texinfo % nostromo 15:36
- Noindent after @float,
Akim Demaille <=