bug-texinfo
[Top][All Lists]
Advanced

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

Re: Paragraph indentation suppression


From: Karl Berry
Subject: Re: Paragraph indentation suppression
Date: Mon, 21 Apr 2003 20:43:08 -0400

    \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.

Thanks,
karl


\input texinfo
@setfilename firstparindent.info

@section default

This should not be indented (by default).


@section explicit

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


@firstparagraphindent insert
@section insert

This should be indented (due to insert setting).


@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]