Public bug reported:

Binary package hint: texlive-latex-recommended

c00enc.def refers to the definition of the sung bitmap font, while this
definition seems not be included in any texlive package.

anyway, as I read the dependencies of latex-cjk-chinese people should
use the new arphic truetype fonts anyway and not the old bitmaps fonts.

the following patch removes the need for the missing bitmap sung
definition file in favor for the arphic bsmi truetype font.

the file c00enc.def belongs to the ctan package ucs and is included in
the ubuntu package texlive-latex-recommended.

--- usr/share/texmf-texlive/tex/latex/ucs/c00enc.def_orig       2006-05-15 
21:12:54.000000000 +0200
+++ usr/share/texmf-texlive/tex/latex/ucs/c00enc.def    2008-01-01 
21:20:38.000000000 +0100
@@ -15,6 +15,6 @@
 %% 
 \ProvidesFile{c00enc.def}[2001/10/11 Fontencoding C00 (Big5)]%
 \DeclareFontEncoding{C00}{}{}%
-\DeclareFontSubstitution{C00}{song}{m}{n}%
+\DeclareFontSubstitution{C00}{bsmi}{m}{n}%
 \input{cenccmn.tex}%
-\expandafter\let\csname C00/song/m/n\endcsname\undefined
+\expandafter\let\csname C00/bsmi/m/n\endcsname\undefined

** Affects: texlive-base (Ubuntu)
     Importance: Undecided
         Status: New

-- 
ucs c00 encoding should use chinese arphic fonts
https://bugs.launchpad.net/bugs/179725
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to