ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* math module
@ 2000-01-19  9:33 Sytse Knypstra
  2000-01-19 11:04 ` Taco Hoekwater
  0 siblings, 1 reply; 11+ messages in thread
From: Sytse Knypstra @ 2000-01-19  9:33 UTC (permalink / raw)


Dear list members,

It seems that ConTeXt is caught in an infinite loop when processing
the following text:

\usemodule[math]

\steluitvoerin[pdftex]

\starttekst

\startformule
-y_i/\beta_i
\stopformule

\stoptekst

Sytse Knypstra.
S.Knypstra@eco.rug.nl


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

* Re: math module
  2000-01-19  9:33 math module Sytse Knypstra
@ 2000-01-19 11:04 ` Taco Hoekwater
  0 siblings, 0 replies; 11+ messages in thread
From: Taco Hoekwater @ 2000-01-19 11:04 UTC (permalink / raw)
  Cc: ntg-context

>>>>> "Sytse" == Sytse Knypstra <S.Knypstra@eco.rug.nl> writes:

    Sytse> Dear list members, It seems that ConTeXt is caught in an
    Sytse> infinite loop when processing the following text:

Right. A problem with the polish stuff. For now, just add

\everymath={}

At the beginning of your document.

Greetings, Taco


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

* Re: math module
  2000-01-14 16:35 ` Erik Frambach
@ 2000-01-17  9:23   ` Taco Hoekwater
  0 siblings, 0 replies; 11+ messages in thread
From: Taco Hoekwater @ 2000-01-17  9:23 UTC (permalink / raw)


>>>>> "Erik" == Erik Frambach <E.H.M.Frambach@eco.rug.nl> writes:

    Erik> Wouldn't it be nice if Context's math module would also
    Erik> support poor man's boldmath like LaTeX's bm package?  I have
    Erik> no idea how hard it would be to make that package more
    Erik> generic, I'm just asking.

Already included, through amsmath's \pmb command.

Greetings, Taco


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

* math module
  2000-01-12 12:02 Sytse Knypstra
  2000-01-12 13:35 ` Taco Hoekwater
@ 2000-01-14 16:35 ` Erik Frambach
  2000-01-17  9:23   ` Taco Hoekwater
  1 sibling, 1 reply; 11+ messages in thread
From: Erik Frambach @ 2000-01-14 16:35 UTC (permalink / raw)


Wouldn't it be nice if Context's math module would also support
poor man's boldmath like LaTeX's bm package?
I have no idea how hard it would be to make that package more
generic, I'm just asking.

Erik


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

* Re: math module
  2000-01-12 12:02 Sytse Knypstra
@ 2000-01-12 13:35 ` Taco Hoekwater
  2000-01-14 16:35 ` Erik Frambach
  1 sibling, 0 replies; 11+ messages in thread
From: Taco Hoekwater @ 2000-01-12 13:35 UTC (permalink / raw)
  Cc: ntg-context

>>>>> "Sytse" == Sytse Knypstra <S.Knypstra@eco.rug.nl> writes:

    Sytse> I have the following problems with the math module:
    Sytse> 1. \boldmath is not producing boldface characters (at least
    Sytse> not with lucida bright) 

You'd better fetch a new one anyway, since the example compiles OK
with my local version. I just uploaded a new one:

	 http://www.cybercomm.nl/~bittext/temp/m-math.zip

But \boldmath needs new aliases for the fonts that are not in the
current fontdef files. For LucidaBright, add the following after 
the \usemodule line:

\definefontsynonym [ExtraMathRoman] [LucidaBright-Demi]
\definefontsynonym [ExtraMathExtension] [LucidaNewMath-Extension]
\definefontsynonym [ExtraMathItalic][LucidaNewMath-AltDemiItalic]
\definefontsynonym [ExtraMathSymbol][LucidaNewMath-Symbol-Demi]
\definefontsynonym [ExtraMathAlpha] [LucidaNewMath-Arrows-Demi]   

    Sytse> 2. it seems that the compiler is
    Sytse> caught in an infinite loop when trying to compile \max

Obviously I fixed that somewhere in the last weeks (at least I assume
such). If the problem stays, try downloading a new context distrib.

Greetings, Taco

-- 
Taco Hoekwater                                 taco.hoekwater@wkap.nl
Kluwer Academic Publishers                            -- Pre Press --
Achterom 119, 3311 KB Dordrecht, The Netherlands  tel.  31-78-6392550
---------------------------------------------------------------------


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

* math module
@ 2000-01-12 12:02 Sytse Knypstra
  2000-01-12 13:35 ` Taco Hoekwater
  2000-01-14 16:35 ` Erik Frambach
  0 siblings, 2 replies; 11+ messages in thread
From: Sytse Knypstra @ 2000-01-12 12:02 UTC (permalink / raw)


I have the following problems with the math module:

1. \boldmath is not producing boldface characters (at least not with lucida bright)
2. it seems that the compiler is caught in an infinite loop when trying to
compile \max

Any hints?

Sytse Knypstra

S.Knypstra@eco.rug.nl

Sample program that doesn't work:

\starttekst

\steluitvoerin[pdftex]

\usemodule[math]       % works without this line

\startformule
z=\max(x,y)
\stopformule

\stoptekst


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

* Re: math module
  1999-12-24 13:19 ` math module Erik Frambach
  1999-12-24 14:11   ` Taco Hoekwater
@ 1999-12-24 14:29   ` Erik Frambach
  1 sibling, 0 replies; 11+ messages in thread
From: Erik Frambach @ 1999-12-24 14:29 UTC (permalink / raw)


> You just need the very latest context. Some macros were
> added to the core precisely for the math module.

Ah, you mean the *beta* version. It compiles now with
ConTeXt ver: 1999.12.21. We are really up to date now.
Thanks!

Erik


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

* Re: math module
  1999-12-24 13:19 ` math module Erik Frambach
@ 1999-12-24 14:11   ` Taco Hoekwater
  1999-12-24 14:29   ` Erik Frambach
  1 sibling, 0 replies; 11+ messages in thread
From: Taco Hoekwater @ 1999-12-24 14:11 UTC (permalink / raw)


You just need the very latest context. Some macros were
added to the core precisely for the math module.

Greetings, Taco
>>>>> "EF" == Erik Frambach <E.H.M.Frambach@eco.rug.nl> writes:

 EF> Maybe I missed something, but when I try to use Taco's math
 EF> module (downloaded today), using ConTeXt ver: 1999.10.24 fmt:
 EF> 1999.12.24 int: english mes: english, I get an error message
 EF> saying that \saveprimitive is an undefined control sequence. The
 EF> file is like this:

 EF> \usemodule[math] \starttext blabla \stoptext

 EF> What's wrong here?

 EF> Erik Frambach

-- 
Taco Hoekwater   taco.hoekwater@wkap.nl


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

* math module
@ 1999-12-24 13:19 ` Erik Frambach
  1999-12-24 14:11   ` Taco Hoekwater
  1999-12-24 14:29   ` Erik Frambach
  0 siblings, 2 replies; 11+ messages in thread
From: Erik Frambach @ 1999-12-24 13:19 UTC (permalink / raw)


Maybe I missed something, but when I try to use Taco's math module
(downloaded today), using ConTeXt ver: 1999.10.24 fmt: 1999.12.24 int: 
english mes: english, I get an error message saying that \saveprimitive
is an undefined control sequence. The file is like this:

\usemodule[math]
\starttext
blabla
\stoptext

What's wrong here?

Erik Frambach


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

* Re: Math module
  1999-11-24  1:36 Math module David Arnold
@ 1999-11-24  8:37 ` Taco Hoekwater
  0 siblings, 0 replies; 11+ messages in thread
From: Taco Hoekwater @ 1999-11-24  8:37 UTC (permalink / raw)
  Cc: ntg-context

>>>>> "DA" == David Arnold <darnold@northcoast.com> writes:

 DA> All, What is the state of the math module? And is there more
 DA> explanation yet on how to use it? The last documentation was
 DA> rather brief. I am wondering how things are progressing with this
 DA> work.

Currently I'm documenting and debugging my private version as well as
having some talks with M. Downes (Michael is working on a new release
for the latex version).  Expect a version with better docu somewhere
next week, and a large bugfix release in two weeks or so.

greetings, taco

-- 
Taco Hoekwater   taco.hoekwater@wkap.nl


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

* Math module
@ 1999-11-24  1:36 David Arnold
  1999-11-24  8:37 ` Taco Hoekwater
  0 siblings, 1 reply; 11+ messages in thread
From: David Arnold @ 1999-11-24  1:36 UTC (permalink / raw)


All,

What is the state of the math module? And is there more explanation yet on
how to use it? The last documentation was rather brief. I am wondering how
things are progressing with this work.

David Arnold
College of the Redwoods
Mathematics Department
7351 Tompkins Hill Road
Eureka, CA 95501
(707) 476-4222

My Home Page
http://online.redwoods.cc.ca.us/instruct/darnold/index.htm

Ordinary Differential Equations Using Matlab
http://www.prenhall.com/books/esm_0130113816.html


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

end of thread, other threads:[~2000-01-19 11:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-19  9:33 math module Sytse Knypstra
2000-01-19 11:04 ` Taco Hoekwater
  -- strict thread matches above, loose matches on Subject: below --
2000-01-12 12:02 Sytse Knypstra
2000-01-12 13:35 ` Taco Hoekwater
2000-01-14 16:35 ` Erik Frambach
2000-01-17  9:23   ` Taco Hoekwater
1999-12-15 13:53 Bibliography module update Taco Hoekwater
1999-12-24 13:19 ` math module Erik Frambach
1999-12-24 14:11   ` Taco Hoekwater
1999-12-24 14:29   ` Erik Frambach
1999-11-24  1:36 Math module David Arnold
1999-11-24  8:37 ` Taco Hoekwater

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