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

« back to all changes in this revision

Viewing changes to man/ipetopng.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:
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 invode bold face and italics, 
7
 
.\" respectively.
8
 
.TH IPETOPNG 1 "June 25, 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
 
ipetopng \- Save an Ipe document as a bitmap
23
 
.SH SYNOPSIS
24
 
.B ipetopng
25
 
\fIpage\fP \fIresolution\fP \fIinput-file\fP \fIoutput-file\fP
26
 
 
27
 
.SH DESCRIPTION
28
 
.PP
29
 
\fBipetopng\fP converts a single page of an Ipe document as a PNG
30
 
image.  You have to specify the \fIpage\fP and the \fIresolution\fP in
31
 
pixels per inch.
32
 
 
33
 
.SH ENVIRONMENT VARIABLES
34
 
 
35
 
\fBipetopng\fP respects the following environment variables:
36
 
 
37
 
.TP
38
 
\fBIPELATEXDIR\fP
39
 
the directory where \fBipetopng\fP runs Pdflatex.
40
 
 
41
 
.TP
42
 
\fBIPEPDFLATEX\fP
43
 
the name of the Pdflatex executable.  If Pdflatex is on your path, the
44
 
value 
45
 
.I "pdflatex"
46
 
is sufficient.
47
 
 
48
 
.TP
49
 
\fBIPEFONTMAP\fP
50
 
the complete path of the font map, describing where Ipe can find the
51
 
14 standard PDF fonts.
52
 
 
53
 
.TP
54
 
\fBTEXINPUTS\fP
55
 
when running Pdflatex, Ipe prepends both the current directory (where
56
 
Ipe was started) as the directory containing the current document to
57
 
the \fBTEXINPUTS\fP environment variable.
58
 
 
59
 
.SH AUTHOR
60
 
Otfried Cheong
61
 
 
62
 
.SH REPORTING BUGS
63
 
.ad l
64
 
Please report bugs using Ipe bugzilla at
65
 
.I "http://tclab.kaist.ac.kr/ipe/bugzilla.html"
66
 
 
67
 
.SH SEE ALSO
68
 
.ad l
69
 
More information about Ipe can be found in  
70
 
.IR "The Ipe Manual" ,
71
 
which can be found in \fI/usr/share/doc/ipe/manual.html\fP or in pdf format
72
 
in \fI/usr/share/doc/ipe/manual.pdf\fP.