summaryrefslogtreecommitdiff
path: root/support/tcltexed/INSTALL
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/tcltexed/INSTALL
Initial commit
Diffstat (limited to 'support/tcltexed/INSTALL')
-rw-r--r--support/tcltexed/INSTALL42
1 files changed, 42 insertions, 0 deletions
diff --git a/support/tcltexed/INSTALL b/support/tcltexed/INSTALL
new file mode 100644
index 0000000000..2a7f6f7a2a
--- /dev/null
+++ b/support/tcltexed/INSTALL
@@ -0,0 +1,42 @@
+################################################################
+# Recommended extern programms:
+tcl 8.x
+tk 8.x
+################################################################
+# If you wanna use latex you should have latex ;-)
+latex2e
+ with packets babel.sty amsmath.sty amsfonts.sty amscd.sty
+ amssymb.sty grafics.sty graficx.sty
+ (umlaut.sty for useage of ae oe ue, you will find an version
+ of this file under ./etc/ , to make use of this version you have
+ to place it in the path of latex [which one I don't know])
+# for Windows NT or 95 or 97 MikTeX is a good joice
+
+makeindex (belongs to latex2e distribution)
+xdvi (unix) or Yap if you use MikTeX
+dvips
+ghostview & ghostscript
+-------------------------------------------------------------------
+tcltexed version 2.8 | 02. Nov 2006 | Martin Strauss
+Copyright (C) 2000 - Martin Strauss -
+Usage under the terms of Gnu General Public License.
+
+The file bin/tcltexed.tcl should be executable
+
+You must edit the first part of the file tcltexed.tcl
+ Control that the path to the tcl/tk interpreter "wish" is correkt
+ (first line of the file) (unix and linux only)
+
+ If it does not find it's path by itself set the basepath variable on
+ the path you used as base of your installation of this program.
+
+ Control the path to the extern progams (latex, xdvi [any viewer for dvi]
+ dvips, ghostview [any viewer for postscript format], makeindex)
+
+-------------------------------------------------------------------
+
+Further description for usage, etc., is implemented in Tcltexed self.
+
+-------------------------------------------------------------------
+Changes since 2.7:
+ thanx to Aaron Mueller it now works under tcl/tk 8.4