Re: PDFファイル内の任意のページへのリンク

名前: 若雲
日時: 2007-10-20 03:00:43
IPアドレス: 219.206.106.*

>>49878 目次にリンクを貼るサンプルコードです。 \documentclass{jsarticle} \usepackage[dvipdfm]{hyperref} \makeatletter \renewcommand{\tableofcontents}{% \section*{\contentsname}\hypertarget{hypertoc}{}\label{toc}% <- ここにlabelとhypertargetを追加% \@mkboth{\contentsname}{\contentsname}% \@starttoc{toc}% } \makeatother \begin{document} \tableofcontents \newpage \section{はじめに} 目次は\pageref{toc}ページにあります。\texttt{hyperlink}を使って \hyperlink{hypertoc}{目次はこちら}というふうにもできます。 \end{document}

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます。適宜改行を入れてください)