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

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

Suppressing indentation in a texinfo file


From: Davin Pearson
Subject: Suppressing indentation in a texinfo file
Date: Wed, 15 Jun 2016 18:39:37 -0700 (PDT)
User-agent: G2/1.0

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.

How do I go about suppressing indentation in texinfo?



reply via email to

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