Dear all,
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
General ⇒ I am confused about deciding the proper drivers
-
- Posts: 66
- Joined: Tue Oct 07, 2008 9:39 am
NEW: TikZ book now 40% off at Amazon.com for a short time.

- 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¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
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
@localghost,
thank you.
thank you.

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

