bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Paragraph indentation suppression


From: Simon Law
Subject: Re: Paragraph indentation suppression
Date: Tue, 22 Apr 2003 02:13:25 -0400
User-agent: Mutt/1.3.28i

On Mon, Apr 21, 2003 at 08:43:08PM -0400, Karl Berry wrote:
>     \suppressfirstparagraphindent to \dosuppressfirstparagraphindent
> 
> Thanks, I fixed that and a couple other bugs while I was at it.
> My test case is inserted below, FWIW.
> 
> If you find other problems, let me know, otherwise I'll update prep.

        None that I can see.

        I have written a more comprehensive test case for you.  This 
one works for TeX and info outputs, but I don't know about HTML or XML
or DocBook.  Note that I did have to change makeinfo.h so that
do_first_par_indent defaults to 0; but I assume that you just haven't
checked that change into CVS yet.

Simon

\input texinfo
@setfilename firstparindent.info

@node Top,,, (DIR)
@top firstparindent
@section default

This should not be indented (by default).

This should be indented, because it is the second paragraph.

@section close-up
This should not be indented, even if it is touching @@section.

This should be indented.


@section explicit

@indent This should be indented (due to explicit @@indent command).

This should be indented.

@section @code{@@indent} is not a paragraph

@indent
This should be indented as well.

This should also be indented, because it is the second paragraph.

@section footnotes

Not address@hidden footnote should be hanging.

This paragraph should be aligned with the paragraph above.}
to test footnotes.

@section @code{@@indent} trumps @code{@@noindent}
@indent
@noindent
This should not be indented (since @@noindent cancels @@indent).


@firstparagraphindent insert
@section insert

This should be indented (due to insert setting).

@section noindent

@noindent
This should not be indented (due to explicit @@noindent command).

@section @code{@@noindent} trumps @code{@@indent}
@noindent
@indent
This should be indented (since @@indent cancels @@noindent).

@section footnotes again

address@hidden footnote is a base case.

This paragraph should also be aligned with the paragraph above.}
to test footnotes.

@firstparagraphindent none

@section none

This should not be indented (due to none setting).

@bye





reply via email to

[Prev in Thread] Current Thread [Next in Thread]