help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Suppressing indentation in a texinfo file


From: Yuri Khan
Subject: Re: Suppressing indentation in a texinfo file
Date: Sat, 18 Jun 2016 13:18:55 +0600

On Thu, Jun 16, 2016 at 7:39 AM, Davin Pearson <davin.pearson@gmail.com> wrote:
> Here is a snippet of a file called jtw-manual.info
>
> Consider a typical class:
>
>    class A
> begin
>     property int data;
>
>     classVar int data2 = 666;
>
> The indentation of the "class A" is ugly and I want
> to remove it.  In LaTeX, you simply issue the command
> \noindent.  I tried the texinfo version @noident
> but it doesn't work.

The class definition here is clearly an example. Why aren’t you using
the @example environment?



reply via email to

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