open-axiom repository from github
tm_openaxiom - TeXmacs OpenAxiom Interface Program12Version 0.0.133 July 200945Original Version by: Bill Page6Modified by: Alfredo Portes78Compile this program within the MSYS environment on Windows using9the command:1011gcc tm_openaxiom.c texbreaker.c -o tm_openaxiom1213Copy the executable file 'tm_openaxiom.exe' to the OPENAXIOM bin directory:1415... /installation-directory/bin1617Default options can be specified by the environment variable:1819export TM_OPENAXIOM='break 1, over 1, cdot 1, space 0, big( 1, width 4.500'2021These can be overridden by on the command line:2223tm_openaxiom 'break 1, over 1, cdot 1, space 0, big( 1, width 4.500'2425and can be modified dynamically via the simulated OpenAxiom command:2627)set output texmacs break 1, over 1, cdot 1, space 0, big( 1, width 4.5002829You may use 1 yes or on and 0 no or off.3031break <on>|<off> line-break algorithm32over <on>|<off> convert 2-d \over to 1-d /33cdot <on>|<off> convert \cdot to \ (space)34space <on>|<off> convert \ (space) to \,35big( <on>|<off> convert \left( \right to ( )36width <9.99> line width in inches3738I have also included an updated style file for OPENAXIOM3940openaxiom.ts4142which corrects the positioning of the OpenAxiom Type: clause.4344After installing TeXmacs for Windows, copy this file into the45TeXmacs directory:4647c:\Program Files\wintexmacs\texmacs\plugins\openaxiom\packages\session4849or the equivalent location for the Cygwin version of TeXmacs.5051Questions? [email protected]52[email protected]5354