Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pyntor(1) [debian man page]

pyntor(1)							      Pyntor								 pyntor(1)

NAME
pyntor - modular slides viewer and presentation tool SYNOPSIS
pyntor [OPTIONS] presentation-file|presentation-archive DESCRIPTION
Pyntor is a presentation tool which can display slides and effects of various formats thanks to its collection of components which are loaded as specified in the presentation-file, commonly called script. Components can either affect the rendering or the input handling, or both. They are documented in detail in components.txt in the pyntor documentation directory, while this manual page tries to only briefly document the user interface to the program on the command line and some keyboard shortcuts to be used while the pyntor is running. Since presentations are normally distributed as presentation-archive files, usually named *.pyntor, those too are accepted as parameters to pyntor. To learn about the creation of presentations and archives, see below for some references. OPTIONS
-c, --components Creates and outputs a formatted list of slides, tracking the components in use like in a real presentation. Additionally, all compo- nents are checked for presence and usability. This option is mainly useful for debugging, but also to get a quick overview of a pre- sentation. -d, --direct=scriptline IF a presentation only uses a single component, no script needs to be created. Instead, the component invocation line which would normally be written into the script can be passed directly on the command line. -x, --export=file.pdf|htmldir Exports a presentation to a (fixed-size) PDF file, if the option argument suffix is .pdf, or otherwise to a directory of PNG images and a simple HTML file with thumbnail preview images. -w, --windowed When running the presentation, do not switch to fullscreen, but run in a window instead. This option is also mainly useful for debugging. -v, --version Displays the version number of Pyntor. -h, --help Displays a summary of all available command line options. This option works without providing a script. -u, --usage Displays common usage scenarios so that the desired effect can be achieved quickly. The examples are for running a presentation and debugging one, respectively. This option works without providing a script. SHORTCUTS
The following keyboard shortcuts are supported globally throughout Pyntor. Note that individual components can make use of additional shortcuts, please consult the component documentation about this. F Toggle between fullscreen mode and windowed mode for displaying slides. P Pyntor menu to allow jumping to arbitrary slides of the presentation. S Pyntor menu to allow type-as-you-find fulltext search, followed by slide jumping as with P. This is useful for the situation of having people reminded of some slide without knowing the page number after a talk. T Gadget displaying the clock time and already spent presentation time in the lower right corner of the screen. Consecutive presses of the T key will increase the brightness of the gadget, but usually the indicator is for the presenter and not for the audience. AUTHORS
Josef Spillner <josef@coolprojects.org> SEE ALSO
pyntor-components(1), pyntor-selfrun(1) Cool Projects 0.6 pyntor(1)

Check Out this Related Man Page

evince(1)							   User Commands							 evince(1)

NAME
evince - GNOME document viewer SYNOPSIS
evince [--fullscreen] [--page-label=label] [--presentation] [--preview] [-gnome-std-options] [filename...] DESCRIPTION
evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript. OPTIONS
The following options are supported: --fullscreen Run evince in fullscreen mode. --page-label=label Specify the page label or page number. This page will be selected in the document if it exists. --presentation Run evince in presentation mode. --preview Run evince as a previewer. gnome-std-options Standard options available for use with most GNOME applications. See gnome-std-options(5). OPERANDS
The following operands are supported: filename The name of the file to be viewed. EXAMPLES
Example 1: Launching evince: example% evince EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/evince Executable for evince /usr/share/gtk-doc/html/evince Evince Programmer's Reference Manual ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-pdf-viewer | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), gnome-std-options(5) Latest version of the GNOME Desktop User Guide for your platform. http://www.gnome.org/projects/evince/ NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2007. SunOS 5.11 13 Nov 2007 evince(1)
Man Page