gxhints - Graphics conversion hints Wiki
Hints for graphics conversion, gxhconvert script
Brought to you by:
kraused
| ← TOC | ↑ Home | Fig | → | TeX | TeX | EPS | SVG | PNG | JPEG | ICO | XPM |
This page shows how to convert a FIG file named x.fig into a LaTeX figure you can include into a LaTeX document.
If you want to convert the FIG file into a standalone *.tex file you can process using pdfLaTeX to create a standalone PDF file, see the [FIG to LaTeX document] page instead.
gxhconvert -o=tex x.fig
See the [gxhconvert manual] for a full description of the gxhconvert script.
| Option | Purpose |
|---|---|
| --eps | Create a EPS+TeX file pair for use with latex/dvixxx instead of the PDF+TeX file pair for use with pdflatex. |
| --pgf | Use PGF instructions in the *.tex output file instead of creating a PDF+TeX or EPS+TeX file pair. The options --eps and --pgf are mutually exclusive. |
fig2lat -l pdf.tex x.fig
fig2lat -l pgf x.fig
| ← TOC | ↑ Home | Fig | → | TeX | TeX | EPS | SVG | PNG | JPEG | ICO | XPM |