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


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to