Discussion:
[AUCTeX] viewing output of dvipdfmx
Werner LEMBERG
2018-04-30 09:40:44 UTC
Permalink
[commit 4b66b9f60e3ce4a552bd4f3230b659347add1446,
Fri Jan 12 11:32:18 2018 +0100]


Folks,


I have the following local variables for a .tex file:

%%% Local Variables:
%%% mode: japanese-latex
%%% coding: utf-8
%%% TeX-engine: uptex
%%% TeX-PDF-from-DVI: "dvipdfmx"
%%% TeX-master: t
%%% End:

After the first C-c C-c, uptex is called, OK.

After the second C-c C-c, dvipdfmx is called, OK.

After the third C-c C-c, auctex wants to execute `xdvi -unique ...'
(which fails for .dvi files created by uptex) instead of calling the
PDF viewer. A buglet?

How can I fix that?


Werner
Ikumi Keita
2018-04-30 10:04:49 UTC
Permalink
Hi Werner,
Post by Werner LEMBERG
%%% mode: japanese-latex
%%% coding: utf-8
%%% TeX-engine: uptex
%%% TeX-PDF-from-DVI: "dvipdfmx"
%%% TeX-master: t
After the first C-c C-c, uptex is called, OK.
After the second C-c C-c, dvipdfmx is called, OK.
After the third C-c C-c, auctex wants to execute `xdvi -unique ...'
(which fails for .dvi files created by uptex) instead of calling the
PDF viewer. A buglet?
How can I fix that?
Change the value of `TeX-PDF-from-DVI' to "Dvipdfmx". Case is
significant here.

Regards,
Ikumi Keita
Werner LEMBERG
2018-04-30 14:57:57 UTC
Permalink
Post by Ikumi Keita
Change the value of `TeX-PDF-from-DVI' to "Dvipdfmx". Case is
significant here.
Doh. Indeed, this works, thanks! I suggest to add something like

(case is significant; note the uppercase `D' in both strings)

to the auctex documentation.


Werner
Ikumi Keita
2018-05-04 16:48:25 UTC
Permalink
Post by Werner LEMBERG
I suggest to add something like
(case is significant; note the uppercase `D' in both strings)
to the auctex documentation.
Thanks for suggestion. I added your words as a note in the document.

Bye,
Ikumi Keita

Loading...