| ← TOC | ↑ Home | I+L SVG | → | TeX | TeX | EPS | SVG | PNG | JPEG | ICO | XPM |
This page shows how to convert an SVG file x-il.svg from inkscape containing LaTeX special text into a LaTeX image.
If the base file name before the extension ends in "-il" the gxhconvert script assumes the file is an SVG file created by the inkscape program requiring LaTeX to process the texts.
If you want to convert the SVG file into a standalone *.tex file you can process using pdfLaTeX to create a standalone PDF file, see the [Inkscape+LaTeX SVG to LaTeX document] page instead.
gxhconvert -o=tex x-il.svg
See the [gxhconvert manual] for a full description of the gxhconvert script.
| Option | Purpose |
|---|---|
| --eps | Produce *.eps/*.tex file pair for use with latex/dvixxx instead of the default *.pdf/*.tex file pair for use with pdflatex. |
| --svg-area=area | String. Area to export, one from:
|
| --svg-latex | Required, if the file name does not end in "-il" to indicate the texts must be processed by LaTeX. |
inkscape --batch-process --export-type=pdf --export-overwrite --export-filename=x.pdf --export-area-drawing --export-latex x-il.svg
Choice 3: Manual conversion produce EPS+TeX file pair
inkscape --batch-process --export-type=eps --export-overwrite --export-filename=x.eps --export-area-drawing --export-latex x-il.svg
| ← TOC | ↑ Home | I+L SVG | → | TeX | TeX | EPS | SVG | PNG | JPEG | ICO | XPM |
Wiki: Inkscape+LaTeX SVG to LaTeX document
Wiki: gxhconvert manual