Hyperref:删除内部参考和脚注中的链接

Hyperref:删除内部参考和脚注中的链接

我写了一本书,并调用了 hyperref 包,但该包带来了一些不便:

  1. 我曾经使用\label{}hyperref 进行内部引用,但它会误导页码:有时引用在第 265 页,而链接(由 hyperref 建立)却指向第 250 页。
  2. 我不需要链接的脚注。
  3. 当我使用 reledmac 时,熟悉且重要的注释通过 hyperref 链接出现,但这完全是不相关的图形噪音。
  4. 我仍然认为 hyperref 对于链接目录和 URL 很有用。

有什么解决方案吗?或者最好放弃 hyperref?

\usepackage[series={A,B}]{reledmac}
\Xarrangement[A]{paragraph}
\Xarrangement[B]{paragraph}
\arrangementX[A]{paragraph}
\arrangementX[B]{paragraph}
\lineation{page}
\fnpos{familiar-critical}

\usepackage[hyperfootnotes=false,colorlinks=false,linktocpage=true]{hyperref}
\begin{document}
A very simple idea, still it will be presented in two parts. The first will be deal in the context A (see \pageref{contextA}). The second will be analysed in the context B (see \pageref{contextB}).

This is the A context\label{contextA}. Here it goes the part 1 of simple idea\footnote{Though simple the idea requires some footnotes. But I would rather have them without hyperlinked anchors.}.

\newpage
This is the B context\label{contextB}. Here it goes the part 2 of simple idea.



\beginnumbering

\pstart
Que viaje à roda do seu \edtext{quarto}{\Afootnote{quarto (\textit{s. l.} A) \textit{AB} \textit{om. C}}} quem está à beira dos Alpes, de Inverno, em Turim, que é quase tão frio como Sampetersburgo — entende-se. Mas com este clima, com este ar que Deus nos deu, onde a laranjeira cresce na horta, e o mato é de murta, o próprio Xavier de Maistre,\footnoteA{XMM: pp. 1-3} que aqui escrevesse, ao menos ia até o quintal. Eu muitas vezes, nestas sufocadas noites de Estio, viajo até à minha janela para ver uma nesguita de Tejo que está no fim da rua, e me enganar com uns verdes de árvores que ali vegetam sua laboriosa infância nos entulhos do Cais do Sodré. E nunca escrevi estas minhas viagens nem as suas impressões: pois tinham muito que ver! Foi sempre ambiciosa a minha pena: pobre e soberba, quer assunto mais largo. Pois hei-de dar-lho. Vou nada menos que a Santarém: e protesto que de quanto vir e ouvir, de quanto eu pensar e sentir se há-de fazer crónica.
\pend
\endnumbering

\end{document}


相关内容