Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

figtoipe(1) [debian man page]

FIGTOIPE(1)						      General Commands Manual						       FIGTOIPE(1)

NAME
figtoipe - Convert FIG figures into Ipe format SYNOPSIS
figtoipe [-g] [-p preamble] FIGfile XMLfile DESCRIPTION
figtoipe converts files in FIG format (as created, e.g., by xfig) to Ipe's XML format. figtoipe is not complete. The main lacking feature is the conversion of splines. Arc-boxes are replaced by rectangles. Feel free to improve this version! The drawing models of FIG and Ipe are somewhat different. Ipe does not support depth ordering independent of grouping, pattern fill, and Postscript fonts. figtoipe tries to include images specified in the XFIG file. For JPEG pictures, it tries include the compressed image data into the XML file. For files not recognized as JPEG, anytopnm is called; its output is compressed and included in the XML file. Some output of anytopnm might be rejected (e.g. images larger than 5000x5000 pixels or B&W bitmaps), or misunderstood. OPTIONS
-g group the figure in the output XML -p latex add latex as a preamble to the generated XML file, e.g. 'usepackage{amsmath}' AUTHORS
Otfried Cheong Alexander Burger <acfb@users.sf.net> (image handling) REPORTING BUGS
Please report bugs using Ipe bugzilla at http://tclab.kaist.ac.kr/ipe/bugzilla.html SEE ALSO
More information about Ipe can be found in The Ipe Manual, which can be found in your Ipe installation. LICENSE &; WARRANTY figtoipe comes with ABSOLUTELY NO WARRANTY. It is free software; you can redistribute it and/or modify it under the terms of the GNU Gen- eral Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the file GPL-2 accompanying the source for details. April 26, 2008 FIGTOIPE(1)

Check Out this Related Man Page

IPETOIPE(1)						      General Commands Manual						       IPETOIPE(1)

NAME
ipetoipe - Convert between Ipe file formats SYNOPSIS
ipetoipe ( -pdf | -eps | -xml ) { options } input-file [ output-file ] DESCRIPTION
ipetoipe converts between the three Ipe file formats XML, PDF, and EPS. Options are: -pdf convert to PDF format -eps convert to EPS (encapsulated Postscript) format -xml convert to XML format -export do not include Ipe markup in the output file. Warning: this means that Ipe will not be able to read the resulting output file. -pages from-to restrict exporting to PDF to this page range. This implies the -export option. -view page-view only export this single view from the document. This implies the -export option. -markedview create a Postscript/PDF page only for the marked views of marked Ipe pages. This is for instance convenient for making handouts for slides used in a presentation. This implies the -export option. -runlatex run Latex even for XML output. This has the effect of including the dimensions of each text object in the XML file. -nocolor do not use any color commands in Postscript output. This is useful if you are preparing a manuscript for publication where the pub- lisher checks that the figures are grayscale only. Note that this option doesn't actually verify that the figure contains no color (a figure using color processed with this option will cause a Postscript error when displayed). -nozip do not compress streams in PDF or Postscript output. ENVIRONMENT VARIABLES
ipetoipe respects the following environment variables: IPELATEXDIR the directory where ipetoipe runs Pdflatex. IPEDEBUG set this to 1 for debugging output. AUTHOR
Otfried Cheong REPORTING BUGS
Please report bugs using Ipe bugzilla at http://ipe7.sourceforge.net/bugzilla.html SEE ALSO
Ipe is documented fully in The Ipe Manual, which is available online at http://ipe7.sourceforge.net/manual/manual.html . June 27, 2009 IPETOIPE(1)
Man Page