summaryrefslogtreecommitdiff
path: root/support/shlatex/en/README.TXT
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/shlatex/en/README.TXT
Initial commit
Diffstat (limited to 'support/shlatex/en/README.TXT')
-rw-r--r--support/shlatex/en/README.TXT38
1 files changed, 38 insertions, 0 deletions
diff --git a/support/shlatex/en/README.TXT b/support/shlatex/en/README.TXT
new file mode 100644
index 0000000000..b0144cd569
--- /dev/null
+++ b/support/shlatex/en/README.TXT
@@ -0,0 +1,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...
+