Skip to Content.
Sympa Menu

texmacs-users - Sessions

Subject: mailing-list for TeXmacs Users

List archive

Sessions


Chronological Thread 
  • From: Mark Arrasmith <address@hidden>
  • To: address@hidden
  • Subject: Sessions
  • Date: Thu, 11 Sep 2003 13:59:36 -0500
  • Organization: WSU Mathematics

Right now for Eukleide I'm using

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define (eukleides-serialize lan t)
(import-from (texmacs plugin plugin-cmd))
(with u (pre-serialize lan t)
(with s (tree->verbatim (object->tree u))
(string-append (escape-verbatim (string-replace s "\n" "~")) "\n"))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

to parse the input. How can I get \ to be allowed through? Right now I have
to use \\alpha to get \alpha into a .tex file for processing math within the
Eukleide image.

Also ... anyone have Michael Lachmann's email? I'm wanting to talk to him
about the R session.

- mark



  • Sessions, Mark Arrasmith, 09/11/2003

Archive powered by MHonArc 2.6.19.

Top of Page