[Tex/LaTex] How to use LaTeX template for SIAM papers

templates

I need to prepare a paper for SIAM. I downloaded the latest template from SIAM website–siamltex1213.zip from http://www.siam.org/journals/auth-info.php. I am using a Basic TexWorks to open the docultex.tex. However, there are two errors like:

! Package hyperref Error: Wrong DVI mode driver option `pdfmark' (hyperref)
because pdfTeX or LuaTeX is running in PDF  mode.

See the hyperref package documentation for explanation. 
Type  H <return>  for immediate help.  ...                                  

l.3925 \ProcessKeyvalOptions{Hyp}

And also:

! Package hyperref Error: Wrong DVI mode driver option `dvips',
(hyperref)                because pdfTeX or LuaTeX is running in PDF mode.

How do I fix this??

Best Answer

Use latex -> dvips -> ps2pdf rather than pdflatex.