Code

OCAL. Fix for Bug #638844 (Errors printed to console if openclipart search fails).
[inkscape.git] / inkscape.pod
index bca80f7206ab22b275b52b707f1611f8b46623a2..8a41508119a84d664dddcc609d6e8ffc8dee025d 100644 (file)
@@ -32,6 +32,7 @@ options:
     -P, --export-ps=FILENAME
     -E, --export-eps=FILENAME
     -A, --export-pdf=FILENAME
+        --export-latex
 
     -T, --export-text-to-path
         --export-ignore-filters
@@ -267,6 +268,18 @@ The default export area is page; you can set it to drawing by --export-area-draw
 specify --export-id to export a single object (all other are hidden); in that case 
 export area is that object's bounding box, but can be set to page by --export-area-page.
 
+=item B<--export-latex>
+
+(for PS, EPS, and PDF export)
+Used for creating images for LaTeX documents, where the image's text is typeset by LaTeX.
+When exporting to PDF/PS/EPS format, this option splits the output into a PDF/PS/EPS file 
+(e.g. as specified by --export-pdf) and a LaTeX file. Text will not be output in 
+the PDF/PS/EPS file, but instead will appear in the LaTeX file. This LaTeX file 
+includes the PDF/PS/EPS. Inputting (\input{image.tex}) the LaTeX file in your LaTeX
+document will show the image and all text will be typeset by LaTeX. See the
+resulting LaTeX file for more information.
+Also see GNUPlot's `epslatex' output terminal.
+
 =item B<-T>, B<--export-text-to-path>
 
 Convert text objects to paths on export, where applicable (for PS, EPS, and PDF export).
@@ -391,7 +404,7 @@ Same, but use the default 90 dpi resolution, specify the filename,
 and snap the exported area outwards to the nearest whole SVG user unit values 
 (to preserve pixel-alignment of objects and thus minimize aliasing):
 
-    inkscape filename.svg --export-id=text1555 --export-png=text.png --export-snap-area
+    inkscape filename.svg --export-id=text1555 --export-png=text.png --export-area-snap
 
 Convert an Inkscape SVG document to plain SVG: