ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bug in mkiv
@ 2008-04-21 15:45 Aditya Mahajan
  2008-04-21 15:49 ` Aditya Mahajan
  0 siblings, 1 reply; 5+ messages in thread
From: Aditya Mahajan @ 2008-04-21 15:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Hans and Taco,

Mkiv does not like \{ .. \} in the text input, it thinks that they should 
be in math mode. For example,

\starttext
I need \{ braces \}
\stoptext

gives

! Missing $ inserted.
<inserted text>
                 $
<to be read again>
                    \odelimiter
\lbrace ->\odelimiter
                       "4020066"030008
l.2 I need \{
               braces \}
?


Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Bug in mkiv
  2008-04-21 15:45 Bug in mkiv Aditya Mahajan
@ 2008-04-21 15:49 ` Aditya Mahajan
  2008-04-21 17:25   ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Aditya Mahajan @ 2008-04-21 15:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 480 bytes --]

On Mon, 21 Apr 2008, Aditya Mahajan wrote:

> Hi Hans and Taco,
>
> Mkiv does not like \{ .. \} in the text input, it thinks that they should
> be in math mode. For example,

Another one (perhaps bugs come in pairs)

∞(\infty in utf, incase it does not come out right in email) does not 
typeset. I think this used to work in earlier releases.

\starttext
I am infinity $∞$
\stoptext

The file compiles fine, but there is no ∞ symbol in the output.

Aditya

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Bug in mkiv
  2008-04-21 15:49 ` Aditya Mahajan
@ 2008-04-21 17:25   ` Hans Hagen
  2008-04-23  6:42     ` Aditya Mahajan
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2008-04-21 17:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Aditya Mahajan wrote:
> On Mon, 21 Apr 2008, Aditya Mahajan wrote:
> 
>> Hi Hans and Taco,
>>
>> Mkiv does not like \{ .. \} in the text input, it thinks that they should
>> be in math mode. For example,
> 
> Another one (perhaps bugs come in pairs)
> 
> ∞(\infty in utf, incase it does not come out right in email) does not 
> typeset. I think this used to work in earlier releases.
> 
> \starttext
> I am infinity $∞$
> \stoptext
> 
> The file compiles fine, but there is no ∞ symbol in the output.

we need to complete the tables in math-ini as well as char-def ... i 
occasionally add symbols but it's a tedious job

so, if you miss one, just send me a magic lines

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Bug in mkiv
  2008-04-21 17:25   ` Hans Hagen
@ 2008-04-23  6:42     ` Aditya Mahajan
  2008-04-23  7:12       ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Aditya Mahajan @ 2008-04-23  6:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 962 bytes --]

On Mon, 21 Apr 2008, Hans Hagen wrote:

> Aditya Mahajan wrote:
>> On Mon, 21 Apr 2008, Aditya Mahajan wrote:
>>
>>> Hi Hans and Taco,
>>>
>>> Mkiv does not like \{ .. \} in the text input, it thinks that they should
>>> be in math mode. For example,
>>
>> Another one (perhaps bugs come in pairs)
>>
>> ∞(\infty in utf, incase it does not come out right in email) does not
>> typeset. I think this used to work in earlier releases.
>>
>> \starttext
>> I am infinity $∞$
>> \stoptext
>>
>> The file compiles fine, but there is no ∞ symbol in the output.
>
> we need to complete the tables in math-ini as well as char-def ... i
> occasionally add symbols but it's a tedious job
>
> so, if you miss one, just send me a magic lines

I think that I finally understand what math-ini.lua does. I will add 
entries from math-tex.tex, so that atleast traditional tex symbols work. 
(It will be slightly slow, in a week or so).

Aditya

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Bug in mkiv
  2008-04-23  6:42     ` Aditya Mahajan
@ 2008-04-23  7:12       ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2008-04-23  7:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Aditya Mahajan wrote:

> I think that I finally understand what math-ini.lua does. I will add 
> entries from math-tex.tex, so that atleast traditional tex symbols work. 
> (It will be slightly slow, in a week or so).

good! keep track of anomalities, because we can use a 'wishlist' for the 
upcoming gyre math extensions and luatex math extensons

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2008-04-23  7:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-21 15:45 Bug in mkiv Aditya Mahajan
2008-04-21 15:49 ` Aditya Mahajan
2008-04-21 17:25   ` Hans Hagen
2008-04-23  6:42     ` Aditya Mahajan
2008-04-23  7:12       ` 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).