diff options
author | jtb <jtb@pkgsrc.org> | 2003-08-31 01:43:23 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-08-31 01:43:23 +0000 |
commit | 05cbe68b06e213f8ab5673a646682b58e4964491 (patch) | |
tree | b2808cd136697e386c7608751a007976cb6f6ce8 /print/advi/DESCR | |
parent | b5d4d13eb14282b236ac1390620ab3376887ed2c (diff) | |
download | pkgsrc-05cbe68b06e213f8ab5673a646682b58e4964491.tar.gz |
Initial import of advi.
Active-DVI is a DVI previewer and presenter written in Objective Caml
(http://caml.inria.fr/ocaml/) with some eye candy effects for
presentation, support for interactive demonstrations, and embedding of
arbitrary applications within the presentation (hence the Active
adjective of the presenter :).
Active-DVI currently supports the following features:
+ Encapsulated Postscript File inclusion (using graphics package)
+ Effects for presentation (pause, delay, text color change)
+ Embedded applications for interactive demonstration
+ Pictures visualization via gpic specials
+ Display of inlined Postscript using gs
+ Font antialiasing that takes background colors into account
+ Page display is interrupted on user input
+ Resizing the page adjusts the magnification
+ Start displaying at a given page or at a given link reference
+ The file is reloading on signal SIGUSR1
+ Hyperlinks
+ Active areas (execute an action when the mouse is over)
+ Background colors and images
+ Alpha blending for images
Diffstat (limited to 'print/advi/DESCR')
-rw-r--r-- | print/advi/DESCR | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/print/advi/DESCR b/print/advi/DESCR new file mode 100644 index 00000000000..c5f98d7afef --- /dev/null +++ b/print/advi/DESCR @@ -0,0 +1,22 @@ +Active-DVI is a DVI previewer and presenter written in Objective Caml +(http://caml.inria.fr/ocaml/) with some eye candy effects for +presentation, support for interactive demonstrations, and embedding of +arbitrary applications within the presentation (hence the Active +adjective of the presenter :). + +Active-DVI currently supports the following features: + ++ Encapsulated Postscript File inclusion (using graphics package) ++ Effects for presentation (pause, delay, text color change) ++ Embedded applications for interactive demonstration ++ Pictures visualization via gpic specials ++ Display of inlined Postscript using gs ++ Font antialiasing that takes background colors into account ++ Page display is interrupted on user input ++ Resizing the page adjusts the magnification ++ Start displaying at a given page or at a given link reference ++ The file is reloading on signal SIGUSR1 ++ Hyperlinks ++ Active areas (execute an action when the mouse is over) ++ Background colors and images ++ Alpha blending for images |