[tex-live] bug with \input

Akira Kakuto kakuto at fsci.fuk.kindai.ac.jp
Wed Jun 16 10:33:23 CEST 2004


> [P4 2004-06-16 07:49 MEST]
> 
> Running this command
> 
>   VARTEXMF=/home/foo/texmf-var \
>   PATH=/home/bar/TeXLive/TeXLive/bin/i386-linux:$PATH \
>   latex cjk.tex
> 
> on this
> 
>   \documentclass{article}
> 
>   \usepackage{CJK}
> 
>   \begin{document}
> 
>   \begin{CJK}{GB}{gbsn}
>   ^^ce^^ce
>   \end{CJK}
> 
>   \end{document}
> 
> gives the following error message:
> 
>   ! I can't find file `CJK.en'.
>   l.462 \input CJK.enc

(1)\input CJK.enc%
(2)\input CJK.encX
(3)\input CJK.enc\relax
(4)\input "CJK.enc"
All succeed. (2) is particularly interesting: X is dropped.
Side effects of pace code support in file name?

Best regards
-- 
Akira Kakuto



More information about the tex-live mailing list