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/ite/installation.html | 118 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 support/ite/installation.html (limited to 'support/ite/installation.html') diff --git a/support/ite/installation.html b/support/ite/installation.html new file mode 100644 index 0000000000..6eba1bad68 --- /dev/null +++ b/support/ite/installation.html @@ -0,0 +1,118 @@ + + + + Installation and Customization + + + + +
+ Next: How iTe works + Up: iTe + Previous: Description +
+ +

Installation

+ +

1. Download

+ +

+ Download and extract ite_3_1.zip (build on June 24 2005, about 100kb) + using your favorite packageing tool. The archive will be extracted into the directory './ite'. + Maintainer of the iTe distribution need to download + ite_3_1_src.zip (build on June 24 2005, about 100kb) instead. +

+

+ Note that there may be a more recent (beta) release, including bug reports and workarounds. +

+ +

2. Dependencies

+ +

+ If necessary, install all required tools on your system. +

+ +

3. Lisp Includes

+ +

+ You must point Emacs to some resources required by iTe. This is done in + the initialization file .emacs for Gnu-Emacs or .xemacs/init.el for XEmacs, + which are both located in your home directory. + To this initialization file, merge the following lines and edit ite-load-path: +

+
+
+;; The path to the ite-lisp library.
+(setq ite-load-path "~/ite/lib/ite.el")
+
+;; Preload iTe
+(autoload 'ite ite-load-path "Start the interactive TeX editor" t)
+    
+ +

4. Customization

+ +

+ Normally it is not required to customize iTe. Customization allows you to control +

+ + +

+ To customize iTe, you have to edit the configuration + file ite.conf in the iTe installation directory. +

+ +

+ For the expert user: You can have any list of configuration files in any location. To achieve this, set + the variable ite-config-files to this list, for example +

+
+;; List of configuration files for iTe.
+(setq ite-config-files (list "~/ite/ite.conf" "~/ite/private.conf"))
+    
+

+ The default behaviour is to read the file ite.conf in the iTe + installation directory. +

+ + +

5. Testing

+ +

+ At this stage you can test the installation: +

+
    +
  1. Go to the tex directory; +
  2. +
  3. Execute the compile script to compile all LATEX-files; +
  4. +
  5. Open one of the LATEX-files with (X)Emacs and + invoke iTe. +
  6. +
+ +

6. (LA)TEX Includes

+ +

+ The TEX installation will have to find the files ite.tex and ite.sty + in iTe's tex-directory. + We recommend that you copy these files to a directory which is already searched by TeX. This could be + /usr/share/doc/.TeX or ~/.TeX on a Unix platform. The environment variable + TEXINPUTS lists all directories that are searched. +

+

+ Alternatively, but not recommended, you can make TeX search in an additional location, such as + in the installation directory of iTe. To do so, you will have to modify the + TEXINPUTS environment variable or use a tool provided by the TeX distribution of your + choice. For example, if you are using MiKTeX, you can use its Options-tool to add the library. + Select the Roots tab and add the path to the iTe-distribution to the list of + TEXMF root directories. Then refresh the file name database and exit the utility. +

+ +

Last modified by Wolfgang Kühn on May 17 2005
+ + -- cgit v1.2.3