This file is to install and test quickly. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 0. This ChiTeX's package files: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% This package contains 3 'tgz' files: 1. chitexlx.tgz (for Linux with teTeX), or chitexN.tgz (for Linux with teTeX), or chitexbs.tgz (for FreeBSD with teTeX 2. font1.tgz 3. font2.tgz %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1. How to install ChiTeX: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Follow the following: (1) Do: (i) Give the following command if your TeX is "Linux with teTeX": mv chitexlx.tgz chitex60.tgz (ii) Give the following command if your TeX is "Linux with NTeX": mv chitexN.tgz chitex60.tgz (iii) Give the following command if your TeX is "FreeBSD with NTeX": mv chitexbs.tgz chitex60.tgz (2) copy chitex60.tgz, fonts1.tgz fonts2.tgz to the dir: /usr/local (2) change dir. to this dir. and decompress chitex60.tgz as: cd /usr/local tar -xvzf chitex60.tgz (3) change dir. to /usr/local/chitex60 and run 'csetup': cd /usr/local/chitex60 csetup (4) After you have complete the above (1)-(4), you may go to the following step "2. Now test the Installed ChiTeX: ". But to complete the installation you should also install chinese fonts. (see the following 3. Install the chinese fonts:) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 2. Now test the Installed ChiTeX: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 0. After you have finished the above install process, you will have some ntukai's chinese fonts build in. It suffice to test some attached documents in /usr/local/chitex60: math2.tex ---> chinese LaTeX source files samp1.tex, samp2.tex ---> chinese LaTeX source files, you must compile them twice by the command 'chilatex samp1' ... math1.tex ---> chinese plain TeX source files The following two could be tested after you have installed the font "ntukai.ttf" (see README.install.advance) mathcol.tex ---> chinese LaTeX source file, with color text, could have color display if preview by ghostview. tabdemo.tex ---> chinese LaTeX source file used to test chinese table (see README.chtable) A. First compile: (1) Use the command 'chilatex' to compile the LaTeX documents, for example, give command: chilatex math2 to compile math2.tex, which is in the current dir. (/usr/local/chitex60). (2) Use the command 'chitex' to compile the plain TeX documents, for example, give command: chitex math1 to compile math1.tex, which is in the current dir. (/usr/local/chitex60). B. Next preview and print: (1) To preview and print, do as usual TeX or LaTeX's, e.g.,: xdvi math2 dvips math2 (ghostview math2.ps ---> another preview) lpr math2.ps (2) There have special commands to set resolution 300dpi or 600dpi for 'xdvi' or dvips. Give command: set300 (Only super user can do) to set resolution 300dpi and give: set600 (Only super user can do, others may use the command 'dvips -D 600 math2.ps' (e.g.) to get the same result.) to set 600dpi. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 3. Install the chinese fonts: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% To install chinese fonts, see README.install.advance Important: You should install at least one chinese font. You could not compile, preview successfully your TeX documnets if you do not install any chinese fonts.