Changes

Jump to navigation Jump to search
314 bytes removed ,  12:33, 1 July 2012
→‎Usage: Remove shells are mutually compatible, get rid of separate instructions
ConTeXt suite works in a non-interfering manner because it does not put anything in your <code>$PATH</code> and does not set any system variables. This in turn means that in order to use it, you need to do some initialization. An intialization script called <code>setuptex</code> is provided in <code>installation-dir/tex/</code>.
If you run context from a terminal, source <code>setuptex</code> before running ConTeXt. This depends on the shell that you are using.like so:
* '''bash''' users can use
source /installation-dir/tex/setuptex
 
* '''zsh''' users can use
. /installation-dir/tex/setuptex
 
* '''(t)csh''' users can use
source /installation-dir/tex/setuptex.csh
 
If you do not know which shell you are using, open a terminal and type
echo $SHELL
== Exclusive usage ==

Navigation menu