From 86054d7861396b0b7ff2aa01f5b99a4e86b50d5d Mon Sep 17 00:00:00 2001 From: Johan Engelen Date: Sun, 21 Feb 2010 18:40:58 +0100 Subject: [PATCH] add --export-pdf-latex to man page --- inkscape.pod | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/inkscape.pod b/inkscape.pod index bca80f720..fed3dfb51 100644 --- a/inkscape.pod +++ b/inkscape.pod @@ -32,6 +32,7 @@ options: -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). -- 2.30.2