Re: [NTG-context] Quadruple integrals

2016-09-29 Thread Hans Åberg

> On 29 Sep 2016, at 20:18, Wolfgang Schuster  
> wrote:
> 
>>> Hans Åberg 29. September 2016 um 15:04
>>> The example below compiles with latest ConTeXt, suggesting that the Unicode 
>>> quadruple symbol ⨌ has not been registered as a math symbol, as the command 
>>> it is set to is ignored.
> You have to extend the entry for ⨌ (0x 2A0C) in char-def.lua to create the 
> \nt command.

Though TeX does not have the \nt command, perhaps it should be there, now 
that Unicode has ⨌. But right now, one cannot assign ⨌ any command.




___
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
___

Re: [NTG-context] Quadruple integrals

2016-09-29 Thread Wolfgang Schuster

Hans Åberg 
29. September 2016 um 15:04
The example below compiles with latest ConTeXt, suggesting that the 
Unicode quadruple symbol ⨌ has not been registered as a math symbol, 
as the command it is set to is ignored.
You have to extend the entry for ⨌ (0x 2A0C) in char-def.lua to create 
the \nt command.


Wolfgang

___
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
___

[NTG-context] Quadruple integrals

2016-09-29 Thread Hans Åberg
The example below compiles with latest ConTeXt, suggesting that the Unicode 
quadruple symbol ⨌ has not been registered as a math symbol, as the command it 
is set to is ignored.


\setupbodyfont[xits,10pt]

\setupmathematics[integral=nolimits, lcgreek=normal, default=normal]

\appendtoks
  \catcode`∫=\activecatcode
  \letcharcode `∫ \int
  \catcode`∬=\activecatcode
  \letcharcode `∬ \iint
  \catcode`∭=\activecatcode
  \letcharcode `∭ \iiint
  \catcode`⨌=\activecatcode
  \letcharcode `⨌ \undefined
\to \everymathematics


\starttext

\startformula
  ⨌_퐴 푓(푥)\, d푥 = ∫_퐵 ∭_퐶 푓(푡, 풙)\, d푡 d풙
\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
___