mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] TeXmacs on openSUSE


Chronological Thread 
  • From: Friedrich Laher <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] TeXmacs on openSUSE
  • Date: Thu, 2 May 2019 16:30:10 +0200

Thankyou Nicolas

does the script even include the download -

and if not, from what TeXmacs page to what dirrctory must it be done?

Am 02.05.19 um 11:14 schrieb Nicolas Ratier:
Hello,

The TeXmacs package is very old in openSUSE, so it is better to compile it.
The good news is that version 1.99.9 compile without any change.

I don't install TeXmacs, I prefer to have different versions.
To call TeXmacs, I use the following script you can customized.
Change only the line 4 (devdir).
Your TeXmacs sources must be located in:
"/home/YOUR_NAME/YOUR_DEV_DIR/TeXmacs-1.99.9-src"
The local data's directory is then .TeXmacs-1.99.9

Nicolas

========================================================
#!/bin/sh

version='1.99.9'
devdir="/home/YOUR_NAME/YOUR_DEV_DIR"

devdirversion="${devdir}/TeXmacs-${version}-src"
TEXMACS_PATH=${devdirversion}/TeXmacs
export TEXMACS_PATH

TEXMACS_BIN_PATH="$TEXMACS_PATH/bin"
TEXMACS_DOC_PATH="$TEXMACS_PATH/doc"
TEXMACS_HOME_PATH="${HOME}/.TeXmacs-${version}"
export TEXMACS_BIN_PATH TEXMACS_DOC_PATH TEXMACS_HOME_PATH

PATH="$TEXMACS_BIN_PATH/bin:$PATH"
export PATH

exec ${TEXMACS_BIN_PATH}/texmacs.bin "$@" < /dev/null



Archive powered by MHonArc 2.6.19.

Top of page