General ⇒ pdf href that opens a _new_ window
pdf href that opens a _new_ window
I am using pdflatex on Ubuntu Hardy 8.04. I am currently making href statements using
the hyperref package such as:
\href{a.pdf}{A}
These work great! Except these overwrite the current PDF and I can't get back to it. Is there an href option that would allow a new window to be created?
Thank you
Misha Koshelev
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
Re: pdf href that opens a _new_ window
That's unrelated to href. Just give the output file a new name at every compilation. I don't use the command line interface, but I'm sure that can't be too hard.
-
- Posts: 162
- Joined: Wed Jun 17, 2009 10:18 pm
pdf href that opens a _new_ window
Misha:
I couldn't find anything about this in the Hyperref manual. However, it looks like PDF readers behave differently:
Foxit Reader will by default open documents in a new tab, while Adobe Reader will open in the same window. But in the latter you can change this behaviour in the preferences, so it will open a new window.