ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* mathrel, pdfetex, my formats...
@ 2001-06-20 16:22 Patrick Gundlach
  2001-06-21  7:58 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Gundlach @ 2001-06-20 16:22 UTC (permalink / raw)


Hi,

I have a problem (probably my own fault, but I have no idea 
where to start debugging) I was playing with m-cweb.

this is the file a.tex:
-----------------
\mathrel?
-----------------

tex, etex and pdfetex all say something like this:

! Missing $ inserted.
<inserted text> 
                $

but cont-en (pdfetex) says:
! Undefined control sequence.
l.1 \mathrel?

This is pdfeTeX, Version 3.14159-14h-released-20010417-2.1 (Web2C 7.3.3.1)
entering extended mode
(./a.tex{pdftex.cfg}

ConTeXt  ver: 2001.4.9  fmt: 2001.6.20  int: english  mes: english

the format was made with texexec --alone --make en 

How can this be? 

Viele Gruesse,

  Patrick Gundlach


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

* Re: mathrel, pdfetex, my formats...
  2001-06-20 16:22 mathrel, pdfetex, my formats Patrick Gundlach
@ 2001-06-21  7:58 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2001-06-21  7:58 UTC (permalink / raw)
  Cc: ntg-context

At 06:22 PM 6/20/01 +0200, Patrick Gundlach wrote:
>Hi,
>
>I have a problem (probably my own fault, but I have no idea 
>where to start debugging) I was playing with m-cweb.
>
>this is the file a.tex:
>-----------------
>\mathrel?
>-----------------

>tex, etex and pdfetex all say something like this:
>
>! Missing $ inserted.
><inserted text> 
>                $
>

right, since \mathrel is a math comand 

>but cont-en (pdfetex) says:
>! Undefined control sequence.
>l.1 \mathrel?

you have an unmatched \unprotect somewhere [maybe in cont-sys.tex] which
means that ? is a letter and part of the cs, 

\mathrel ? or \mathrel{?} will work ok, 

but best if to locate the unmatched \unprotect -- \protect 

Hans
-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                      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:[~2001-06-21  7:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-20 16:22 mathrel, pdfetex, my formats Patrick Gundlach
2001-06-21  7:58 ` 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).