Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
texniccenter で miktex を使用して出力を作成すると、次の警告が表示されます
Difference (2) between bookmark levels is greater than one, level fixed on input line 3
誰かが私にこの警告を説明し、おそらく問題の解決策のヒントを教えてもらえますか?
そのメッセージは hyperref パッケージによって発行されます。通常、あるレベルの見出しをスキップしたことを意味します。何かのようなもの:
\chapter{Chapter heading} % skipping the \section -- bad move \subsection{Subsection heading}
ドキュメントをチェックして、すべての見出しが適切に配置されており、階層内でスキップしていないことを確認してください。
(とは言ってもこれはあくまで警告なので無視しても構いません。)