axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Axiom on FreeBSD - current patch set


From: root
Subject: Re: [Axiom-developer] Axiom on FreeBSD - current patch set
Date: Fri, 13 Aug 2004 01:05:34 -0400

Actually, this is experimental at the moment and I didn't realize
I included it in the upload. The follow-on technology for pamphlets
will be booklets. Booklets are like pamphlets but the chunk names,
which right now are completely free-form, will in the future have
an optional syntax of a URI. So you'll be able to create chunks 
that access web pages:

<<http://page.axiom-developer.org/foo/bar/baz.pamphlet>>

or chunks that access local pages

<<file:///path/axiom/src/doc/file.pamphlet>>

or with individual subchunks:

<<file:///path/axiom/src/doc/file.pamphlet?R=sortchunk>>

or chunks that run programs

<<lisp://path/axiom/int/input/foo.lisp>>

etc. With this file I've done a survey of Axiom's sorting facilities.
The idea is to rewrite this file to use URIs where appropriate and
develop David Mentre's booklet program further.

In addition, this should use the axiom.sty file not the noweb.sty
which is no longer used except by noweb itself.


patch modified to use \usepackage{axiom} --t

===================================================================
RCS file: /cvsroot/axiom/axiom/src/booklets/Sorting.booklet,v
retrieving revision 1.1
diff -u -d -B -b -r1.1 Sorting.booklet
--- src/booklets/Sorting.booklet        28 Aug 2003 12:15:28 -0000      1.1
+++ src/booklets/Sorting.booklet        8 Aug 2004 10:06:39 -0000
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{/home/axiomgnu/new/mnt/linux/bin/tex/noweb}
+\usepackage{noweb}
 \begin{document}
 \title{Sorting Facilities}
 \author{Timothy Daly}












reply via email to

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