Texpad iOS 应用中的超链接

Texpad iOS 应用中的超链接

我一直尝试使用 让超链接在 Texpad iOS 应用程序中工作hyperref,但没有成功。我尝试在应用程序中编译它:

\documentclass{article}
\usepackage{hyperref}
\hypersetup{colorlinks=true}
\begin{document}
    Here is a \hyperlink{testlabel}{link} to page 3.
    \newpage This is a blank page.
    \newpage \hypertarget{testlabel}{Here} is page 3.
\end{document}

这给了我一个 PDF,其中的超链接是彩色的,但没有产生实际的链接,即单击它没有任何作用。我尝试将同一文档放入在线排版机中,得到了可点击的链接。

答案1

根据此 TexPad 支持页面,

https://www.texpad.com/support/generic/texpadtex/texpadtex-support

它们还不支持超链接。

相关内容