TEX.TXT -- Important notes.

TEX.ZIP contains the following files:

	TEX.C		-- C source file.

	TEX.H		-- Header file

	TEX.RC		-- Resource file

	*.DLG		-- Dialog Files

	TEX.		-- Make file for Microsoft programming tools.

	TEX.MAK		-- Make file for Borland programming tools.

	WIN32\TEX.DEF	-- 32-bit .DEF file.

	WIN32\TEX.DLL	-- 32-bit .DLL file.

	README.TXT	-- This file.


TEX.DLL Installation and TeX Notes:

The two TEX.DLL files included with this note are Codewright Language
Support DLLs.  They support TeX (Latex) language ChromaCoding
(Syntax Highlighting), construct templates, three categories of
keywords, routines, and the outline view.

To implement this support, copy the appropriate TEX.DLL to your
Codewright directory (16- or 32-bit). Then add the library via the customize/library
menu in CodeWright, or open your CWRIGHT.INI file, locate the [LibPreload]
section and add the following line:

[LibPreload]
LibPreload=tex.dll

The next time you start Codewright, you will have support for .tex files.  
You will still need to turn on whatever support you want in the 
Document|Language|Edit dialog.

