pumen ex pdftex

2
NORTHWEST FLORIDA STATE COLLEGE Department of Mathematics The popupmenu Package Test File D. P. Story Copyright c 2015 [email protected] March 13, 2015 Version 1.0

Upload: skyline1122

Post on 21-Dec-2015

1 views

Category:

Documents


0 download

DESCRIPTION

NORTHWEST FLORIDA STATE COLLEGEDepartment of Mathematics

TRANSCRIPT

Page 1: Pumen Ex Pdftex

NORTHWEST FLORIDA STATE COLLEGEDepartment of Mathematics

The popupmenu Package Test File

D. P. Story

Copyright c© 2015 [email protected] 13, 2015 Version 1.0

Page 2: Pumen Ex Pdftex

2

This file uses the hyperref package to create push buttons, the push button of eforms canalso be used.

Here is an example taken from the Acrobat JavaScript API Reference, it uses the \PushButtoncommand of hyperref. The script is implemented as a mouse up event, rather than a rolloverevent as it appears \PushButton does not support rollover. There is a onmouseover keythat is supposed to work, but it doesn’t. My Menu

Here is the same example, but using \pushButton, the button command from the eformspackage. It is implemented as a rollover event.

We can add a push button with a rollover effect

This is a version that has a local version of the AeBMenuLocal array. If we place the arrayas field-level JavaScript, we don’t need the eforms package. Again, this is an onclick event.AeB Local Menu

Fancier examples can be found at the AeB Blog (www.math.uakron.edu/~dpstory/aebblog.html).