axiom-developer
[Top][All Lists]
Advanced

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

Re: Please join! Re: [Axiom-developer] Re: Axiom HyperDoc Replacement


From: Martin Rubey
Subject: Re: Please join! Re: [Axiom-developer] Re: Axiom HyperDoc Replacement
Date: 22 Apr 2007 07:26:03 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

"Alfredo Portes" <address@hidden> writes:

> On 4/21/07, Jay Belanger <address@hidden> wrote:
> 
> > > I just uploaded a tiny toy hyperdoc replacement on MathAction:
> > >
> > > http://wiki.axiom-developer.org/SandBoxHyperDocReplacement
> >
> > For knuckledraggers such as myself, could some more detail on how to
> > start this be added to the page?  How should I load the lisp code, for
> > example?  How should the spad code be loaded?
> 
> Yes, please Martin or Bill.

Make a new directory (for safety), for example

  mkdir HyperExp
  cd HyperExp

Click on "edit" in

  http://wiki.axiom-developer.org/SandBoxHyperDocReplacement

Copy & paste everything between \begin{lisp}...\end{lisp} into a file, say

  hyper.lisp

Copy & paste everything between \begin{spad}...\end{spad} into a file, say

  hyper.spad

start axiom:

  axiom
  )co hyper.spad
  )lisp (load "hyper.lisp")

  SOCKET(8080, getDocumentation$HyperDoc)

start a WebBrowser and enter the url http://localhost/|?binomial|

Martin

(added also to the page)





reply via email to

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