cht電腦資訊文書排版TeX
adm Find login register

PDF annotation

本人已不在此站活動
1 PDF annotation
Promote 0 Bookmark 02007-12-23quote  

這個有點類似桌面環境上的一些 tooltips,但不同的是,他可以在另外一個小視窗打開。這個在 LaTeX 要怎麼產生呢?

以下是一個簡單的例子(請使用 pdflatex 編譯,並使用 acroread 來閱覽):

\documentclass{article}
\begin{document}
This is a test for pdf annotations.
\pdfannot{/Subtype /Text
/Name /Paragraph
/Contents (This is a test for pdf annotations.)}
This is a test for pdf annotations.
\end{document}

把游標移到那個 paragraph 符號上會有 tooltip 的效果:

double click 那個 Paragraph 符號會打開小視窗:


 

edited: 1

cht電腦資訊文書排版TeX
adm Find login register
views:3609