부록 앞의 홀수 빈 페이지

부록 앞의 홀수 빈 페이지
\cleardoublepage
\pdfbookmark{\contentsname}{Contents} % shows appendix at page 12, but it links to page 11.
\tableofcontents

\section{AA}

\begin{enumerate}
\item BB\ref{apx:api} % points at page 11.
\end{enumerate}

\appendix
\section{Appendix} % starts at page 12. but page 11 is blank.
\label{apx:api}
\centerline{\includegraphics[page=1,scale=0.8]{api.pdf}}
\includepdf[pages={2-}, scale=0.8]{api.pdf}

부록의 경우 그 앞에 빈 페이지(11페이지)가 있고, \ref목차와 목차 모두 해당 빈 페이지를 참조합니다(목차에는 올바른 페이지 번호인 12페이지가 있습니다).

이상한 빈 페이지 11

관련 정보