ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Using Fraktur (and Gothic and Calligraphic) fonts in ConTeXt
@ 2002-12-07 19:07 Giuseppe Bilotta
  2002-12-08 17:30 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Giuseppe Bilotta @ 2002-12-07 19:07 UTC (permalink / raw)


Hello,

I just wanted to report the conclusions I reached after the
hoop-jumping I had to go through to be able to use Fraktur in
ConTeXt, especially in math environments: it seems that the \frak,
\goth, \cal font switches are ignored in math mode (which is
somewhat ridiculous, considering that this is where they are used
more often).

A workaround (stolen from the old math module) is to define

\def\fraktur    #1{\ifmmode\@EA\text\fi{{\frak#1}}}
\def\gothic     #1{\ifmmode\@EA\text\fi{{\goth#1}}}
\def\caligraphic#1{\ifmmode\@EA\text\fi{{\cal #1}}} 

and use \fraktur{a} instead of {\frak a}. This has the
disadvantage that you cannot set Fraktur as the (math) font for a
complex math construct. Can this be fixed, please?

-- 
Giuseppe "Oblomov" Bilotta

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-08 17:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-07 19:07 Using Fraktur (and Gothic and Calligraphic) fonts in ConTeXt Giuseppe Bilotta
2002-12-08 17:30 ` Hans Hagen

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).