all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Suppressing indentation in a texinfo file
@ 2016-06-16  1:39 Davin Pearson
  2016-06-16 11:45 ` Stephen Berman
  2016-06-18  7:18 ` Yuri Khan
  0 siblings, 2 replies; 7+ messages in thread
From: Davin Pearson @ 2016-06-16  1:39 UTC (permalink / raw)
  To: help-gnu-emacs

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?



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-07-05  8:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-16  1:39 Suppressing indentation in a texinfo file Davin Pearson
2016-06-16 11:45 ` Stephen Berman
2016-06-17 23:33   ` Davin Pearson
2016-06-18  7:18 ` Yuri Khan
2016-06-18 23:19   ` Davin Pearson
2016-06-19  6:39     ` Yuri Khan
2016-07-05  8:02       ` Davin Pearson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.