Hello,

Two small points, what I did was to do use install the files to use
cjk latex with emacs, then use a script, say ...

[EMAIL PROTECTED] /usr/local/bin]# cat cjklatex
#!/bin/sh
f=`echo $1 | sed -e 's|\(.*\)\.[^/]*$|\1|'`
echo "converting $1 to $f.cjk"
emacs -batch -l cjk-enc -f batch-force-cjk-write-file $f.tex 2> /dev/null
latex $f.cjk

then I can do
cjklatex FILE

on the same file that I use inside emacs with auctex

secondly, i am looking for newer rpms for cjk.

On 10/14/06, Peter Mao <[EMAIL PROTECTED]> wrote:
HELP!!

I looked at the "CJK installation troubles" thread because I'm having a
similar problem, but honestly, I can't figure out how the problem was
resolved.

I installed the following packages last night:

cjk-4.5.2-1.li.fc4.i586.rpm
cjk-ttf-arphic-Bg5-song-0-2.li.noarch.rpm
ttf2pk-1.5-1.li.fc4.i586.rpm
ttfonts-zh_TW-2.11-28.noarch.rpm

_______________________________________________
Cjk maillist  -  [email protected]
http://lists.ffii.org/mailman/listinfo/cjk

Reply via email to