Export formats
To import TpX drawing into some other program or publish it on the
Web, TpX export capabilities could be used ("Save as.." in
"File" menu). TpX can export to several formats. Note that
files produced by export can not incorporate TeX fonts and formulas
(one exception is MetaPost, which is TeX-aware).
- EPS. Type 1 fonts (.pfb) could be embedded. Set
the path to a font in
"TpX Settings".
- PDF. Currently font embedding is not implemented,
so only Latin characters are supported.
- PDF from EPS. PDF is created from EPS using
GhostScript. Set the path to the program in
"TpX Settings".
- Scalable Vector Graphics (SVG). A promising Web
vector graphics format. Needs a viewer. Several popular vector
graphics editors like Corel Draw or Adobe Illustrator can read
it.
- Bitmap (PNG, BMP). PNG is more compact and could
be viewed in most modern Web browsers.
- Enhanced Metafile (EMF). Standard Windows vector
format. It can also be copied to Windows clipboard and then pasted
into some other program (like MS Word, PowerPoint,
Adobe Illustrator).
- Metapost program.
- Metapost EPS output (MPS).
- LaTeX EPS (latex-dvips).
EPS produced by running latex and dvips on TpX drawing.
Attempt is made to ensure tight bounding box for the EPS.
(Note: This export format is experimental. There are known
problems with PGF and TikZ.)
- PDF from LaTeX EPS (latex-dvips-gs-pdf).
The same as LaTeX EPS with additional run of GhostScript to
produce PDF.
- LaTeX custom (latex-dvips-gs-<foo>).
The same as LaTeX EPS with additional run of GhostScript to
produce a custom image in a format supported by GhostScript.
Set GhostscriptCustomKeys to change the device and resolution.
See also TpX output formats