GeneralI am confused about deciding the proper drivers

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
fractal.generator
Posts: 66
Joined: Tue Oct 07, 2008 9:39 am

I am confused about deciding the proper drivers

Post by fractal.generator »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by localghost »

fractal.generator wrote:my question is

what driver option should I use for \usepackage[driver option]{geometry} and \usepackage[driver option]{hyperref}?
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.


Best regards
Thorsten¹
fractal.generator
Posts: 66
Joined: Tue Oct 07, 2008 9:39 am

Re: I am confused about deciding the proper drivers

Post by fractal.generator »

@localghost,

thank you. ;)
fractal.generator
Posts: 66
Joined: Tue Oct 07, 2008 9:39 am

I am confused about deciding the proper drivers

Post by fractal.generator »

:idea: Mission Accomplished :idea:
Post Reply