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

« back to all changes in this revision

Viewing changes to man/ipetoipe.1

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2009-12-11 21:22:35 UTC
  • mfrom: (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091211212235-5iio4nzpra64snab
Tags: 7.0.10-1
* New upstream.  Closes: #551192.
  - New build-depends: libcairo2-dev, liblua5.1-0-dev, gsfonts
  - patches/config.diff: Remove.  Upstream build system replaced.
  - Runtime lib package changed to libipe7.0.10 from libipe1c2a
  - Devel package renamed to libipe-dev (from libipe1-dev)
  - Package ipe depends on lua5.1 due to ipe-update-master.

* rules: Re-write to use dh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
6
6
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
7
7
.\" respectively.
8
 
.TH IPETOIPE 1 "June 25, 2004"
 
8
.TH IPETOIPE 1 "June 27, 2009"
9
9
.\" Please adjust this date whenever revising the manpage.
10
10
.\"
11
11
.\" Some roff macros, for reference:
22
22
ipetoipe \- Convert between Ipe file formats
23
23
.SH SYNOPSIS
24
24
.B ipetoipe
25
 
( -pdf | -eps | -ps | -xml ) [ -export ] 
26
 
[ -from page ] [ -to page ]
27
 
[ -noshading ] 
28
 
[ -lastview ] \fIinput-file\fP
29
 
\fIoutput-file\fP
 
25
( -pdf | -eps | -xml ) { options } \fIinput-file\fP [ \fIoutput-file\fP ]
30
26
 
31
27
.SH DESCRIPTION
32
28
.PP
33
 
\fBipetoipe\fP converts between the various Ipe file formats.
34
 
 
 
29
\fBipetoipe\fP converts between the three Ipe file formats XML, PDF,
 
30
and EPS.   Options are:
35
31
.TP
36
32
\fB-pdf\fP
37
33
convert to PDF format
39
35
\fB-eps\fP
40
36
convert to EPS (encapsulated Postscript) format
41
37
.TP
42
 
\fB-ps\fP
43
 
convert to Postscript format
44
 
.TP
45
38
\fB-xml\fP
46
39
convert to XML format
47
40
.TP
51
44
\fIWarning:\fP this means that Ipe will not be able to read the
52
45
resulting output file. 
53
46
.TP
54
 
\fB-from\fP and \fB-to\fP
55
 
restrict exporting to PDF to this page range.  This only works in
56
 
conjunction with the \fB-export\fP option.
 
47
\fB-pages\fP \fIfrom\fP-\fIto\fP
 
48
restrict exporting to PDF to this page range.  This implies  the
 
49
\fB-export\fP option. 
57
50
.TP
58
 
\fB-noshading\fP
59
 
do not shade the background of PDF output (if a shading has been
60
 
defined in the document's style sheet).
 
51
\fB-view\fP \fIpage\fP-\fIview\fP
 
52
only export this single view from the document.  This implies  the
 
53
\fB-export\fP option. 
61
54
.TP
62
55
\fB-lastview\fP
63
56
create a Postscript/PDF page only for the last view of each Ipe page.
64
 
This is often convenient for making handouts for slides used in a
65
 
presentation. 
 
57
This is for instance convenient for making handouts for slides used in
 
58
a presentation. 
66
59
.TP
67
60
\fB-runlatex\fP
68
61
run Latex even for XML output. This has the effect of including the
76
69
using color processed with this option will cause a Postscript error
77
70
when displayed).
78
71
.TP
 
72
\fB-nozip\fP
 
73
do not compress streams in PDF or Postscript output.
 
74
.TP
79
75
\fB-styleupdate\fP
80
76
update all style sheets in the document from external style sheet
81
77
files in the current directory.  The external file's name must
90
86
the directory where \fBipetoipe\fP runs Pdflatex.
91
87
 
92
88
.TP
93
 
\fBIPEPDFLATEX\fP
94
 
the name of the Pdflatex executable.  If Pdflatex is on your path, the
95
 
value 
96
 
.I "pdflatex"
97
 
is sufficient.
98
 
 
99
 
.TP
100
 
\fBTEXINPUTS\fP
101
 
when running Pdflatex, Ipe prepends both the current directory (where
102
 
Ipe was started) as the directory containing the current document to
103
 
the \fBTEXINPUTS\fP environment variable.
 
89
\fBIPEDEBUG\fP
 
90
set this to 1 for debugging output.
104
91
 
105
92
.SH AUTHOR
106
93
Otfried Cheong
108
95
.SH REPORTING BUGS
109
96
.ad l
110
97
Please report bugs using Ipe bugzilla at
111
 
.I "http://tclab.kaist.ac.kr/ipe/bugzilla.html"
 
98
.I "http://ipe7.sourceforge.net/bugzilla.html"
112
99
 
113
100
.SH SEE ALSO
114
101
.ad l
115
 
More information about Ipe can be found in  
 
102
Ipe is documented fully in
116
103
.IR "The Ipe Manual" ,
117
 
which can be found in \fI/usr/share/doc/ipe/manual.html\fP or in pdf format
118
 
in \fI/usr/share/doc/ipe/manual.pdf\fP.
 
104
which is available online at
 
105
.I "http://ipe7.sourceforge.net/manual/manual.html" .