summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/reloadpdf.tex
blob: f203af1699b6331a02f77f76360a8d4c2de8fd9a (plain)
1
2
3
4
5
6
7
8
9
10
11
% Tex file for generating the reloadpdf.pdf utility to force Adobe Reader
% to reload all currently loaded documents. Usage:
%
% pdflatex reloadpdf
% acroread reloadpdf.pdf
%
\documentclass{article}
\begin{document}
\ \pdfannot width 0pt height 0pt { /AA << /PO << /S /JavaScript /JS
  (try{reload();} catch(e) {} closeDoc(this);) >> >> }
\end{document}