Contents
Home
About TpX drawing tool

Preview

TpX drawing can be previewed in many formats. It can be previewed as a part of LaTeX document (see TpX output formats) or as a stand-alone image (see Export formats).

Stand-alone image is just exported and opened by default program associated with image extension. Temporary LaTeX document is produced using one of the following sequences:

LaTeX preamble is taken from the preview.tex.inc file. Use "TpX Settings" to set paths to the tools (LaTeX, PdfLaTeX, DVIPS) and viewers needed.

Make sure that all relevant packages are included in LaTeX preamble. For example, if you use AMS fonts, put \usepackage[psamsfonts]{amssymb} to the preamble. Do not forget to include language and encoding stuff as needed. For example,

\usepackage[english,russianb]{babel}
\usepackage[cp1251]{inputenc}