octave-maintainers
[Top][All Lists]
Advanced

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

Re: Macro for inclusion of OOP code in Octave documentation?


From: Søren Hauberg
Subject: Re: Macro for inclusion of OOP code in Octave documentation?
Date: Mon, 13 Oct 2008 16:23:54 +0200

man, 13 10 2008 kl. 15:11 +0100, skrev David Bateman:
> Does anyone have an idea of how to get such a 
> macro with an embedded @verbatiminclude with a "@" in the filename to work?

Hmm, your first solution seems to work in a simple case for. I have the
following two files

---- test.texi ----

\input texinfo

@macro quaternionfile{file}
@example
@group
@verbatiminclude @@test/\file\
@end group
@end example
@end macro

@quaternionfile{hello}

@bye

---- @test/hello ----

world

Which generates the following output

address@hidden:~/Skrivebord/at$ makeinfo --plaintext test.texi 
world

Søren



reply via email to

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