Re: Some really unimportant bits
Tobias Burnus <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
Hello,
Frank Küster wrote:
>- the cont-en link is no longer created - why?
>
>
I'm not sure what you mean, but I assume that you mean a ./bin/cont-en
-> {pdf,}{e,}tex link.
The way to call TeX is:
pdfetex -progname=contex \&cont-en
here the -progname is needed to get the right settings from `kpsewhich
texmf.cnf`.
Using "cont-en" directly would use "cont-en" instead of "context".
Anyway, the right way is to call ConTeXt using texexec which
automatically runs TeX multiple times (if needed for references) and
calls texutil for sorting.
Regards,
Tobias