From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6512 Path: main.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Re[2]: \boldsymbol (m-math) Date: Thu, 17 Jan 2002 12:45:10 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <933342276.20020117124510@bigfoot.com> References: <20020114125257.B21236@merkur.econ.muni.cz> <20020116092339.2b5b46ba.taco@elvenkind.com> Reply-To: Giuseppe Bilotta 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 1035397039 11322 80.91.224.250 (23 Oct 2002 18:17:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:17:19 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Taco Hoekwater In-Reply-To: <20020116092339.2b5b46ba.taco@elvenkind.com> Xref: main.gmane.org gmane.comp.tex.context:6512 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6512 TH> Since the new font selection scheme in context was introduced the math TH> module has been broken. I've been too busy to look into the changes TH> that are required. With some luck, I may be able to do something about TH> it next week. Until then, you are on your own. Sorry. My limited testings in trying to make the m-math module work in modern ConTeXt led to this patch. Find \def\docompletefontswitch[#1]% {\bodyfontsize=#1\relax \dimensiontocount\bodyfontsize\bodyfontpoints \edef\bodyfontfactor{\withoutpt\the\bodyfontsize}% \normalizebodyfontsize\bodyfontsize\to\normalizedbodyfontsize \edef\textface{\getvalue{\??ft\normalizedbodyfontsize\s!text}}% \edef\scriptface{\getvalue{\??ft\normalizedbodyfontsize\s!script}}% \edef\scriptscriptface{\getvalue{\??ft\normalizedbodyfontsize\s!scriptscript}}% \settextfonts \setmathfamilies\fontstyle \rmtf \the\everybodyfont} and change it to: \def\docompletefontswitch[#1]% {\bodyfontsize=#1\relax \dimensiontocount\bodyfontsize\bodyfontpoints \edef\bodyfontfactor{\withoutpt\the\bodyfontsize}% \normalizebodyfontsize\bodyfontsize\to\normalizedbodyfontsize \dosetbodyfontface \textface \s!text \dosetbodyfontface \scriptface \s!script \dosetbodyfontface \scriptscriptface \s!scriptscript \settextfonts \setmathfamilies\fontstyle \rmtf \the\everybodyfont} which should allow it to load.