File: inkview.1.in

package info (click to toggle)
inkscape 0.92.4-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 222,632 kB
  • sloc: cpp: 390,455; ansic: 63,602; python: 32,427; xml: 7,968; sh: 2,737; makefile: 1,920; perl: 1,265; tcl: 223; ruby: 148
file content (52 lines) | stat: -rw-r--r-- 1,624 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.TH inkview 1 "December 28, 2004" INKSCAPE "Inkscape\-0.40"
.SH NAME
inkview - slideshow program which uses SVG files

.SH SYNOPSIS
.B inkview
[\fIFILES\fR] ... [\fIsomewhere/*.svg\fR] ...

.SH DESCRIPTION
Inkview is a slideshow program which uses SVG files. One or more \fIFILES\fR
may be specified on the command-line and the slideshow will consist of the
files supplied on the command line in the given order.

.SH KEYBINDINGS
 Left or Page Up: show previous slide
 Right, Page Down, or space bar: show next slide
 Up: go to first slide
 Down: go to last slide
 Escape, q or Q: quit
 F11: go to fullscreen mode/revert back to window mode
 Return: pop up window with slide buttons (first, prev, next, last)

.SH EXAMPLES
You can use the command
.B inkview @prefix@/share/inkscape/examples/*.svg*
.\" Actually ${datadir}/inkscape/..., but config.status won't fully
.\" expand that.  We could use the makefile to do substitutions instead
.\" of using config.status if we want to correct this.
to browse through the examples included in the inkscape package.

.SH OPTIONS
There are no options yet.

.SH TODO
 add a default SVG for when a document does not load.
 add a usage/help command line switch

.SH "SEE ALSO"
.BR inkscape(1)
and the inkview related part of the inkscape wiki:
.I http://wiki.inkscape.org/wiki/index.php/Inkview

.I http://www.inkscape.org/

.SH AUTHORS

Johan Ceuppens

This codebase owes its existence to a large number of contributors
throughout its various incarnations.  See inkscape(1) for more information.

This man-page was written by Wolfram Quester <wolfi@mittelerde.physik.uni\-konstanz.de>