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: Davin Pearson
Subject: Re: Suppressing indentation in a texinfo file
Date: Sun, 19 Jun 2016 11:19:09 +1200

The @example environment doesn't fontify italics text in a proper italics
font.

Instead it fontifies italics text in courier + italics.

This is not as pretty as my code without using the @example environment.

On 18 June 2016 at 19:18, Yuri Khan <yuri.v.khan@gmail.com> wrote:

> 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?
>



-- 
Sincerely and kindest regards, Davin.
Davin Pearson    http://davin.50webs.com


reply via email to

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