dvipdfm编译pdf书签乱码问题

【原因】

据说是windows下使用GBK编码,而书签生成要用unicode才行。

【解决方法】

经验告诉我:

用通常的TeXify编译生成dvi文件,再dvi2pdf转换生成的pdf书签是乱码;

而用LaTeX编译,再dvi2pdf转换生成的pdf书签就正常了。

虽然是件很没技术含量的事,但有用,行之有效。

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax