ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Tobias Burnus <burnus@gmx.de>
Cc: ntg-context@ntg.nl
Subject: Re: Math symbols
Date: Mon, 23 Aug 1999 10:09:12 +0200	[thread overview]
Message-ID: <37C101A8.6DB0D78A@gmx.de> (raw)
In-Reply-To: <3.0.5.32.19990822185646.00b2cc90@mail.northcoast.com>

Hi David,

> How does one get the double-barred R and C that are usually used to
> represent the sets of real and complex numbers, respectively?
How about \setupbodyfont[ams]

$\Bbb C$ ?

Note that it is also possible to use non-italic bold letters for this purpose.
In my files I've defined these commands, so I can change the layout, if I want.

\def\expe{{\rm e}} % Exponential  e (upright)
\def\dD{{\rm d}}   % Differential d (upright)
\def\iI{{\rm i}}   % Euler's imaginary i (upright)

% set of numbers; format: IR, IN etc.
\def\bfN{{\Bbb N}}
\def\bfZ{{\Bbb Z}}
\def\bfQ{{\Bbb Q}}
\def\bfR{{\Bbb R}}
\def\bfC{{\Bbb C}}

% Alternative: bold and non-italic
%\def\bfN{{\bf N}}
%\def\bfZ{{\bf Z}}
%\def\bfQ{{\bf Q}}
%\def\bfR{{\bf R}}
%\def\bfC{{\bf C}}

> Also, how does one get the fancy symbols that are usually used by
> mathematicians to represent the real and imaginary parts of a complex number?
For a fracture like I and R try \Re and \Im (defined in plain TeX). Or you can
redefine it as {\rm Im\>} and {\rm Re\>} if you want to get Re z and Im z
instead.

Tobias


  reply	other threads:[~1999-08-23  8:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-23  1:56 David Arnold
1999-08-23  8:09 ` Tobias Burnus [this message]
2022-08-05 15:34 math symbols Hans Hagen via ntg-context

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=37C101A8.6DB0D78A@gmx.de \
    --to=burnus@gmx.de \
    --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).