Hi,
with LaTeX, it is possible to create hyperlinks to PDF documents
(either locally or external):
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\href{file.pdf}{Click here to open file.pdf}
\end{document}
But is there a structure that could have the "URL" in order to open the
PDF file at a specific page?
I tried to mimic command line option but this was unsuccessful:
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\href{-p 3 file.pdf}{Click here to open file.pdf at page 3}
\end{document}
Thanks in anticipation.
--
Denis
_______________________________________________
evince-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/evince-list