X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=inkscape.pod;h=8a41508119a84d664dddcc609d6e8ffc8dee025d;hb=74ab8b52ffb455151c92e61ac9600a8cd4500b07;hp=523efc3b83a94bfec540909a10ebb85877b459a4;hpb=206246f121a239aeb9051b56f614aa8c9a76d23a;p=inkscape.git diff --git a/inkscape.pod b/inkscape.pod index 523efc3b8..8a4150811 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-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). @@ -337,17 +350,17 @@ Display a brief usage message. =head1 CONFIGURATION -The main configuration file is located in ~/.config/Inkscape/preferences.xml; it stores +The main configuration file is located in ~/.config/inkscape/preferences.xml; it stores a variety of customization settings that you can change in Inkscape (mostly in the Inkscape Preferences dialog). Also in the subdirectories there, you can place your own: -B<$HOME>/.config/Inkscape/extensions/ - extension effects. +B<$HOME>/.config/inkscape/extensions/ - extension effects. -B<$HOME>/.config/Inkscape/icons/ - icons. +B<$HOME>/.config/inkscape/icons/ - icons. -B<$HOME>/.config/Inkscape/keys/ - keyboard maps. +B<$HOME>/.config/inkscape/keys/ - keyboard maps. -B<$HOME>/.config/Inkscape/templates/ - new file templates. +B<$HOME>/.config/inkscape/templates/ - new file templates. =head1 DIAGNOSTICS @@ -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: @@ -421,7 +434,7 @@ files. The directory must exist. To load different icons sets instead of the default B<$PREFIX>/share/inkscape/icons/icons.svg file, the directory -B<$HOME>/.inkscape/icons/ is used. Icons are loaded by name +B<$HOME>/.config/inkscape/icons/ is used. Icons are loaded by name (e.g. I), or if not found, then from I. If the icon is not loaded from either of those locations, it falls back to the default system location. @@ -556,7 +569,7 @@ making Open Source more visually stimulating to larger audiences. =head1 COPYRIGHT AND LICENSE -B 1999-2008 by Authors. +B 1999-2010 by Authors. B is free software; you can redistribute it and/or modify it under the terms of the GPL.