Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

paw-demos(1) [debian man page]

PAW-DEMOS(1)						      General Commands Manual						      PAW-DEMOS(1)

NAME
paw-demos - run PAW demonstrations SYNOPSIS
paw-demos [options] [example_num [test_num]] DESCRIPTION
paw-demos is a script to run the demonstrations of PAW in the paw-demos package. It will create a demo directory (by default $HOME/paw-demos), copy the demos from /usr/share/paw-demos to this directory, and run them. Both examples and tests are available. example_num is the number of the example to start with; examples are skipped if example_num > 31. test_num is the number of the test to start with; tests are skipped if test_num > 8. Note that the first example is numbered 1 but the first test is numbered 0. OPTIONS
--batch Run demos in batch mode; output to PostScript. The resulting output files are placed into a "linux" subdirectory of the demo direc- tory. --clean Clean the demo directory given by the --dir option (or the default directory if --dir is not given). This option causes exam- ple_num, test_num, --batch, and --driver to be ignored. --dir dir Specify the directory in which to run the PAW demos, relative to $HOME. If it does not already exist, it will be created and the demos copied to it from the directory /usr/share/doc/paw-demos/examples. The default is $HOME/paw-demos. --display display Specify the display to use. The default is the current value of the $DISPLAY environment variable. --driver driver Specify a graphics driver. Available options are "X11" for pawX11 and "++" for paw++. --help Show a summary of options. FILES
/usr/share/paw-demos contains the PAW demonstrations. $HOME/paw-demos is the default directory in which to run the demos. SEE ALSO
paw(1), paw++(1) AUTHOR
This manual page and the paw-demos script that it describes were written by Kevin McCarty <kmccarty@debian.org> for the Debian GNU/Linux system (but may be used by others). The demos themselves were written by various PAW contributors. COPYRIGHT
(C) Copyright Kevin McCarty, 2003. April 23, 2003 PAW-DEMOS(1)

Check Out this Related Man Page

KXTERM(1)						      General Commands Manual							 KXTERM(1)

NAME
kxterm - the CERN KUIP terminal emulator SYNOPSIS
kxterm [class] [options] DESCRIPTION
kxterm is a terminal emulator combining the best features of the (now defunct) Apollo DM pads (like: input and transcript pads, automatic file backup of transcript pad, string search in pads, etc.) and the Korn shell emacs-style command line editing and command line recall mechanism. For more detailed information about the program, please see the online help available from the kxterm Help menu. kxterm has a number of X resources which can be set by the user; these are listed in the online help and in the file /etc/X11/app-defaults/KXterm, where the default values are set. It should be noted that when kxterm is acting as a client for another application, the desired X resource should be prefixed by "Kx" plus the class name of the application. So for application "Foo" the kxterm resource class would be KxFoo, and one would set KxFoo*background, etc. One can also set the resource class of a kxterm window via the command-line with the class argument. OPTIONS
-font fn Specifies the font used by kxterm. The font fn must be an XLFD (X Logical Font Description), as for example displayed by the xls- fonts program. -geometry geom Specifies the preferred size and position of the kxterm window; see X(7x) for details. -h, -help Show a summary of options. -iconic Specifies that the window manager should start kxterm as an icon. -n iconname Specifies the name of the kxterm window in an iconic state. -name name Specifies both the title and the iconized name of the kxterm window. -pid pid Specifies the process ID of the program that kxterm should act as a client for. -prompt prompt Sets the prompt displayed in the input pad of the program. -tfont fn Specifies the font used by text boxes, the input pad, and the transcript pad of the program. This should probably be a fixed-width font like "courier" or "fixed". -title title Sets the title of the kxterm window to title. SEE ALSO
o xlsfonts(1) - a program to list available fonts on an X server o paw++(1) - a program using kxterm for its command interface o the online help available from kxterm's Help menu AUTHOR
This manual page was written by Kevin McCarty <kmccarty@debian.org> for the Debian GNU/Linux system (but may be used by others). January 24, 2003 KXTERM(1)
Man Page