Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

open-axiom repository from github

24005 views
1
tm_openaxiom - TeXmacs OpenAxiom Interface Program
2
3
Version 0.0.1
4
3 July 2009
5
6
Original Version by: Bill Page
7
Modified by: Alfredo Portes
8
9
Compile this program within the MSYS environment on Windows using
10
the command:
11
12
gcc tm_openaxiom.c texbreaker.c -o tm_openaxiom
13
14
Copy the executable file 'tm_openaxiom.exe' to the OPENAXIOM bin directory:
15
16
... /installation-directory/bin
17
18
Default options can be specified by the environment variable:
19
20
export TM_OPENAXIOM='break 1, over 1, cdot 1, space 0, big( 1, width 4.500'
21
22
These can be overridden by on the command line:
23
24
tm_openaxiom 'break 1, over 1, cdot 1, space 0, big( 1, width 4.500'
25
26
and can be modified dynamically via the simulated OpenAxiom command:
27
28
)set output texmacs break 1, over 1, cdot 1, space 0, big( 1, width 4.500
29
30
You may use 1 yes or on and 0 no or off.
31
32
break <on>|<off> line-break algorithm
33
over <on>|<off> convert 2-d \over to 1-d /
34
cdot <on>|<off> convert \cdot to \ (space)
35
space <on>|<off> convert \ (space) to \,
36
big( <on>|<off> convert \left( \right to ( )
37
width <9.99> line width in inches
38
39
I have also included an updated style file for OPENAXIOM
40
41
openaxiom.ts
42
43
which corrects the positioning of the OpenAxiom Type: clause.
44
45
After installing TeXmacs for Windows, copy this file into the
46
TeXmacs directory:
47
48
c:\Program Files\wintexmacs\texmacs\plugins\openaxiom\packages\session
49
50
or the equivalent location for the Cygwin version of TeXmacs.
51
52
Questions? [email protected]
53
[email protected]
54