[OS X TeX] i-Installer's mpost broken or am I too stupid?
Franck Pastor
pastor at fusl.ac.be
Fri Dec 23 12:51:17 CET 2005
Le 23-déc.-05 à 12:35, Martin Buchmann a écrit :
>
>
> This is my minimal example:
>
> <---- minimal.mp ---->
> prologues := 2;
>
> verbatimtex
> \documentclass[12pt,a4paper]{article}
> \usepackage[T1]{fontenc}
> \usepackage{mathptmx}
> etex;
>
> beginfig(1)
>
> label(btex test etex, (0,0));
>
> endfig;
> end
> <----------------------->
>
> I have really no idea what's wrong here. I've set the environment
> variable TEX to latex and in the past i never had problems like
> these :-( I'm using tex.ii2 package from 2005/12/06 which should be
> the most recent one.
>
> Best regards
> Martin
The "\begin{document}" before "etex" is missing. With this, it should
work :
>
verbatimtex
\documentclass[12pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage{mathptmx}
\begin{document}
etex;
HTH,
Franck (who made this error thousands of times...)------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
More information about the macostex-archives
mailing list