
# This is the cc2tex-1.3 version. April 8, 1992
# cc2tex - program to put Chinese character into latex
#
# Zhi Biao Wu
# Department of Information System & Computer Science 
# Natural University of Singapore
# Republic of Singapore, 0511
# 1992
#
# Copyright (c) 1992, Zhi Biao Wu,ISCS,NUS.
# All rights reserved.
#
# Use and copying of this software and preparation of derivative works
# based upon this software are permitted. However, any distribution of
# this software or derivative works must include the above copyright
# notice.
# 
# This software is made available AS IS, and neither the Department of 
# Information system & Computer Science in NUS or the writer make any
# warranty about the software, its performance or its conformity to
# any specification.
#
# Suggestions, comments, or improvements are welcome and should be
# addressed to:
#
#   wuzhibia@iscs.nus.sg
#
INSTALL: unix% make cc2tex

The program is implemented on SUN. Files in cc2tex-1.3 directory
are:
	cc2tex:	The utility
	cc2tex.c: The source file.
	cc2texdoc.tex: The users manual.
	cc2tex.man: The man page.
	cc2tex.tex: unix% cc2tex cc2texdoc.tex > cc2tex.tex
	cc2tex.dvi: unix% latex cc2tex
	cc2tex.ps: unix% dvips cc2tex -o
	header.c: idraw PostScript Prologue file.

The font directory contains eight Chinese character font files:
	clib.16  flib.16  alib.24  blib.24
	clib.24  dlib.24  flib.24  elib.65

Please read the manual first before use it. Be sure that cc2tex can
find the right ccfont directory. Do the following:
		setenv	CCFONT yourccfontdir

Some C compilers may occur errors. Try gcc will pass it.
Any improvement by the users on the net will be addressed in CHNAGES.

Place available:
	nuscc.nus.sg pub/tex
	crl.nmsu.edu pub/chinese
	ugle.unit.no pub/unix/tex/utils
