Tagged Questions
4
votes
2answers
5k views
How to fix “Package hyperref Error: Wrong DVI mode driver option `dvips'”?
I'm having this Error when I try to compile my .tex file with xelatex:
! Package hyperref Error: Wrong DVI mode driver option `dvips',
(hyperref) because XeTeX is running.
See the ...
5
votes
2answers
645 views
What steps are done by XeLaTeX when compiling input files with PSTricks codes, jpeg, png, eps, pdf images?
I am confused why XeLaTeX can produce a pdf output from an input file that contains PSTricks codes, PNG, JPEG, PDF, EPS images. It is the first time I use XeLaTeX and I am really surprised that I can ...