axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Include images in pamphlet files?


From: root
Subject: Re: [Axiom-developer] Include images in pamphlet files?
Date: Thu, 25 Aug 2005 21:17:46 -0400

Pamphlet files are latex files with three additional pieces of syntax:

1) chunk definition


<<any string>>=
    this can be anything and is called a chunk definition.
@

2) chunk use

This is the use of a chunk. You just use <<any string>> (assuming it has
a definition somehwhere. The information will be expanded in place. Think
of chunks as macros with no parameters.

3)

You can quote any string inline using [[some string]]



Other than that a pamphlet file is a latex file. The steps are:

   notangle foo.pamphlet --> foo.code (pure code)
   noweave  foo.pamphlet --> foo.tex  (pure latex)


So if you know how to do something in latex it all works the same.

Tim




reply via email to

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