Contents
Home
About TpX drawing tool

TpX usage

TpX drawings are included in LaTeX files using \input{} command, like
\input{foo.TpX}.
It is necessary to use several LaTeX packages for TpX to be functional (see LaTeX preamble). One can start from template document called Template.tex in TpX distribution.

It is possible to keep TpX drawings in a subdirectory. The command in LaTeX file would be
\input{mypics/foo.TpX}
if subdirectory name is mypics. Set IncludePath in TpX file to mypics/.

TpX can also be used from command line without GUI. See TpX command line options.