From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/630 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: [ConTeXt] Math fonts: cal etc. Date: Mon, 05 Jul 1999 16:27:12 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3780C0C0.77A09D67@wxs.nl> References: <3780B300.E5C73E5A@gmx.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035391482 25721 80.91.224.250 (23 Oct 2002 16:44:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:44:42 +0000 (UTC) Cc: NTG-ConTeXt Original-To: Tobias Burnus Xref: main.gmane.org gmane.comp.tex.context:630 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:630 Tobias Burnus wrote: > I can use \cal{HI THERE} \frak{And also there} \goth{I am a fraktur font again} No you can't, because it's a font switch and needs grouping! They are defined as: \definefont [frak] [Fraktur sa \currentfontscale] \definefont [goth] [Gothic sa \currentfontscale] \definefont [cal] [Caligraphic sa \currentfontscale] So by adapting file mappings you can have different ones. > but using $\cal F$, $\frak F$ doesn't work. \def\fraktur #1{\ifmmode\hbox\fi{\frak#1}} \def\gothic #1{\ifmmode\hbox\fi{\goth#1}} \def\caligraphic#1{\ifmmode\hbox\fi{\cal #1}} will do what you want. I can add those if needed/wanted/agreed upon. > (I would also like to use the "Ralf Smith Formal Script" font, which is also a > math font. > I think adding it (e.g. to font-rsf.tex shouldn't be difficult, but I'd like to > have some pointer.) \definefontsynonym [MathRoman] [RalfSmith...] \definefontsynonym [MathExtension] [...] \definefontsynonym [MathItalic] [...] \definefontsynonym [MathSymbol] [...] \definebodyfont [14.4pt,12pt,11pt,10pt,9pt,8pt,7pt,6pt,5pt,4pt] [mm] [default] Or something like that, 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 -----------------------------------------------------------------