Changes http://wiki.axiom-developer.org/AxiomProgramming/diff
--

 
++added:
+    To include Spad programs on web pages in this website click 'edit' (or 
when adding comments or in bug reports) use::
+
+       !\begin{spad}
+       )abbrev ...
+       ...
+       \end{spad}
+
   "Aldor":AldorForAxiom

??changed:
 
-  Aldor has extensive online 
"documentation":http://www.aldor.org/docs/HTML/index.html
+    Aldor has extensive online 
"documentation":http://www.aldor.org/docs/HTML/index.html
+
+    To include Aldor programs on pages in this website use::
+
+       !\begin{aldor}
+       ...
+       \end{aldor}
+
+    or::
+
+       !\begin{aldor}[name]
+       ...
+       \end{aldor}
 

 
++added:
+    You can add LaTeX formatted equations to pages on this web site by::
+
+       !$$
+       ...
+       $$
+
+    and inline symbols are written like this: !$\alpha +\beta$
+
+    To include arbitrary LaTeX on pages in this website use::
+
+       !\begin{latex}
+       ...
+       \end{latex}
+
+
   "Lisp":LispInAxiom

 
++added:
+    To include Lisp programs on pages in this website use::
+
+       !\begin{lisp}
+       ...
+       \end{lisp}
+
+
   "Boot":BootProgramming

 
++added:
+    To include Boot programs on pages in this website use::
+
+       !\begin{boot}
+       ...
+       \end{boot}
+

--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to