Tagged Questions
5
votes
1answer
1k views
External (HTML) link to a specific page of a pdf file
I want to hyperlink to a certain page of a pdf file created with LaTeX from an HTML context or just as a plain-text link outside the file, e.g. using <a href="...">...</a>. Is it possible ...
10
votes
1answer
719 views
Can you have hyperlinks to locations in different PDFs?
It's possible to hyperlink to another PDF file using Adobe Acrobat using the following LaTeX code:
\href{run:target.pdf}{Click me!}
If this is placed in source.pdf, then you can click on the ...
2
votes
1answer
936 views
htlatex leaves undefined reference (“??” link) but pdflatex produces correct output
We have a large document that runs through pdflatex and through htlatex.
The pdflatex output is fully ok.
The htlatex output is also ok (it contains all images etc.) except that for
some ...