ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* List of all math macros
@ 2009-07-09 15:51 Maurí­cio
  2009-07-13 18:45 ` Aditya Mahajan
  0 siblings, 1 reply; 5+ messages in thread
From: Maurí­cio @ 2009-07-09 15:51 UTC (permalink / raw)
  To: ntg-context

Is there a command that prints all math macros
available in ConTeXt?

Thanks,
Maurício

___________________________________________________________________________________
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: List of all math macros
  2009-07-09 15:51 List of all math macros Maurí­cio
@ 2009-07-13 18:45 ` Aditya Mahajan
  2009-07-13 20:35   ` Maurí­cio
  0 siblings, 1 reply; 5+ messages in thread
From: Aditya Mahajan @ 2009-07-13 18:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

On Thu, 9 Jul 2009, Maurí­cio wrote:

> Is there a command that prints all math macros
> available in ConTeXt?

http://wiki.contextgarden.net/Math/basic#List_of_All_Math_macros

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: List of all math macros
  2009-07-13 18:45 ` Aditya Mahajan
@ 2009-07-13 20:35   ` Maurí­cio
  2009-07-15 22:44     ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Maurí­cio @ 2009-07-13 20:35 UTC (permalink / raw)
  To: ntg-context

>> Is there a command that prints all math macros
>> available in ConTeXt?
> 
> http://wiki.contextgarden.net/Math/basic#List_of_All_Math_macros

I think \showmathcharacters is not supposed to
work anymore.

Maurício

___________________________________________________________________________________
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: List of all math macros
  2009-07-13 20:35   ` Maurí­cio
@ 2009-07-15 22:44     ` Hans Hagen
  2009-07-17  4:22       ` Aditya Mahajan
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2009-07-15 22:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Maurí­cio wrote:
>>> Is there a command that prints all math macros
>>> available in ConTeXt?
>>
>> http://wiki.contextgarden.net/Math/basic#List_of_All_Math_macros
> 
> I think \showmathcharacters is not supposed to
> work anymore.

most of those tests are modules in mkiv (s-fnt-25 has some math listing 
macros; in these lists you can also see dependencies, size chains etc)

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: List of all math macros
  2009-07-15 22:44     ` Hans Hagen
@ 2009-07-17  4:22       ` Aditya Mahajan
  0 siblings, 0 replies; 5+ messages in thread
From: Aditya Mahajan @ 2009-07-17  4:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

On Thu, 16 Jul 2009, Hans Hagen wrote:

> Maurí­cio wrote:
>>>> Is there a command that prints all math macros
>>>> available in ConTeXt?
>>> 
>>> http://wiki.contextgarden.net/Math/basic#List_of_All_Math_macros
>> 
>> I think \showmathcharacters is not supposed to
>> work anymore.
>
> most of those tests are modules in mkiv (s-fnt-25 has some math listing 
> macros; in these lists you can also see dependencies, size chains etc)

For example, in MkIV you can use

\usemodule[fnt-25]

\starttext
\showmathfontcharacters
\stoptext

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

end of thread, other threads:[~2009-07-17  4:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-09 15:51 List of all math macros Maurí­cio
2009-07-13 18:45 ` Aditya Mahajan
2009-07-13 20:35   ` Maurí­cio
2009-07-15 22:44     ` Hans Hagen
2009-07-17  4:22       ` Aditya Mahajan

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