Ihor Radchenko <[email protected]> writes:
> Max Nikulin <[email protected]> writes:
>
>> Human-readable link targets are susceptible to collisions. So ox-latex
>> should support links to particular locations in the specified files,
>> either an Org one or inside external PDF files. Code from ox-html should
>> be adapted for ox-latex.
>>
>> [[file:test.pdf::#anchor][Another document]]
>> -> \href{test.pdf\#anchor}{Another document}
>
> AFAIK, this kind of URL cannot be opened except when opening pdf in
> browser.
What else is there? PDFviewer? What is the standard for Latex?
>> [[file:test.org::#anchor][Another document]]
>> Either for xr-hyper
>> -> Another document \ref{f1-orgabc123}
>> with \label{orgabc123} in test.tex
>> or with redefined \label to generate additional \hypertarget
>> -> \href{test.pdf\#anchor}{Another document}
>
> And this does not fit into single-document exports. We must export
> multiple files via ox-publish. ...and ox-publish does not support pdf
> export.
org-latex-publish-to-pdf ?? Oh, you mean that it has to go through
Latex to get to PDF.
--
David Masterson