summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7569517)
raw | patch | inline | side by side (parent: 7569517)
author | Johan Engelen <goejendaagh@zonnet.nl> | |
Sun, 21 Feb 2010 17:40:58 +0000 (18:40 +0100) | ||
committer | Johan Engelen <goejendaagh@zonnet.nl> | |
Sun, 21 Feb 2010 17:40:58 +0000 (18:40 +0100) |
inkscape.pod | patch | blob | history |
diff --git a/inkscape.pod b/inkscape.pod
index bca80f7206ab22b275b52b707f1611f8b46623a2..fed3dfb51c6c086599077b715d5c686fb88b9a43 100644 (file)
--- a/inkscape.pod
+++ b/inkscape.pod
-P, --export-ps=FILENAME
-E, --export-eps=FILENAME
-A, --export-pdf=FILENAME
+ --export-pdf-latex
-T, --export-text-to-path
--export-ignore-filters
@@ -267,6 +268,17 @@ 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-pdf-latex>
+
+Used for creating images for LaTeX documents, where the image's text is typeset by LaTeX.
+When exporting to PDF format, this option splits the output into a PDF file
+(as specified by --export-pdf) and a LaTeX file. Text will not be output in
+the PDF file, but instead will appear in the LaTeX file. This LaTeX file
+includes the PDF. 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).