summaryrefslogtreecommitdiff
path: root/support/shlatex/en/README.TXT
blob: b0144cd569120468307e3e8a70661f55e5124e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
ShLaTeX version 1.2b-en -- LaTeX compilation script for Linux.
Copyright (C) 2003  Mael Hilléreau (mael.hillereau@free.fr)

This program is under the terms of the GNU General Public Licence. The GNU GPL
is supplied with this program (file "GPL.TXT").

o Install :
    open a root session and execute the "install" script.

o Uninstall :
    open a root session and execute the "uninstall" script.

o Manual Installation :

    If you don't have the root's rights, you may use ShLaTeX like this : 

  - Compile the "tex8to7" program :

      cd ../src
      gcc tex8to7.c -o tex8to7

    the file "tex8to7" is now created.

  - Copy the "ShLaTeX" script and the file "tex8to7" in an accessible directory
    (i.e. which is in the PATH environment variable).

      cp tex8to7 <dir>
      cp ../en/ShLaTeX <dir>

    where <dir> is the directory you'll have choosen.

  - Change this files's rights in order to execute them :

      cd <dir>
      chmod 755 tex8to7 ShLaTeX

  - You may now use the script...