ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Error using Asana Math
@ 2012-05-10 11:45 Marco
  2012-05-10 13:04 ` Taco Hoekwater
  0 siblings, 1 reply; 10+ messages in thread
From: Marco @ 2012-05-10 11:45 UTC (permalink / raw)
  To: ntg-context

I get the following error:

Math error: parameter \Umathquad\displaystyle is not set

Example:

\starttypescript  [myfonts]
	\definetypeface [myfonts] [rm] [serif] [pagella]   [default]
	\definetypeface [myfonts] [ss] [sans]  [heros]     [default]
	\definetypeface [myfonts] [tt] [mono]  [cursor]    [default]
	\definetypeface [myfonts] [mm] [math]  [asanamath] [default]
	% modern math works
	%\definetypeface [myfonts] [mm] [math]  [modern]   [default]
\stoptypescript

\setupbodyfont [myfonts]

\starttext
	A \math{x}
\stoptext

The error is related with the selection of Asana as math font.

Asana Math Version 000.947

Marco


___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Error using Asana Math
  2012-05-10 11:45 Error using Asana Math Marco
@ 2012-05-10 13:04 ` Taco Hoekwater
  2012-05-10 13:12   ` Marco
  0 siblings, 1 reply; 10+ messages in thread
From: Taco Hoekwater @ 2012-05-10 13:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Marco

On 05/10/2012 01:45 PM, Marco wrote:
> I get the following error:
>
> Math error: parameter \Umathquad\displaystyle is not set
>
> Example:
>
> \starttypescript  [myfonts]
> 	\definetypeface [myfonts] [rm] [serif] [pagella]   [default]
> 	\definetypeface [myfonts] [ss] [sans]  [heros]     [default]
> 	\definetypeface [myfonts] [tt] [mono]  [cursor]    [default]
> 	\definetypeface [myfonts] [mm] [math]  [asanamath] [default]

Try this:

  	\definetypeface [myfonts] [mm] [math]  [asana] [default]

works for me.
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Error using Asana Math
  2012-05-10 13:04 ` Taco Hoekwater
@ 2012-05-10 13:12   ` Marco
  2012-05-10 13:32     ` Mojca Miklavec
  2012-05-10 13:37     ` \mapsto + SimpleSlides Weber,  Matthias
  0 siblings, 2 replies; 10+ messages in thread
From: Marco @ 2012-05-10 13:12 UTC (permalink / raw)
  To: ntg-context

On 2012-05-10 Taco Hoekwater <taco@elvenkind.com> wrote:

> Try this:
> 
>   	\definetypeface [myfonts] [mm] [math]  [asana] [default]

That gives:

fonts           > defining > unable to define asanamath as [myfonts-12pt-mm-mb--1]
! Missing font identifier.

system          > tex > error on line 10 in file t.tex: Missing font identifier ...

 1     \starttypescript  [myfonts]
 2     	\definetypeface [myfonts] [rm] [serif] [pagella]   [default]
 3     	\definetypeface [myfonts] [ss] [sans]  [heros]     [default]
 4     	\definetypeface [myfonts] [tt] [mono]  [cursor]    [default]
 5     	\definetypeface [myfonts] [mm] [math]  [asana] [default]
 6     	% modern math works
 7     	%\definetypeface [myfonts] [mm] [math]  [modern]   [default]
 8     \stoptypescript
 9     
10 >>  \setupbodyfont [myfonts]
11     
12     \starttext
13     	A \math{x}
14     \stoptext

Marco


___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Error using Asana Math
  2012-05-10 13:12   ` Marco
@ 2012-05-10 13:32     ` Mojca Miklavec
  2012-05-10 13:47       ` Marco
  2012-05-10 13:37     ` \mapsto + SimpleSlides Weber,  Matthias
  1 sibling, 1 reply; 10+ messages in thread
From: Mojca Miklavec @ 2012-05-10 13:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, May 10, 2012 at 3:12 PM, Marco <netuse@lavabit.com> wrote:
> On 2012-05-10 Taco Hoekwater <taco@elvenkind.com> wrote:
>
>> Try this:
>>
>>       \definetypeface [myfonts] [mm] [math]  [asana] [default]
>
> That gives:
>
> fonts           > defining > unable to define asanamath as [myfonts-12pt-mm-mb--1]
> ! Missing font identifier.
>
> system          > tex > error on line 10 in file t.tex: Missing font identifier ...

Are you sure that you have the font installed? (./first-setup.sh
--fonts=Asana-Math or the appropriate package in TL)

Mojca
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* \mapsto + SimpleSlides
  2012-05-10 13:12   ` Marco
  2012-05-10 13:32     ` Mojca Miklavec
@ 2012-05-10 13:37     ` Weber,  Matthias
  2012-05-10 15:44       ` Thomas A. Schmitz
  1 sibling, 1 reply; 10+ messages in thread
From: Weber,  Matthias @ 2012-05-10 13:37 UTC (permalink / raw)
  To: ntg-context

Dear all,

I don't get \mapsto to display using SimpleSlides and MkIV.
It shows in "normal" MkIV documents, and works in MKII

Example below.

Thanks for any advice.

Matthias

\usemodule[simpleslides]
          [style=BottomSquares,
          color=blue]


\starttext

\SlideTitle{Help!}
\startformula
\text{Mk II}\mapsto \text{Mk IV}
\stopformula
\stoptext

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Error using Asana Math
  2012-05-10 13:32     ` Mojca Miklavec
@ 2012-05-10 13:47       ` Marco
  0 siblings, 0 replies; 10+ messages in thread
From: Marco @ 2012-05-10 13:47 UTC (permalink / raw)
  To: ntg-context

On 2012-05-10 Mojca Miklavec <mojca.miklavec.lists@gmail.com> wrote:

> Are you sure that you have the font installed?

No it's not, the font is in the working directory, where it
apparently is not recognized.

> (./first-setup.sh  --fonts=Asana-Math)

I didn't know that switch. It works now, sorry for the noise and
thanks to both of you.

Marco


___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: \mapsto + SimpleSlides
  2012-05-10 13:37     ` \mapsto + SimpleSlides Weber,  Matthias
@ 2012-05-10 15:44       ` Thomas A. Schmitz
       [not found]         ` <20120510115317.6iz67chnokwokoks@webmail.iu.edu>
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas A. Schmitz @ 2012-05-10 15:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 05/10/2012 03:37 PM, Weber, Matthias wrote:
> Dear all,
>
> I don't get \mapsto to display using SimpleSlides and MkIV.
> It shows in "normal" MkIV documents, and works in MKII
>
> Example below.
>
> Thanks for any advice.
>
> Matthias
>
> \usemodule[simpleslides]
>           [style=BottomSquares,
>           color=blue]
>
>
> \starttext
>
> \SlideTitle{Help!}
> \startformula
> \text{Mk II}\mapsto \text{Mk IV}
> \stopformula
> \stoptext

Works for me, I get normal output from your example. What version are 
you using?

Thomas
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mapsto + SimpleSlides
       [not found]         ` <20120510115317.6iz67chnokwokoks@webmail.iu.edu>
@ 2012-05-10 16:09           ` Thomas A. Schmitz
       [not found]           ` <4FABE673.3030402@uni-bonn.de>
  1 sibling, 0 replies; 10+ messages in thread
From: Thomas A. Schmitz @ 2012-05-10 16:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 05/10/2012 05:53 PM, Weber, Matthias wrote:
> Is that too old?:
>
> ConTeXt  ver: 2011.05.18 18:04 MKIV  fmt: 2012.5.5  int: english/english
>
> Matthias

Depends. Mkiv is moving quite fast, so if you really need to use mkiv, 
this is way too old. Be warned though: things have changed pretty 
dramatically over the past 6 months or so, so if this is for something 
with a tight deadline, I wouldn't just simply update. Install an 
additional context tree somewhere and see if your documents still compile.

Thomas
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mapsto + SimpleSlides
       [not found]             ` <20120510123837.jnl9uhyzsoo8s8sk@webmail.iu.edu>
@ 2012-05-10 16:45               ` Thomas A. Schmitz
  2012-05-10 16:53                 ` Matthias Weber
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas A. Schmitz @ 2012-05-10 16:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 05/10/2012 06:38 PM, Weber, Matthias wrote:
> Hmm, TeXShop reports in the console that I am executing
>
> luatex
> --fmt="/Applications/ConTeXtStandalone/tex/texmf-cache/luatex-cache/context/210a96fef5fbab446fd11afa77acb026/formats/cont-en"
> --lua="/Applications/ConTeXtStandalone/tex/texmf-cache/luatex-cache/context/210a96fef5fbab446fd11afa77acb026/formats/cont-en.lui"
> --backend="pdf" "./test.tex"
>
> which points to the ConTeXt installation I did a few days ago, following
> the wiki. However, then it continues with
>
> system > cont-new.mkiv loaded
> (/usr/local/texlive/2011/texmf-dist/tex/context/base/cont-new.mkiv
> system > beware: some patches loaded from cont-new.mkiv
> etc etc
>
> which points to my TeXlive installation, which shouldn't be used at all???
>
> Did I mess up the path variable?
>
> $Path is
>
> /Applications/ConTeXtStandalone/tex/texmf-osx-64/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin
>
>
> Thanks for any help -
>
> Matthias

Please keep messages on the list, don't send them to me in private.

I haven't used texshop in at least seven years. There's a section on the 
wiki on it, have you followed it?

http://wiki.contextgarden.net/ConTeXt_Standalone/Mac_Installation

Thomas
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mapsto + SimpleSlides
  2012-05-10 16:45               ` Thomas A. Schmitz
@ 2012-05-10 16:53                 ` Matthias Weber
  0 siblings, 0 replies; 10+ messages in thread
From: Matthias Weber @ 2012-05-10 16:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Yes, that's exactly what I did...

Matthias
On May 10, 2012, at 6:45 PM, Thomas A. Schmitz wrote:

> On 05/10/2012 06:38 PM, Weber, Matthias wrote:
>> Hmm, TeXShop reports in the console that I am executing
>> 
>> luatex
>> --fmt="/Applications/ConTeXtStandalone/tex/texmf-cache/luatex-cache/context/210a96fef5fbab446fd11afa77acb026/formats/cont-en"
>> --lua="/Applications/ConTeXtStandalone/tex/texmf-cache/luatex-cache/context/210a96fef5fbab446fd11afa77acb026/formats/cont-en.lui"
>> --backend="pdf" "./test.tex"
>> 
>> which points to the ConTeXt installation I did a few days ago, following
>> the wiki. However, then it continues with
>> 
>> system > cont-new.mkiv loaded
>> (/usr/local/texlive/2011/texmf-dist/tex/context/base/cont-new.mkiv
>> system > beware: some patches loaded from cont-new.mkiv
>> etc etc
>> 
>> which points to my TeXlive installation, which shouldn't be used at all???
>> 
>> Did I mess up the path variable?
>> 
>> $Path is
>> 
>> /Applications/ConTeXtStandalone/tex/texmf-osx-64/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin
>> 
>> 
>> Thanks for any help -
>> 
>> Matthias
> 
> Please keep messages on the list, don't send them to me in private.
> 
> I haven't used texshop in at least seven years. There's a section on the wiki on it, have you followed it?
> 
> http://wiki.contextgarden.net/ConTeXt_Standalone/Mac_Installation
> 
> Thomas
> ___________________________________________________________________________________
> 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  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2012-05-10 16:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-10 11:45 Error using Asana Math Marco
2012-05-10 13:04 ` Taco Hoekwater
2012-05-10 13:12   ` Marco
2012-05-10 13:32     ` Mojca Miklavec
2012-05-10 13:47       ` Marco
2012-05-10 13:37     ` \mapsto + SimpleSlides Weber,  Matthias
2012-05-10 15:44       ` Thomas A. Schmitz
     [not found]         ` <20120510115317.6iz67chnokwokoks@webmail.iu.edu>
2012-05-10 16:09           ` mapsto " Thomas A. Schmitz
     [not found]           ` <4FABE673.3030402@uni-bonn.de>
     [not found]             ` <20120510123837.jnl9uhyzsoo8s8sk@webmail.iu.edu>
2012-05-10 16:45               ` Thomas A. Schmitz
2012-05-10 16:53                 ` Matthias Weber

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