ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Some symbols of mathematical calculus missing?
Date: Tue, 21 Apr 2009 09:32:53 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.00.0904210911040.8859@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <200904210010.18932@centrum.cz>

On Tue, 21 Apr 2009, Tomas Kisela wrote:

> Hi all,
>
> I need to typeset some equations and I found out that these commands are undefined or don't work correctly (ver: 2009.04.17 19:32 MKIV):
>
> \iint, \iiint, etc.
> \oint, \oiint, etc.

I don't know why \iint and \iint are failing. \oiint is not defined in 
mkii, so there is no definition in mkiv. \oint is working here.

> \nabla

Change the following in math-vfu

diff --git a/math-vfu.lua b/math-vfu.lua
index 386175d..7c30c37 100644
--- a/math-vfu.lua
+++ b/math-vfu.lua
@@ -929,7 +929,7 @@ fonts.enc.math["traditional-sy"] = {
      [0x02240] = 0x6F, -- wr
      [0x0221A] = 0x70, -- sqrt. AM: Check surd??
      [0x02A3F] = 0x71, -- amalg
-    [0x02207] = 0x72, -- nabla
+    [0x1D6FB] = 0x72, -- nabla
  --  [0x0222B] = 0x73, -- smallint (TODO: what about intop?)
      [0x02294] = 0x74, -- sqcup
      [0x02293] = 0x75, -- sqcap

> What is the prefered way of typesetting those symbols? (e.g. \mathop{\int \!\!\! \int} or something like that?)

It is more complicated, since you need to adjust for limits. These are 
defined in math-ini.mkiv, but for some reason the definitions are not 
kicking in.

Aditya
___________________________________________________________________________________
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
___________________________________________________________________________________


  reply	other threads:[~2009-04-21 13:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200904210003.4155@centrum.cz>
     [not found] ` <200904210004.17116@centrum.cz>
     [not found]   ` <200904210005.7033@centrum.cz>
     [not found]     ` <200904210006.7272@centrum.cz>
     [not found]       ` <200904210007.7684@centrum.cz>
     [not found]         ` <200904210008.18186@centrum.cz>
     [not found]           ` <200904210009.8558@centrum.cz>
     [not found]             ` <200904210010.4793@centrum.cz>
2009-04-20 22:10               ` Tomas Kisela
2009-04-21 13:32                 ` Aditya Mahajan [this message]
2009-04-21 18:05                   ` Tomas Kisela
2009-04-21 19:00                     ` Aditya Mahajan
2009-04-21 20:54                       ` Tomas Kisela

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.0904210911040.8859@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).