避免在阅读器软件和使用前置内容时使用不同的页码

避免在阅读器软件和使用前置内容时使用不同的页码

这个 MWE 的问题应该很清楚:

\documentclass{scrbook} 
\usepackage{blindtext}
\usepackage[unicode]{hyperref}

\begin{document}
\frontmatter 

\chapter*{Frontmatter}
\blindtext

\mainmatter 

\chapter{Chapter 1}

This chapter is on page 1 (bottom right, what would be printed), but my pdf reader says it is on page 3.

\end{document}

对于编译,我使用pdflatex

预期行为:当我告诉我的 pdf 阅读器软件转到第 n 页时,它应该停留在第 n 页。

我花了一个多小时尝试在 Google 和 tex.stackexchange 上找到的建议,但没有成功。如果有人能发布此问题的解决方案,我将不胜感激!

相关内容