[Bug 179725] Re: ucs c00 encoding should use chinese arphic fonts

2009-11-10 Thread Herbert Schmid
Hi,

I will have a look at this as soon as texlive 2009 is packaged for
debian/ubuntu which has just been released upstream.

Teej, please revert the status to new, because this bug should not be
closed automatically.

Thanks,
herbert


@Václav Šmilauer:
Did you try 
   \PrerenderUnicode{禮}
in the document preemble just before \begin{document} ?

-- 
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 subscribed to Ubuntu.

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

[Bug 119294] Re: OpenSSL should support VIA PadLock

2008-05-16 Thread Herbert Schmid
The support of sha is also missing in openssl 0.9.8g (hardy and
intrepit).

You may easily check this by comparing eng_padlock.c with the patch at
http://www.logix.cz/michal/devel/padlock/.

The patch is against openssl 0.9.8b, and contains the padlock static
fix.

I've attached a cleaned version of the patch, which only contains the
sha part.


** Attachment added: via padlock sha accelaration for openssl 0.9.8g
   http://launchpadlibrarian.net/14566160/openssl-0.9.8g-sha.diff

-- 
OpenSSL should support VIA PadLock
https://bugs.launchpad.net/bugs/119294
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 50529] msttfonts-support package?

2008-05-08 Thread Herbert Schmid
maybe life could be made easier for those who have the font available
anyway?

a msttfonts-support package would supply just the defoma hint files for
the windows fonts and a command to copy and install the font files.

if users have mounted there windows partitions this could be done automatically 
via
 locate .ttf | grep -i font | grep -v /usr/share/wine
and choosing the most appropriate  font files for copying.
The user has to be informed when doing this, as he has to remove the files, if 
he quits his windows license.

Candidates are Wingding* and of course Tahoma.

-- 
msttcorefonts lacks the 'Tahoma' font
https://bugs.launchpad.net/bugs/50529
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 173090] Re: Special characters are not displayed correctly, fonts dissappear from the menu

2008-01-22 Thread Herbert Schmid
** Also affects: openoffice.org (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Special characters are not displayed correctly, fonts dissappear from the menu
https://bugs.launchpad.net/bugs/173090
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


[Bug 177829] Re: Please update fgrlx to 8.44 aka 7.12

2008-01-22 Thread Herbert Schmid
Using 8.44 aka 7.12 I can use google earth with hardware accelaration
now.

-- 
Please update fgrlx to 8.44 aka 7.12
https://bugs.launchpad.net/bugs/177829
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


[Bug 177829] New release 8.452 aka 8-1 available

2008-01-22 Thread Herbert Schmid
There's a new release:
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_81_linux.html

-- 
Please update fgrlx to 8.44 aka 7.12
https://bugs.launchpad.net/bugs/177829
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


[Bug 173090] This bug belongs was introduced in gutsy-updates version 1:2.3.0-1ubuntu5.3 -- Re: Special characters are not displayed correctly, fonts dissappear from the menu

2008-01-21 Thread Herbert Schmid
This bug belongs to openoffice.org version 1:2.3.0-1ubuntu5.3 in gutsy-
updates.

downgrading to 1:2.3.0-1ubuntu5 (gutsy release) gives you back the ä and
the other special characters.

as this bug report dates to 2007-11-30 it may have been introduced with 
ubuntu5.2, as launchpad says 5.3 has been published in december.
please release a version ubuntu5.4 reverting the patches done in 5.2 and 5.3 as 
the small bug fixes done there don't count against this ugly ä bug.

-- 
Special characters are not displayed correctly, fonts dissappear from the menu
https://bugs.launchpad.net/bugs/173090
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

[Bug 179725] Re: ucs c00 encoding should use chinese arphic fonts

2008-01-07 Thread Herbert Schmid
Dear Norbert, Danai Sae-Han, Ming Hua and Dominique,

I've done some more testing and got the following results. (.tex and
.pdf attached.)

1. the CJK package is obsolete if you use unicode input. in this case
you won't need anything beside ucs and the fonts. I've installed the
latex-cjk-chinese-arphaic-* packages only, but not latex-cjk-chinese
package itself.

2. c00enc sets just the default font and latex issues errors only if you
really typeset chinese characters. Users can repair this using
\DeclareFontSubstitution{C00}{bsmi}{m}{n}
in the document preamble.

Anyway, not applying my patches leaves the ubuntu default installation
broken.

3. c10enc.def also needs similiar changes (patch attached).

4. c00enc corresponds to the ucs option cjkbg5,
   c10enc to option cjkgb

5. there are two arphaic fonts, each is supplied in two encodings
C00: bsmi (clear design) and bkai (calligraphic)
C10: gbsn (clear design) and gkai (calligraphic)

6. I've no idea of chinese typesetting and choosen the replacements just
by accident.

You may wish to use bkai for c00/cjkbg5 and gbsn for c10/cjkgb. I
think the native speakers should decide this and the patches need to be
changed accordingly.

Best regards,
Herbert


--- /usr/share/texmf-texlive/tex/latex/ucs/c10enc.def_orig  2008-01-07 
01:37:23.0 +0100
+++ /usr/share/texmf-texlive/tex/latex/ucs/c10enc.def   2008-01-07 
01:37:52.0 +0100
@@ -15,6 +15,6 @@
 %% 
 \ProvidesFile{c10enc.def}[2001/10/11 Fontencoding C10 (Big5)]%
 \DeclareFontEncoding{C10}{}{}%
-\DeclareFontSubstitution{C10}{song}{m}{n}%
+\DeclareFontSubstitution{C10}{gkai}{m}{n}%
 \input{cenccmn.tex}%
-\expandafter\let\csname C10/song/m/n\endcsname\undefined
+\expandafter\let\csname C10/gkai/m/n\endcsname\undefined


** Attachment added: example document with arphaic fonts (pdf)
   http://launchpadlibrarian.net/11190482/C00_chinese_test.pdf

-- 
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


[Bug 179725] Re: ucs c00 encoding should use chinese arphic fonts

2008-01-07 Thread Herbert Schmid

** Attachment added: example document with arphaic fonts (tex source) -- no 
need for package CJK
   http://launchpadlibrarian.net/11190483/C00_chinese_test.tex

-- 
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


[Bug 179725] ucs c00 encoding should use chinese arphic fonts

2008-01-01 Thread Herbert Schmid
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.0 +0200
+++ usr/share/texmf-texlive/tex/latex/ucs/c00enc.def2008-01-01 
21:20:38.0 +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


[Bug 179725] Re: ucs c00 encoding should use chinese arphic fonts

2008-01-01 Thread Herbert Schmid
remark which doesn't belong to the bug, but may be interesting for one
or the other reader:

you don't need the CTAN package cjk anymore, if you like to typeset chinese 
whith unicode.
just use ucs in your document preamble:

\usepackage[cjkbg5]{ucs}  % belongs to utf8x, the x is important
\usepackage[utf8x]{inputenc}
%\usepackage[ngerman]{babel} % or whatever you need
\usepackage[C00,T1]{fontenc}

-- 
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


[Bug 179725] Re: ucs c00 encoding should use chinese arphic fonts

2008-01-01 Thread Herbert Schmid
this patch also changes the file date to 2008/01/01.

** Attachment added: change c00enc.def dependency from old bitmap font to 
arphic bsmi font
   http://launchpadlibrarian.net/2533/c00enc.diff

-- 
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