I would like to use a Evince as the default viewer when there is a pdf
file, even if there is also a dvi file. To that effect, I set the
TeX-view-program-selection to : 
,----
| ((output-pdf "Evince")
|  ((output-dvi style-pstricks)
|   "dvips and gv")
|  (output-dvi "xdvi")
|  (output-pdf "xpdf")
|  (output-html "xdg-open"))
`----
It doesn't work, the dvi previewer is always chosen above the
evince. What is the correct setting ?

Julien.


_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to