INSTALLATION: My aim is to keep the package working with the latest version of TeXmacs, so keep up to date to avoid any problems with my programs. This version of theophys is known to work with TeXmacs 1.0.5.2 1 Extract package with tar -jxvf theophys.tar.bz2 2 Move the file my-init-texmacs.scm and the DIRECTORY keyboard to you TeXmacs settings directory mv my-init-texmacs.scm keyboard $HOME/.TeXmacs/progs [In case you already have your own my-init-texmacs.scm file with tweaks in it, just apppend the contents of mine to yours.] 3 Comment out (using a semicolon ;) a number of lines in the system TeXmacs file $TEXMACS_PATH/prog/keyboard/kbd-math.scm the following lines ; ("$" (go-end-with "mode" "math")) ; ("(" (make-bracket-open "(" ")")) ; (")" (make-bracket-close ")" "(")) ; ("[" (make-bracket-open "[" "]")) ; ("]" (make-bracket-close "]" "[")) ; ("{" (make-bracket-open "{" "}")) ; ("}" (make-bracket-close "}" "{")) I know this is highly unsatisfactory: I still have to find out how to supersede the default bindings by the ones in my package. 4 Fire up TeXmacs from a terminal, you will see a message appearing that you are loading the theophys stuff.