[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: @exampleindent vs. tables
From: |
Karl Berry |
Subject: |
Re: @exampleindent vs. tables |
Date: |
Thu, 19 Feb 2004 18:41:47 -0500 |
I don't know it it's a bug or a feature, but in Info output @* not
only forces a newline but also swallows all the following blank lines.
Seems like a bug to me. Multiple consecutive blank lines should get
squeezed into one, but I see no reason why @* should swallow blank
lines.
Thus,
foo
@*
bar
Should output
foo
bar
(One blank line for the @* and one for the two other blank lines getting
squeezed into one.) That's how the TeX output seems to operate.
May be a pain to fix, though, it's not worth a huge hassle.
Thanks.