![]() |
Installing the Linux binary of GNU TeXmacs | ![]() |
Download the TeXmacs binary on this CD.
cd into the directory where you wish to install TeXmacs and type
gunzip -c TeXmacs-1.0.3.4-linux.tar.gz | tar xvf -
All files will be unpacked into the directory TeXmacs-1.0.3.4-linux. Let [installation directory] be the full path of this directory. You may determine it by typing:
cd TeXmacs-1.0.3.4-linux pwd
Depending on your shell, either type
export TEXMACS_PATH=[installation directory] export PATH=$TEXMACS_PATH/bin:$PATH
or
setenv TEXMACS_PATH [installation directory] setenv PATH $TEXMACS_PATH/bin:$PATH
where [installation directory] is as in step 2. We recommend to put these lines in your personal startup script, such as .bash_profile.
texmacs &
TeXmacs runs fine, but certain fonts are not displayed correctly.
Solution: This problem may have several causes:
You use a recent version (>= 7.3) of
chmod -R a+rw /var/lib/texmf/*
This webpage is part of GNU TeXmacs and the larger GNU project. Verbatim copying and distribution of it is
permitted in any medium, provided this notice is preserved. For more
information or questions, please contact Joris van der
Hoeven.
Free Software Foundation, Inc., 59 Temple Place - Suite
330, Boston, MA 02111, USA