
TextadTex를 사용하여 PDF 뷰어에서 북마크를 활성화하는 방법을 아는 사람이 있는지 궁금합니다. MacTex로 PDF를 컴파일할 때 다음은 작동하지만 TexpadTex에서는 작동하지 않습니다.
\documentclass{report}
\usepackage{hyperref}
\begin{document}
\section{The document}
\section{Different section}
\end{document}
TextadTex를 사용하여 PDF 뷰어에서 북마크를 활성화하는 방법을 아는 사람이 있는지 궁금합니다. MacTex로 PDF를 컴파일할 때 다음은 작동하지만 TexpadTex에서는 작동하지 않습니다.
\documentclass{report}
\usepackage{hyperref}
\begin{document}
\section{The document}
\section{Different section}
\end{document}