[pdftex] graphicx/metapost problems
Jens-Uwe Morawski
morawski at gmx.net
Sun Aug 4 22:15:54 CEST 2002
On Thu, 1 Aug 2002 05:36:05 +0200
Magnus Lie Hetland <magnus at hetland.org> wrote:
> Since I recently fumbled a lot until I remembered to set TEX=latex to
> get mpost to work
Some systems support to set the TeX format in your MP file:
%%% test.mp >>>
verbatimtex
%&latex
\documentclass{article}
\begin{document}
etex
beginfig(1);
label(btex Test \textbf{Test} Test etex,origin) ;
endfig;
end
%%% <<< test.mp
should run without the TEX=latex setting.
Jens
More information about the pdftex
mailing list