Is it possible to write something into a pdf document so that the Kindle can specifically zoom into an embedded (pdf) image? The Kindle has a 'cursor' and can do that with other (non-pdf) books.
I want to do something such as
text tex text text
\pdfsetup{ image={plot_1}, image={
\begin{figure}
\includegraphics{image_name}
\end{figure}}}
text text text text text
with a \pdfsetup command similar to hypersetup: Ignored by LaTeX, but put in the pdf document (or something else that works with \pdfdest).
\pdfliteralcommand to insert stuff ... err ... literally in there. – Andrew Stacey Oct 14 '11 at 14:38