#!/bin/sh

TeX_FONT_PATH="$PREFIX"/share/texmf/fonts
export TeX_FONT_PATH

cat <<EOT
-------------------------------------------------------------------------
CJK has now added Chinese-Big5 capability to LaTeX2e. To add other Asian
language support, see "$PREFIX/share/doc/CJK" for details.

Something you should do:
1. Run $PREFIX/bin/texconfig, rehash and hyphen required.
2. Chmod 1777 $TEXMF/fonts/{pk,tfm}
   and all subdirectories if you did not configure
   font generation to use a temporary directory.
3.If you want to add TTF or HBF fonts, put them in
  "$TeX_FONT_PATH/truetype/chinese", or
  "$TeX_FONT_PATH/hbf/chinese",
  respectively. Then do some modification to the config files.

For quick start, get TTF or HBF font specified in
"$PREFIX/share/texmf/{hbf2gf,ttf2pk}" from ftp.ifcss.org,
then check out "$PREFIX/share/doc/CJK/CJK.doc" for the usage.

Happy CJKing!
-------------------------------------------------------------------------

EOT

exit 0
