Tikz 和书签包之间的冲突

Tikz 和书签包之间的冲突

本周我更新了我的发行版 Latex 中的软件包,但丢失了 pdf 中的书签:

使用 Pdflatex 进行编译效果很好,但使用 latex+dvips+ps2pdf 进行编译会破坏 pdf 文件上的书签。

这是一个最小的例子:

\documentclass{article}
\usepackage{hyperref}

\usepackage{bookmark}
\usepackage{tikz}

\begin{document}

\section{One section}

Some text

\newpage 

\section{Another section}

Another text

\end{document}

您可以下载不带书签的 pdf 文件这里

仅使用\usepackage{bookmark}或仅\usepackage{tikz}使用即可工作,但不能同时使用两者。

有人知道发生了什么事吗?

我在 Windows 8.1 上使用 Miktex 20.11 和 GPL Ghostscript 9.53.3

答案1

书签包 1.29 2020-11-06 版本解决了该问题。

相关内容