ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bugs in math mode.
@ 2001-07-17 15:35 Tarik Kara
  2001-07-20 11:13 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Tarik Kara @ 2001-07-17 15:35 UTC (permalink / raw)


I have noticed the following problems when typing in math mode.
(I am using ConTeXt  ver: 2001.7.11 and
pdfeTeX, Version 3.14159-14f-released-20000525-2.1)

1) Problem with \noaling: (I have writen about this but did not get any
reply). When I use \noaling{text} inside \eqalign "text" is not placed in
the left margin.

2) When I use 
\define\bestrsp{\mathop{\rm B}\nolimits}

to define \bestrsp and use $\bestrsp$ the B is printed slightly below the
baseline. I would like it to be printed on the baseline (like what I get
when I type $\sup$)

3) $\max x$ does not print $max x$ but prints x in a smaller font. I
thought plain TeX math commmands could be used in ConTeXt.

Thanks

Tar{\i}k


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

* Re: Bugs in math mode.
  2001-07-17 15:35 Bugs in math mode Tarik Kara
@ 2001-07-20 11:13 ` Hans Hagen
  2001-07-20 18:08   ` Tarik Kara
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2001-07-20 11:13 UTC (permalink / raw)
  Cc: ConTeXt mailing list

At 06:35 PM 7/17/2001 +0300, Tarik Kara wrote:
>I have noticed the following problems when typing in math mode.
>(I am using ConTeXt  ver: 2001.7.11 and
>pdfeTeX, Version 3.14159-14f-released-20000525-2.1)
>
>1) Problem with \noaling: (I have writen about this but did not get any
>reply). When I use \noaling{text} inside \eqalign "text" is not placed in
>the left margin.
>
>2) When I use
>\define\bestrsp{\mathop{\rm B}\nolimits}

\def\bestrsp{\mathop{\rm\vbox{\hbox{B}}}\nolimits}

or

\definemathcommand [bestrsp] [op] {\vbox{\hbox{B}}}

>3) $\max x$ does not print $max x$ but prints x in a smaller font. I
>thought plain TeX math commmands could be used in ConTeXt.

hm, works ok here,

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] 3+ messages in thread

* Re: Bugs in math mode.
  2001-07-20 11:13 ` Hans Hagen
@ 2001-07-20 18:08   ` Tarik Kara
  0 siblings, 0 replies; 3+ messages in thread
From: Tarik Kara @ 2001-07-20 18:08 UTC (permalink / raw)
  Cc: ConTeXt mailing list

Dear Hans,

Thanks for the information about \mathop.

Regarding the \max command. I checked again. There is not problem if you
don't use

\setupbodyfont[ams]

But with \setupbodyfont[ams] there is a problem. For example, the code

\setupbodyfont[ams]
\starttext

$x \max x$
\stoptext

prints a normal sized x followed by a small x (no max). 

This time I checked carefully! Sorry once again that I had you spend some
time on \noalign. Thanks for all the help.

Have fun

Tar{\i}k

On Fri, 20 Jul 2001, Hans Hagen wrote:

> At 06:35 PM 7/17/2001 +0300, Tarik Kara wrote:
> >I have noticed the following problems when typing in math mode.
> >(I am using ConTeXt  ver: 2001.7.11 and
> >pdfeTeX, Version 3.14159-14f-released-20000525-2.1)
> >
> >1) Problem with \noaling: (I have writen about this but did not get any
> >reply). When I use \noaling{text} inside \eqalign "text" is not placed in
> >the left margin.
> >
> >2) When I use
> >\define\bestrsp{\mathop{\rm B}\nolimits}
> 
> \def\bestrsp{\mathop{\rm\vbox{\hbox{B}}}\nolimits}
> 
> or
> 
> \definemathcommand [bestrsp] [op] {\vbox{\hbox{B}}}
> 
> >3) $\max x$ does not print $max x$ but prints x in a smaller font. I
> >thought plain TeX math commmands could be used in ConTeXt.
> 
> hm, works ok here,
> 
> 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] 3+ messages in thread

end of thread, other threads:[~2001-07-20 18:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-17 15:35 Bugs in math mode Tarik Kara
2001-07-20 11:13 ` Hans Hagen
2001-07-20 18:08   ` Tarik Kara

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).