Index of /pub/packages/ccic/software/tex/cct/unix
Name Last modified Size Description
Parent Directory -
How-to-use.txt 16-Feb-1996 01:00 1.5K
README 15-Mar-1997 03:30 1.4K
v1.1/ 01-Apr-2002 10:23 -
This is a minimum set of the CCT programs for Unix.
============
INSTALLATION
============
1) Unpack the distribution files "cct-<arch>.tar.gz" and "fonts.tar.gz":
gzip -d -c cct-<arch>.tar.gz | tar xvf -
gzip -d -c fonts.tar.gz | tar xvf -
cd cct-unix
where "<arch>" should correspond to the architecture of your computer
(e.g., "irix5.3", "linux").
2) Edit the file "doinst.sh", "dvipsc.in", and "xdvic.in".
3) Execute "doinst.sh" (you must have write permission on the target
directories):
sh doinst.sh
==========
HOW TO USE
==========
The following programs and shell scripts are provided:
cctinit - used to generate "ccfnt*.tfm" and "cchead.sty"
files. It should be run once each time the file
"cct.dat" is modified.
cct - used to transform a Chinese TeX document (generally
with file extension ".ctx") to a standard TeX
document (with the file extension ".tex").
xdvic - shell script to preview a Chinese dvi file.
dvipsc - shell script to print a Chinese dvi file.
patchdvi - called by "xdvic" and "dvipsc" to generate PK files
for Chinese characters.
bmf2??? - transform bitmap image files generated by MSDOS
version of CCT into PCX or TIFF formats.
For a detailed description of the CCT system, please refer to the
CCT manual (for MSDOS) included in the file cctman.zip.
Please send bug reports and suggestions to zlb@lsec.cc.ac.cn.
Lin-bo Zhang, 9 Feb 1996.