From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10048 Path: main.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Using Fraktur (and Gothic and Calligraphic) fonts in ConTeXt Date: Sat, 7 Dec 2002 20:07:12 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <124930209.20021207200712@iol.it> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1039288186 29405 80.91.224.249 (7 Dec 2002 19:09:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 7 Dec 2002 19:09:46 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18KkKf-0007e9-00 for ; Sat, 07 Dec 2002 20:09:45 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 1BD9F10AE9; Sat, 7 Dec 2002 20:09:50 +0100 (MET) Original-Received: from smtp3.libero.it (smtp3.libero.it [193.70.192.127]) by ref.ntg.nl (Postfix) with ESMTP id D15E810AE9 for ; Sat, 7 Dec 2002 20:08:44 +0100 (MET) Original-Received: from [151.29.129.26] (151.29.129.26) by smtp3.libero.it (6.7.015) id 3DF0A6F40009583F for ntg-context@ntg.nl; Sat, 7 Dec 2002 20:08:43 +0100 X-Mailer: The Bat! (v1.62 Beta/17) Business X-Priority: 3 (Normal) Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: Giuseppe Bilotta List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:10048 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10048 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