Code

Fix fallback icon loading order for icons with legacy names.
[inkscape.git] / inkscape.pod
index ff317765fd0093a575122aab14eeed07a876aae6..8a41508119a84d664dddcc609d6e8ffc8dee025d 100644 (file)
@@ -17,7 +17,7 @@ options:
 
     -e, --export-png=FILENAME         
     -a, --export-area=x0:y0:x1:y1     
-    -C, --export-area-canvas
+    -C, --export-area-page
     -D, --export-area-drawing
         --export-area-snap
     -i, --export-id=ID     
@@ -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
@@ -103,21 +104,21 @@ Show Inkscape version and build date.
 =item B<-a> I<x0:y0:x1:y1>, B<--export-area>=I<x0:y0:x1:y1>
 
 In PNG export, set the exported area in SVG user units (anonymous length units normally used
-in Inkscape SVG).  The default is to export the entire document canvas.  The point (0,0)
+in Inkscape SVG).  The default is to export the entire document page.  The point (0,0)
 is the lower-left corner.
 
-=item B<-C>, B<--export-area-canvas>
+=item B<-C>, B<--export-area-page>
 
-In PNG, PDF, PS, and EPS export, exported area is the canvas (page). This is the default
+In PNG, PDF, PS, and EPS export, exported area is the page. This is the default
 for PNG, PDF, and PS, so you don't need to specify this unless you are using --export-id 
 to export a specific object. In EPS, however, this is not the default; moreover, for EPS, 
 the specification of the format does not allow its bounding box to extend beyond its content. 
-This means that when --export-area-canvas is used with EPS export, the canvas bounding box 
+This means that when --export-area-page is used with EPS export, the page bounding box 
 will be trimmed inwards to the bounding box of the content if it is smaller.
 
 =item B<-D>, B<--export-area-drawing>
 
-In PNG, PDF, PS, and EPS export, exported area is the drawing (not canvas), i.e. the bounding box
+In PNG, PDF, PS, and EPS export, exported area is the drawing (not page), i.e. the bounding box
 of all objects of the document (or of the exported object if --export-id is used). 
 With this option, the exported image will
 display all the visible objects of the document without margins or cropping. This is the default
@@ -170,7 +171,7 @@ This value overrides the --export-dpi setting (or the DPI hint if used with --ex
 For PNG, PS, EPS, and PDF export, the id attribute value of the object that you want 
 to export from the document; all other objects are not exported.  By
 default the exported area is the bounding box of the object; you can override this using
---export-area (PNG only) or --export-area-canvas.
+--export-area (PNG only) or --export-area-page.
 
 =item B<-j>, B<--export-id-only>
 
@@ -251,21 +252,33 @@ then the value of 255 (full opacity) will be used.
 
 =item B<-P> I<FILENAME>, B<--export-ps>=I<FILENAME>
 
-Export document(s) to PostScript format. Note that PostScript does not support transparency, so any transparent objects in the original SVG will be automatically rasterized. Used fonts are subset and embedded. The default export area is canvas; you can set it to drawing by --export-area-drawing. You can 
+Export document(s) to PostScript format. Note that PostScript does not support transparency, so any transparent objects in the original SVG will be automatically rasterized. Used fonts are subset and embedded. The default export area is page; you can set it to drawing by --export-area-drawing. You can 
 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 canvas by --export-area-canvas.
+export area is that object's bounding box, but can be set to page by --export-area-page.
 
 =item B<-E> I<FILENAME>, B<--export-eps>=I<FILENAME>
 
-Export document(s) to Encapsulated PostScript format. Note that PostScript does not support transparency, so any transparent objects in the original SVG will be automatically rasterized. Used fonts are subset and embedded. The default export area is drawing; you can set it to canvas, however see --export-area-canvas for applicable limitation. You can specify --export-id to export a single object (all other are hidden).
+Export document(s) to Encapsulated PostScript format. Note that PostScript does not support transparency, so any transparent objects in the original SVG will be automatically rasterized. Used fonts are subset and embedded. The default export area is drawing; you can set it to page, however see --export-area-page for applicable limitation. You can specify --export-id to export a single object (all other are hidden).
 
 =item B<-A> I<FILENAME>, B<--export-pdf>=I<FILENAME>
 
 Export document(s) to PDF format. This format preserves the 
 transparency in the original SVG. Used fonts are subset and embedded. 
-The default export area is canvas; you can set it to drawing by --export-area-drawing. You can 
+The default export area is page; you can set it to drawing by --export-area-drawing. You can 
 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 canvas by --export-area-canvas.
+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>
 
@@ -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<fill_none.svg>), or if not found, then from I<icons.svg>.  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<Copyright (C)> 1999-2008 by Authors.
+B<Copyright (C)> 1999-2010 by Authors.
 
 B<Inkscape> is free software; you can redistribute it and/or modify it
 under the terms of the GPL.