octave-maintainers
[Top][All Lists]
Advanced

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

Re: Documentation for Manual for Dynamically Linked Functions


From: John W. Eaton
Subject: Re: Documentation for Manual for Dynamically Linked Functions
Date: Wed, 25 Apr 2007 12:04:52 -0400

On 25-Apr-2007, David Bateman wrote:

| If we do we need to be careful to replace all of the TABs with 8
| whitespaces, as the formating in the @example environment doesn't handle
| the TABs correctly..

OK, I did this and modified dynamic.txi to use @verbatiminclude, but
using a macro like this:

  @macro examplefile{file}
  @example
  @group
  @verbatiminclude @value{top_srcdir}/examples/\file\
  @end group
  @end example
  @end macro

so the example files can be included with just

  @examplefile{filename}

The conf.texi file also now has a definition for top_srcdir to make
this work.

I also added a copyright stament to the top of dynamic.txi.  If some
of the text is based on other sources, please add the names of the
other authors here.

Thanks,

jwe


reply via email to

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