From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/tcltexed/INSTALL | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 support/tcltexed/INSTALL (limited to 'support/tcltexed/INSTALL') 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 -- cgit v1.2.3