Frequently Asked Question List for TeX
Some of the free-standing graphics applications may also be used (effectively) in-line in LaTeX documents; examples are
asymptoteThe package asymptote
(provided in the
asymptote
distribution) defines an environment
asy
which arranges that its contents are available for
processing, and will therefore be typeset (after “enough” runs, in
the “usual” LaTeX way).
Basically, you write
\begin{asy}`
<asymptote code>`
\end{asy}
and then execute
latex document
asy document-*.asy
latex document
GNUplot
instructions in your document, for processing outside of LaTeX.
The package provides commands that enable the user to do calculation
in GNUplot
, feeding the results into the diagram
to be drawn.gmp
(gmp
’s author hopes that his package will
support the facilities emp
, which he believes is in need
of update.)In all cases (other than asymptote
), these packages require
that you can
run external programs from within your document.
FAQ ID: Q-inlgrphapp