|
From: Petr M. <mi...@ph...> - 2010-02-01 11:19:39
|
So here is the solution:
...
\usepackage{hyperref}
...
\label{bla} \hypertarget{bla}{}
...
pdflatex x.tex
pdflatex x.tex
acroread /a nameddest=bla x.pdf
... jumps to that label
Unfortunately, if the file has been already opened, then it does not scroll
to that position (contrary to labels in html).
> What does Adobe understand with nameddest??
> Like you, I thoight it woukld be a hyperref book mark.
> But I think, Adobe would not refer to hyperref, that's a Latex term.
> Just some thought, but thank you for your mail!!
>
> > > > Looking at the acroread manpage
> > > > (http://transit.iut2.upmf-grenoble.fr/cgi-bin/man/man2html?acroread+1),
> >
> > > > one can find the "/a" switch that has a "nameddest=..." option. Regular
> >
> > > > bookmarks do not seem to work. However, maybe you find another way to
> > > > create named destinations in your PDF.
> > > I have been looking for that all over!!
> >
> > Did it work for you?
> >
> > All these command line options are summarized here:
> > http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf
> >
> > Unfortunately,
> > ...
> > \usepackage{hyperref}
> > ...
> > \label{hello}
> >
> > and then
> > pdflatex x.tex
> > acroread /a nameddest=hello x.pdf
> >
> > does not go to the tag, contrary to
> > acroread /a page=4 x.pdf
> > acroread /a search=something x.pdf
> > which work OK.
> >
> > Has somebody succeeded in hyperref+label+nameddest?
---
PM
|