aboutsummaryrefslogtreecommitdiff
path: root/contrib/texmacs/progs/init-openaxiom.scm
blob: b6d485a36d5c6eb83499bff234698e9b7d85af11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; MODULE      : init-openaxiom.scm
;; DESCRIPTION : Initialize openaxiom plugin
;; COPYRIGHT   : (C) 1999  Joris van der Hoeven
;;
;; This software falls under the GNU general public license and comes WITHOUT
;; ANY WARRANTY WHATSOEVER. See the file $TEXMACS_PATH/LICENSE for details.
;; If you don't have this file, write to the Free Software Foundation, Inc.,
;; 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(define (openaxiom-initialize)
  (import-from (texmacs plugin plugin-convert))
  (lazy-input-converter (openaxiom-input) openaxiom))

(plugin-configure openaxiom
  (:require (url-exists-in-path? "open-axiom"))
  (:initialize (openaxiom-initialize))
  (:launch "tm_openaxiom")
  (:session "OpenAxiom"))