General ⇒ I am confused about deciding the proper drivers
-
- Posts: 66
- Joined: Tue Oct 07, 2008 9:39 am
I am confused about deciding the proper drivers
Even though my target is pdf format, I prefer to work in pstricks as opposed to pdftricks.
Due to this condition, I choose compilation process as follows:
step 1 : *.tex ---(latex.exe)---->*.dvi
step 2 : *.dvi---(dvips.exe)--->*.ps
step 3 : *.ps---(ps2pdf)--->*.pdf
my question is
what driver option should I use for \usepackage[driver option]{geometry} and \usepackage[driver option]{hyperref}?
Thank you in advance.
regards,
Hayashi
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
I am confused about deciding the proper drivers
Forget about drivers. Most of the modern packages are able to detect which compiler is running. Best example is the graphicx package, which searches the right graphics files on its own, provided that they exist in the according format.fractal.generator wrote:my question is
what driver option should I use for \usepackage[driver option]{geometry} and \usepackage[driver option]{hyperref}?
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 66
- Joined: Tue Oct 07, 2008 9:39 am
Re: I am confused about deciding the proper drivers
thank you.

-
- Posts: 66
- Joined: Tue Oct 07, 2008 9:39 am
I am confused about deciding the proper drivers

