From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/53791 Path: news.gmane.org!not-for-mail From: Martin Scholz Newsgroups: gmane.comp.tex.context Subject: Re: ams font symbols Date: Wed, 28 Oct 2009 00:19:09 +0000 (UTC) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1256689240 15095 80.91.229.12 (28 Oct 2009 00:20:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Oct 2009 00:20:40 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 28 01:20:33 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1N2wH9-0001ne-I1 for gctc-ntg-context-518@m.gmane.org; Wed, 28 Oct 2009 01:20:31 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B7489C9B8C; Wed, 28 Oct 2009 01:19:13 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id JBcXivKRELBt; Wed, 28 Oct 2009 01:19:08 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9FBC4C9B35; Wed, 28 Oct 2009 01:19:00 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 05199C9B16 for ; Wed, 28 Oct 2009 01:18:42 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lzmEOe3usjtD for ; Wed, 28 Oct 2009 01:18:26 +0100 (CET) Original-Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by balder.ntg.nl (Postfix) with ESMTP id C0834C9AB7 for ; Wed, 28 Oct 2009 01:18:25 +0100 (CET) Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1N2wGB-0001TB-Df for ntg-context@ntg.nl; Wed, 28 Oct 2009 01:19:31 +0100 Original-Received: from 92.250.247.163 ([92.250.247.163]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Oct 2009 01:19:31 +0100 Original-Received: from martin by 92.250.247.163 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Oct 2009 01:19:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 62 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 92.250.247.163 User-Agent: Pan/0.133 (House of Butterflies) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:53791 Archived-At: Am Tue, 27 Oct 2009 19:06:40 -0400 schrieb Aditya Mahajan: > On Tue, 27 Oct 2009, Martin Scholz wrote: > >> Thanks after that link I'm using dstroke. you used in brackets [mant] >> instead of [math] in the following command >> \definetypeface[modern][mm][math][modern][ams][endocing= >> \defaultencoding] >> >> so with math it is correct with mant it is the wrong one. Is there a >> way to combine math and mant together? so that one can use the defined >> symbols in mant and use the nicer doublestroke symbols in math? > > Sorry, [mant] was a typo. It should be [math]. > > The trouble is that the example on the wiki is that it redefines the mb > family and the subseteq etc from from mb family. A workaround is to > redefine the mc family (Only math time professional fonts use that > family). Here is a working example: > > > \loadmapfile[dstroke.map] > > \starttypescript [math] [modern,computer-modern,latin-modern,ams] [size] > \definebodyfont [17.3pt,14.4pt,12pt][mm] > [mc=dsrom12 sa 1] > \definebodyfont [11pt,10pt,9pt] [mm] > [mc=dsrom10 sa 1] > \definebodyfont [8pt,7pt,6pt,5pt,4pt] [mm] > [mc=dsrom8 sa 1] > \stoptypescript > > \definetypeface [modern] [mm] [math] [modern] [ams] [encoding=texnansi] > > \setupbodyfont[reset,modern,10pt] > > \definefamilysynonym [default] [doublestroke] [mc] > > \def\dstroke {\fam\purefamily {doublestroke}} > > \def\doublestroke#1{{\dstroke#1}} > > \starttext > > ${\dstroke RN}$ > > $\subsetneqq\subsetneq\supsetneqq\supsetneq$ > > \stoptext > > Hey Aditya, cool thanks, really works this way round, Thanks that this list is so fast in answering questions and that in such a qualified way... hope I will get that knowledge by some day about context to help others too... but it is nice to know a place where others will do so... so again thanks to everybody who helped me with in the past... Greetings Martin ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________