使用 hyperref 时的书签级别差异

发布于 2024-08-04 22:40:18 字数 200 浏览 2 评论 0原文

当在 texniccenter 中使用 miktex 创建输出时,我收到以下警告

Difference (2) between bookmark levels is greater than one, level fixed on input line 3

有人可以向我解释这个警告,也许可以给我一个解决问题的提示吗?

When creating my output with miktex in texniccenter I get the following warning

Difference (2) between bookmark levels is greater than one, level fixed on input line 3

Can someone explain this warning to me and perhaps give me a hint for a solution of the problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼泪淡了忧伤 2024-08-11 22:40:18

该消息由 hyperref 包发出。通常这意味着您跳过了一级标题。例如:

\chapter{Chapter heading}
% skipping the \section -- bad move
\subsection{Subsection heading}

检查您的文档,确保所有标题都按顺序排列,并且没有跳过层次结构中的任何标题。

(话虽这么说,这只是一个警告,所以如果您愿意,可以忽略它。)

That message is emitted by the hyperref package. Usually it means that you've skipped a level of headings. Something like:

\chapter{Chapter heading}
% skipping the \section -- bad move
\subsection{Subsection heading}

Check your document to make sure that you have all your headings in order and haven't skipped any in the hierarchy.

(That being said, it is only a warning, so it can be ignored if you like.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文