使用 \phantomsection
、\addcontentsline
。
\documentclass{book}
\usepackage[colorlinks]{hyperref}
\usepackage{bookmark}
\usepackage{lipsum}
\begin{document}
% \hypersetup{pdfview=Fit}
\phantomsection
\addcontentsline{toc}{chapter}{Page One}
\begin{center}
\begin{minipage}{.7\textwidth}
{\hfill\bfseries\large Abstract\hfill}
\medskip
\parindent=2em
\small
\lipsum[11-12]
\end{minipage}
\end{center}
\cleardoublepage
% \hypersetup{pdfview=XYZ}
\phantomsection
\addcontentsline{toc}{chapter}{Contents}
\tableofcontents
\chapter{Chapter One}
\lipsum[1-3]
\section{Section One.One}
\lipsum[4-9]
\section{Section One.Two}
\chapter{Chapter Two}
\lipsum[10-13]
\end{document}
问 请问如何将文本第一页加入目录和书签