diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2010-02-22 19:33:37 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2010-02-22 19:33:37 +0000 |
| commit | bde8ed1df082d20ca7bc31f9ede94419cde16b11 (patch) | |
| tree | 4debf473d89d785587de5a8db1a529175490259e /inkscape.pod | |
| parent | add --export-pdf-latex to man page (diff) | |
| download | inkscape-bde8ed1df082d20ca7bc31f9ede94419cde16b11.tar.gz inkscape-bde8ed1df082d20ca7bc31f9ede94419cde16b11.zip | |
- change cmdline option to --export-latex.
- change source file names to reflect that it is "generic" latex renderer
- make latex export work for EPS and PS aswell
(bzr r9101.1.13)
Diffstat (limited to '')
| -rw-r--r-- | inkscape.pod | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/inkscape.pod b/inkscape.pod index fed3dfb51..52b76b4a9 100644 --- a/inkscape.pod +++ b/inkscape.pod @@ -32,7 +32,7 @@ options: -P, --export-ps=FILENAME -E, --export-eps=FILENAME -A, --export-pdf=FILENAME - --export-pdf-latex + --export-latex -T, --export-text-to-path --export-ignore-filters @@ -268,13 +268,14 @@ 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> +=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 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 +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. |
