** Changed in: texlive-base (Debian)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to texlive-base in Ubuntu.
https://bugs.launchpad.net/bugs/179725

Title:
  ucs c00 encoding should use chinese arphic fonts

Status in “texlive-base” package in Ubuntu:
  Invalid
Status in “texlive-base” package in Debian:
  Fix Released

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/179725/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to