> -----------------------
> Here is my code snippet:
> -----------------------
> 
> \begin{CJK}{Bg5}{fs}
> ...
> ERROR: I can't find file `ntufsm26'.

`fs' maps to the `ntufsm' CJK font family which obviously doesn't
exist on your system.  Replace this with something installed.  For
example, assuming TeXLive, you can use `bsmi' or `bkai'.

Note that direct input of Big5 encoding is not possible due to
restrictions of TeX itself.  You need a preprocessor for that (e.g.,
bg5latex).  I strongly recommend that you use the UTF-8 input encoding
instead.  Then you can say, for example,

  \begin{CJK*}{UTF8}{bkai}
  ...


    Werner

_______________________________________________
Cjk maillist  -  Cjk@ffii.org
https://lists.ffii.org/mailman/listinfo/cjk

Reply via email to