diff options
Diffstat (limited to 'Build/source/texk/dvipdf-x/tests/annot.tex')
-rw-r--r-- | Build/source/texk/dvipdf-x/tests/annot.tex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdf-x/tests/annot.tex b/Build/source/texk/dvipdf-x/tests/annot.tex new file mode 100644 index 00000000000..c57f2ca5786 --- /dev/null +++ b/Build/source/texk/dvipdf-x/tests/annot.tex @@ -0,0 +1,22 @@ +% +\special{pdf:obj @tug <</S/URI /URI (http://www.tug.org)>>} + +\special{pdf:bann <</Subtype/Link /A @tug>>}% +TUG on the web +\special{pdf:eann}% + +\vskip 20 bp + +some text +\special{pdf:ann @foo width 15 pt height 10truebp depth 5 true bp <</Subtype/Link /A @tug>>} +\hskip 15 pt +more text + +\vskip 150 bp + +some more text +\special{pdf:ann @bar bbox 0 0 180 90 <</Subtype/Link /A @tug>>} +\hskip 180 bp +final text text + +\bye |