ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Manuel Blanco <manuelbl@ucm.es>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: How to typeset differential (math)?
Date: Wed, 17 Jun 2015 14:50:35 +0200	[thread overview]
Message-ID: <CAMVYejCOk-H45k1hKwBssp+TfYhUYwsxGCmtFp_jGdhdvAyC0A@mail.gmail.com> (raw)
In-Reply-To: <op.x0dibroatpjj8f@lpr>

The most common definition is

    \define\dif{\mathop{}\!\mfunction{d}}

(I don't know enough of ConTeXt, so may be {\tf d}  is better than
\mfunction{d}).

The important part is \mathop{}\! which will add the space on the left
automatically when it's needed (for instance in \frac{\dif x}{\dif y}
no space is added).

2015-06-17 14:00 GMT+02:00 Procházka Lukáš Ing. - Pontex s. r. o.
<LPr@pontex.cz>:
> Hello,
>
> how to typeset differential in math correctly?
>
> Here are my attempts:
>
> ----
> \definemathcommand[dif][nolop]{\mfunction{d}} % Based on
> http://wiki.contextgarden.net/Math/functions
>
> \starttext
>   \startformula
>     \sin x {\tf d} x
>   \stopformula
>
>   \startformula
>     \sin x \dif x
>   \stopformula
> \stoptext
> ----
>
> But:
>
> - case 1: there is no space between "d" and "x" (should be similar to that
> between "sin" and "x")
>
> - case 2: "d" in the formula is shifted down (?!) somehow.
>
> So - ?
>
> Other questions:
>
> I need to typeset some math text.
>
> - Variables should be typeset slanted, which is OK (see "x" in the example).
>
> - Functions (sin, log... "d" in df/dx) should be typeset non-slanted - I
> guess \definemathcommand is supposed for this (or is there a better way?).
>
> - Vector variables should be typeset bold slanted - is there a special
> command for this? (\vec adds arrow above the expression, so it is not
> supposed for this).
>
> Thank you in advance.
>
> Best regards,
>
> Lukas
>
>
> --
> Ing. Lukáš Procházka | mailto:LPr@pontex.cz
> Pontex s. r. o.      | mailto:pontex@pontex.cz | http://www.pontex.cz
> Bezová 1658
> 147 14 Praha 4
>
> Tel: +420 241 096 751
> Fax: +420 244 461 038
> ___________________________________________________________________________________
> 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
___________________________________________________________________________________

  reply	other threads:[~2015-06-17 12:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-17 12:00 Procházka Lukáš Ing. - Pontex s. r. o.
2015-06-17 12:50 ` Manuel Blanco [this message]
2015-06-17 13:55   ` Procházka Lukáš Ing. - Pontex s. r. o.
2015-06-17 14:23     ` Manuel Blanco
2015-06-17 14:35       ` Procházka Lukáš Ing. - Pontex s. r. o.
2015-06-17 14:25     ` Aditya Mahajan

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=CAMVYejCOk-H45k1hKwBssp+TfYhUYwsxGCmtFp_jGdhdvAyC0A@mail.gmail.com \
    --to=manuelbl@ucm.es \
    --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).