emacs+auctex在windows下如何设定dvi viewer?# TeX - TeX电子排版系统
e*e
1 楼
In the configuration page, I see the following:
TeX DVI View Command
(cond
((eq window-system 'x)
"xdvi")
((eq window-system 'w32)
"yap")
(t "dvi2tty * | cat -s"))
However, I don't have xdvi installed on my windows xp system, and I'd like
to use yap as my dvi viewer. So, I change xdvi to yap. Still, it won't work.
Everytime, I want to view dvi, emacs will try to launch xdvi.
I added the following line in my init file:
(setq tex-dvi-view-command "yap *")
Still the same. Does anyone know how t
TeX DVI View Command
(cond
((eq window-system 'x)
"xdvi")
((eq window-system 'w32)
"yap")
(t "dvi2tty * | cat -s"))
However, I don't have xdvi installed on my windows xp system, and I'd like
to use yap as my dvi viewer. So, I change xdvi to yap. Still, it won't work.
Everytime, I want to view dvi, emacs will try to launch xdvi.
I added the following line in my init file:
(setq tex-dvi-view-command "yap *")
Still the same. Does anyone know how t