Skip to content

PDFブックマークに「タイトルページ」を入力する方法は? #1862

Answered by kmuto
jasondee1992 asked this question in Q&A
Discussion options

You must be logged in to vote

TeX PDFに自動で入るもの以外のしおり(ブックマーク)を追加するには、\pdfbookmark[level]{caption}{uniqueID} を該当ページに入れることになります(see texdoc hyperref)。
Re:VIEWのtitlepageの場合、\reviewtitlepagecont のimplementationのところに入れるのがよさそうに思います。\reviewtitlepagecont は以前に review-custom.sty でカスタムしたものを使っていましたよね。

 ...
    \def\reviewtitlepagecont{%
       \begin{titlepage}
       \thispagestyle{empty}
       \pdfbookmark[1]{TITLE}{titlepage}
 ...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jasondee1992
Comment options

Answer selected by jasondee1992
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants