1FIGTOIPE(1) General Commands Manual FIGTOIPE(1)
2
3
4
6 figtoipe - Convert FIG figures into Ipe format
7
9 figtoipe [-g] [-p preamble] FIGfile XMLfile
10
11
13 figtoipe converts files in FIG format (as created, e.g., by xfig) to
14 Ipe's XML format.
15
16 figtoipe is not complete. The main lacking feature is the conversion
17 of splines. Arc-boxes are replaced by rectangles. Feel free to
18 improve this version!
19
20 The drawing models of FIG and Ipe are somewhat different. Ipe does not
21 support depth ordering independent of grouping, pattern fill, and Post‐
22 script fonts.
23
24 figtoipe tries to include images specified in the XFIG file. For JPEG
25 pictures, it tries include the compressed image data into the XML file.
26 For files not recognized as JPEG, anytopnm is called; its output is
27 compressed and included in the XML file. Some output of anytopnm might
28 be rejected (e.g. images larger than 5000x5000 pixels or B&W bitmaps),
29 or misunderstood.
30
31
33 -g group the figure in the output XML
34
35 -c tell ipe to crop PDF output to the boundingbox
36
37 -6 write in ipe 6 format instead of ipe 7 format
38
39 -p latex
40 add latex as a preamble to the generated XML file, e.g.
41 ´\usepackage{amsmath}´
42
43
45 Otfried Cheong
46 Alexander Bürger <acfb@users.sf.net> (image handling)
47
48
50 Please report bugs using Ipe bugzilla at
51 http://tclab.kaist.ac.kr/ipe/bugzilla.html
52
53
55 More information about Ipe can be found in The Ipe Manual, which can be
56 found in your Ipe installation.
57
58
60 figtoipe comes with ABSOLUTELY NO WARRANTY. It is free software; you
61 can redistribute it and/or modify it under the terms of the GNU General
62 Public License as published by the Free Software Foundation; either
63 version 2 of the License, or (at your option) any later version.
64
65 See the file GPL-2 accompanying the source for details.
66
67
68
69 April 26, 2008 FIGTOIPE(1)