Jens Seidel <[EMAIL PROTECTED]> wrote:

> On Thu, Dec 01, 2005 at 07:30:17PM +0100, Frank Küster wrote:
>> I have looked into this bug, and it seems that it is the fault of
>> debiandoc-sgml.  With reference.zh-cn.sgml, it produces the following
>> LaTeX code
>> 
>> \ifpdf
>> \usepackage[colorlinks=true,CJKbookmarks]{hyperref}
>> \else
>> \usepackage[hypertex]{hyperref}
>> \fi
>> 
>> 
>> If this is changed to 
>> 
>> \ifpdf
>> \usepackage[colorlinks=true,CJKbookmarks]{hyperref}
>> \else
>> \usepackage[hypertex,CJKbookmarks]{hyperref}
>> \fi
>> 
>> the PS file can be produced without problems.
>
> Not with tetex-bin 2.0.2-31, maybe with version 3. 

This is a little surprising;  however not too much, since CJKbookmarks
is an "undocumented option", no wonder that it changed its behaviour.

Regards, Frank

-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer


Reply via email to