[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cjk] a couple of bit-rots in the cjk examples
From: |
Hin-Tak Leung |
Subject: |
Re: [cjk] a couple of bit-rots in the cjk examples |
Date: |
Sat, 21 Jan 2017 08:46:11 +0000 (UTC) |
--------------------------------------------
On Sat, 14/1/17, Werner LEMBERG <address@hidden> wrote:
> Thanks. Can you provide patches, please?
Here it is.
http://htl10.users.sf.net/0001-examples-.tex-Fixes-Vietnamese-bit-rot-adds-requirem.patch
You probably want to do a fair bit of editing... I am not sure about the
capitalization of texlive packages.
I have tried all the examples successfully except UTF8.tex (which requires
cyberbit, its content already said so).
Took a while to figure that greek-inputenc is required for CJKutf8 because
missing it is not a hard fail but it goes and looks for cyberbit instead!
I still don't exactly understand why LH font is required for cyrillic, except I
see that loading 't2acmr.fd causes
/home/Hin-Tak/.cache/texlive/texmf-var/fonts/source/lh/lh-t2a/labx1000.mf
/home/Hin-Tak/.cache/texlive/texmf-var/fonts/source/lh/lh-t2a/larm1000.mf
/home/Hin-Tak/.cache/texlive/texmf-var/fonts/pk/ljfour/lh/lh-t2a/larm1000.600pk
/home/Hin-Tak/.cache/texlive/texmf-var/fonts/pk/ljfour/lh/lh-t2a/labx1000.600pk
/home/Hin-Tak/.cache/texlive/texmf-var/fonts/tfm/lh/lh-t2a/larm1000.tfm
/home/Hin-Tak/.cache/texlive/texmf-var/fonts/tfm/lh/lh-t2a/labx1000.tfm
to be generated, although the generated files are not used afterwards, at all.
Unlike CEF_test.tex, which causes
/home/Hin-Tak/.cache/texlive/texmf-var/fonts/pk/modeless/cns/c3so12/c3so1222.600pk
/home/Hin-Tak/.cache/texlive/texmf-var/fonts/pk/modeless/cns/c1so12/c1so1222.600pk
/home/Hin-Tak/.cache/texlive/texmf-var/fonts/pk/modeless/cns/c4so12/c4so1222.600pk
/home/Hin-Tak/.cache/texlive/texmf-var/fonts/pk/modeless/cns/c2so12/c2so1222.600pk
/home/Hin-Tak/.cache/texlive/texmf-var/fonts/pk/modeless/cns/c6so12/c6so1222.600pk
/home/Hin-Tak/.cache/texlive/texmf-var/fonts/pk/modeless/cns/c5so12/c5so1222.600pk
/home/Hin-Tak/.cache/texlive/texmf-var/fonts/pk/modeless/cns/c7so12/c7so1222.600pk
to be generated, and *also* used.
Hin-Tak