ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Quadruple integrals
@ 2016-09-29 13:04 Hans Åberg
  2016-09-29 18:18 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Åberg @ 2016-09-29 13:04 UTC (permalink / raw)
  To: ConTeXt users

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
___________________________________________________________________________________

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

* Re: Quadruple integrals
  2016-09-29 13:04 Quadruple integrals Hans Åberg
@ 2016-09-29 18:18 ` Wolfgang Schuster
  2016-09-29 18:32   ` Hans Åberg
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2016-09-29 18:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 365 bytes --]

> Hans Åberg <mailto:haberg-1@telia.com>
> 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 \iiiint command.

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 1438 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Quadruple integrals
  2016-09-29 18:18 ` Wolfgang Schuster
@ 2016-09-29 18:32   ` Hans Åberg
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Åberg @ 2016-09-29 18:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> On 29 Sep 2016, at 20:18, Wolfgang Schuster <schuster.wolfgang@gmail.com> 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 \iiiint command.

Though TeX does not have the \iiiint 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
___________________________________________________________________________________

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

end of thread, other threads:[~2016-09-29 18:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-29 13:04 Quadruple integrals Hans Åberg
2016-09-29 18:18 ` Wolfgang Schuster
2016-09-29 18:32   ` Hans Åberg

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