diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2010-02-21 17:40:58 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2010-02-21 17:40:58 +0000 |
| commit | 7eee79508092b2089a4a02b188047dea7eb8733f (patch) | |
| tree | 40da3903fd04625539c5b6c95c9222f47136bef4 | |
| parent | fix alignment issue. now the boundingbox is used for aligning, instead of the... (diff) | |
| download | inkscape-7eee79508092b2089a4a02b188047dea7eb8733f.tar.gz inkscape-7eee79508092b2089a4a02b188047dea7eb8733f.zip | |
add --export-pdf-latex to man page
(bzr r9101.1.12)
| -rw-r--r-- | inkscape.pod | 12 |
1 files changed, 12 insertions, 0 deletions
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). |
