ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Building format with TeX
@ 2000-09-14 17:33 Behnam Tabatabai
  2000-09-15  7:21 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Behnam Tabatabai @ 2000-09-14 17:33 UTC (permalink / raw)


Hi!

I have problems in building format files using TeX or eTeX: With "texexec 
--make --tex=tex en" I get the following error:

....
loading        : Context Support Macros / PDF
) (d:\usr\local\texmf\tex\context\base\supp-pdf.tex
loading        : Context Support Macros / PDF
systems        : Why not use pdf(e)TeX binaries?
! Undefined control sequence.
l.87 \ifnum\pdftexversion
                         >13

Building the format file with "texexec --make --tex=pdftex en" works fine.

I'm using Miktex-1.20e with the latest release of Context 
(http://www.pragma-ade.com/pragma-ade/context/cont-tmf.zip)

Thanks in advance for any hints to solve the problem.

Regards,
Behnam

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Building format with TeX
  2000-09-14 17:33 Building format with TeX Behnam Tabatabai
@ 2000-09-15  7:21 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2000-09-15  7:21 UTC (permalink / raw)
  Cc: ntg-context

At 07:33 PM 9/14/00 CEST, Behnam Tabatabai wrote:

>--make --tex=tex en" I get the following error:
>
>....
>loading        : Context Support Macros / PDF

interesting: this first / PDF should be / EPS (typo) 

>loading        : Context Support Macros / PDF
>systems        : Why not use pdf(e)TeX binaries?
>! Undefined control sequence.
>l.87 \ifnum\pdftexversion
>                         >13
>
>Building the format file with "texexec --make --tex=pdftex en" works fine.

I strongly suggest you to use pdfetex, since that way you got quite some
goodies for free

>I'm using Miktex-1.20e with the latest release of Context 
>(http://www.pragma-ade.com/pragma-ade/context/cont-tmf.zip)
>
>Thanks in advance for any hints to solve the problem.

You may change this in supp-pdf.tex 

\ifx\pdftexversion\undefined
  \writestatus{\m!systems}{Why not use pdf(e)TeX binaries?}
  \protect\expandafter\endinput
\fi

\ifnum\pdftexversion>13 % \else removed 

...

\fi  % one \fi removed ! 

I'll fix it in the next version. BTW, you can set the preferred tex binary
in texexec.ini. 

Hans
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-09-15  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-14 17:33 Building format with TeX Behnam Tabatabai
2000-09-15  7:21 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).