evince failes to display and print Japanese pdf file (created with platex and dvipdfmx)...



Hi,

I try to preview and print a Japanese pdf document (created with platex and dvipdfmx) with evince - but can't get it work. I can preview the document correctly with xpdf and kpdf so there shouldn't be anything wrong with it. (Both - xpdf and kpdf - also fail when I try to print the document.)

Here a protocol of what I am doing:


$ cat neko.tex
\documentclass[a4paper]{jarticle}
\usepackage{color}
\begin{document}

\title{\LaTeX 吾輩は猫である。}
\author{名前はまだ無い。}
\maketitle

\section{猫}

吾輩は{\color{red}猫}である。

wagahai wa neko de aru.

\end{document}


$ platex neko.tex
This is pTeX, Version 3.141592-p3.1.10 (euc) (Web2C 7.5.4)
(./neko.tex
pLaTeX2e <2006/06/27>+0 (based on LaTeX2e <2003/12/01> patch level 0)
(/usr/share/texmf/ptex/platex/base/jarticle.cls
Document Class: jarticle 2006/06/27 v1.5 Standard pLaTeX class
(/usr/share/texmf/ptex/platex/base/jsize10.clo))
(/usr/share/texmf-tetex/tex/latex/graphics/color.sty
(/usr/share/texmf-tetex/tex/latex/graphics/color.cfg)
(/usr/share/texmf-tetex/tex/latex/graphics/dvips.def)
(/usr/share/texmf-tetex/tex/latex/graphics/dvipsnam.def))
No file neko.aux.
[1] (./neko.aux) )
Output written on neko.dvi (1 page, 928 bytes).
Transcript written on neko.log.


$ xdvi neko.dvi &
[2] 10455

# xdvi correctly displays the document and all Kanji in the document.


$ dvipdfmx neko.dvi
neko.dvi -> neko.pdf
[1]
9910 bytes written

$ evince neko.pdf &
[2] 10569
(evince:10569): Gtk-CRITICAL **: gtk_tree_model_foreach: assertion `GTK_IS_TREE_MODEL (model)' failed

(evince:10569): Gtk-CRITICAL **: gtk_list_store_clear: assertion `GTK_IS_LIST_STORE (list_store)' failed

[2]+ Done evince neko.pdf


# A document with some Japanese characters is displayed, but all the characters are wrong...

# when trying to print the document the following is printed to stdout/stderr:

Model not found, discarding config

(evince:11085): GnomePrint-WARNING **: Could not create filter from description 'frgba': filter 'frgba' is unknown

# The printer queue shows the following line:

Name Job Number Owner size State
Unknown 97 dietrich 35.0 K Stopped: job-stopped


What can I do?

Thanks, Dietrich








[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]