~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to man/ipe.1

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2005-02-24 22:09:16 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050224220916-9vxiiqjz066r5489
Tags: 6.0pre23-2
debian/control: Ipe should depend on exact version of libipe.
Closes: #296771.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.\" First parameter, NAME, should be all caps
 
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 
4
.\" other parameters are allowed: see man(7), man(1)
 
5
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
 
6
.\" \fI<whatever>\fP escape sequences to invoke bold face and italics, 
 
7
.\" respectively.
 
8
.TH IPE 1 "June 28, 2004"
 
9
.\" Please adjust this date whenever revising the manpage.
 
10
.\"
 
11
.\" Some roff macros, for reference:
 
12
.\" .nh        disable hyphenation
 
13
.\" .hy        enable hyphenation
 
14
.\" .ad l      left justify
 
15
.\" .ad b      justify to both left and right margins
 
16
.\" .nf        disable filling
 
17
.\" .fi        enable filling
 
18
.\" .br        insert line break
 
19
.\" .sp <n>    insert n+1 empty lines
 
20
.\" for manpage-specific macros, see man(7)
 
21
.SH NAME
 
22
ipe \- drawing editor for creating figures in PDF or PS formats
 
23
.SH SYNOPSIS
 
24
.B ipe
 
25
[ \fIQt options\fP ] [ -debug ] [ -sheet \fIstylesheet\fP ] 
 
26
[ -geom \fIWxH+X+Y\fP ] \fIfilename\fP
 
27
 
 
28
.SH DESCRIPTION
 
29
 
 
30
Ipe is a program that supports making small figures for inclusion into
 
31
LaTeX documents as well as making multi-page PDF presentations.
 
32
 
 
33
.PP
 
34
This manual page only documents the command line options and
 
35
environment variables.  Full documentation for using Ipe can be found
 
36
in HTML and PDF format; see below.
 
37
 
 
38
.TP
 
39
\fB\-sheet\fR \fIstylesheet\fP
 
40
add the Ipe style sheet in the indicated file to all newly created Ipe
 
41
documents.
 
42
.TP
 
43
\fB\-geom\fR \fIWxH+X+Y\fP
 
44
display the first Ipe window with the given position and size.
 
45
.TP
 
46
\fB\-debug\fR
 
47
display debug output on stderr.
 
48
 
 
49
.SH ENVIRONMENT VARIABLES
 
50
 
 
51
Ipe respects the following environment variables:
 
52
 
 
53
.TP
 
54
\fBIPELATEXDIR\fP
 
55
the directory where Ipe runs Pdflatex.
 
56
 
 
57
.TP
 
58
\fBIPEPDFLATEX\fP
 
59
the name of the Pdflatex executable.  If Pdflatex is on your path, the
 
60
value 
 
61
.I "pdflatex"
 
62
is sufficient.
 
63
 
 
64
.TP
 
65
\fBIPEBINDIR\fP
 
66
the directory containing the
 
67
.I "ipe5toxml"
 
68
program (it is run by Ipe to open Ipe 5 documents).
 
69
 
 
70
.TP
 
71
\fBIPEDOCDIR\fP
 
72
the directory containing the Ipe documentation.
 
73
 
 
74
.TP
 
75
\fBIPELANGDIR\fP
 
76
the directory containing user interface localization for Ipe. (No such
 
77
localization exists yet.)
 
78
 
 
79
.TP
 
80
\fBIPEFONTMAP\fP
 
81
the complete path of the font map, describing where Ipe can find the
 
82
14 standard PDF fonts.
 
83
 
 
84
.TP
 
85
\fBIPEBROWSER\fP
 
86
the name of the HTML browser to be used to display the Ipe on-line
 
87
manual. (If Ipe was linked with KDE, this value is not used.)
 
88
 
 
89
.TP
 
90
\fBIPELETPATH\fP
 
91
a list of directories where Ipe looks for ipelets. Directories are
 
92
separated by ":" on Unix, and by ";" on Windows.
 
93
 
 
94
.TP
 
95
\fBTEXINPUTS\fP
 
96
when running Pdflatex, Ipe prepends both the current directory (where
 
97
Ipe was started) as the directory containing the current document to
 
98
the \fBTEXINPUTS\fP environment variable.
 
99
 
 
100
.SH AUTHOR
 
101
Otfried Cheong
 
102
 
 
103
.SH REPORTING BUGS
 
104
.ad l
 
105
Please report bugs using Ipe bugzilla at
 
106
.I "http://ipe.compgeom.org/bugzilla.html"
 
107
 
 
108
.SH SEE ALSO
 
109
.ad l
 
110
Ipe is documented fully in
 
111
.IR "The Ipe Manual" ,
 
112
which can be found in \fI/usr/share/doc/ipe/manual.html\fP or in pdf format
 
113
in \fI/usr/share/doc/ipe/manual.pdf\fP.