ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: NTG-ConTeXt <ntg-context@ntg.nl>
Subject: Re: ConTeXt: Math: Fraktur/calligraphic letters, RSFS
Date: Mon, 15 Mar 1999 12:15:26 +0100	[thread overview]
Message-ID: <36ECEBCE.1AFAFADE@wxs.nl> (raw)
In-Reply-To: <36EC0CCB.B7EC921E@gmx.de>

Tobias Burnus wrote:

> how can I access the Fraktur letters of AMS-TeX ($\frak A$), the
> calligraphic letters (LaTeX: $\cal A$ or \mathcal; what does \cg do?)
                    plain ^^^: \cal 

\cg is just like \rm, \ss, \tt and \hw: a full set of some style. \cg
and \hw are only defined for Lucida. All are rather heavy font switches. 

> Hmm, I think I have to read a lot of source and TeX-books to get an
> overview
> about which packages are available.

M. Dowes of AMS is doing some clever things currently. When taco and I
have some time to spend, we will make a beautiful math module.   

>   font-ams.tex:203:%D \def\frak#1{{\fam\eufmfam\relax#1}}
>   font-eul.tex:18:   mc=eufm10 at 12pt]
> I nethertheless don't get it why it isn't supported yet.

Well, because %D makes sure \frak is not defined, and the mc is bound to
the euler/concrete macros. 

> Concernig \cg / calligraphic I found some definitions in "Unknown
> Defaults"
> font-unk.tex, which don't perform anything real.

As meant to. 

> fonts of this) -- but I'm not totally sure how to do it. (I will try it
> tomorrow.)

This should go into font-ini.tex, just like the OldStyle: 

\definefont [frak] [Fraktur     sa \currentfontscale]
\definefont [goth] [Gothic      sa \currentfontscale]
\definefont [cal]  [Caligraphic sa \currentfontscale]

\definefontsynonym [Fraktur]     [unknown]
\definefontsynonym [Gothic]      [unknown]
\definefontsynonym [Caligraphic] [unknown]

And this should go into font-cmr or whatever else font definition file.
Simply linking logical names to file names. 

\definefontsynonym [Fraktur]     [eufm10]
\definefontsynonym [Gothic]      [eufm10]
\definefontsynonym [Caligraphic] [cmsy10]

And then, you can say: 

\frak Tobias \goth Burnus \cal CHEMICUS

Beware, there is no family support in this solution, which is not that
problemantic here. When taco has finished his fonts and symbols project,
we will come with a decent solution for the lack of families.
(Everything else would be and can be considered a hack). 

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


      reply	other threads:[~1999-03-15 11:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-14 19:23 Tobias Burnus
1999-03-15 11:15 ` Hans Hagen [this message]

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=36ECEBCE.1AFAFADE@wxs.nl \
    --to=pragma@wxs.nl \
    --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).