From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/86803 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: typewriter style with Constantia Date: Fri, 28 Mar 2014 02:53:40 -0400 (EDT) Message-ID: References: <87k3bfpszn.fsf@micropit.couberia.selfip.net> <6074DDF1-DD08-49A7-B2E7-140115734E23@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-961455574-1395989622=:20292" X-Trace: ger.gmane.org 1395989633 6646 80.91.229.3 (28 Mar 2014 06:53:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2014 06:53:53 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 28 07:54:04 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WTQfz-0001C7-Pg for gctc-ntg-context-518@m.gmane.org; Fri, 28 Mar 2014 07:54:03 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C1DCB101F8; Fri, 28 Mar 2014 07:54:02 +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 kLNXIqRfH0ic; Fri, 28 Mar 2014 07:54:00 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 130D6101EB; Fri, 28 Mar 2014 07:54:00 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4CACE101EB for ; Fri, 28 Mar 2014 07:53:59 +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 VMWVzhUEg9nB for ; Fri, 28 Mar 2014 07:53:57 +0100 (CET) Original-Received: from filter3-ams.mf.surf.net (filter3-ams.mf.surf.net [192.87.102.71]) by balder.ntg.nl (Postfix) with ESMTP id 8467A101EA for ; Fri, 28 Mar 2014 07:53:47 +0100 (CET) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.12.86]) by filter3-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s2S6rilP029826 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 28 Mar 2014 07:53:46 +0100 Original-Received: FROM adi-thinkpad.local ((null) [135.0.226.162]) By tombraider.mr.itd.umich.edu ID 53351C76.34BFA.9901 ; Authuser adityam; 28 Mar 2014 02:53:42 EDT In-Reply-To: <6074DDF1-DD08-49A7-B2E7-140115734E23@gmail.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=141.211.12.86; country=US; region=Michigan; city=Ann Arbor; latitude=42.2668; longitude=-83.8562; http://maps.google.com/maps?q=42.2668,-83.8562&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 03LGSRJQ1 - 42c1420831d9 - 20140328 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.71 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:86803 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-961455574-1395989622=:20292 Content-Type: TEXT/PLAIN; charset=windows-1252; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Thu, 27 Mar 2014, Wolfgang Schuster wrote: > > Am 27.03.2014 um 16:21 schrieb Peter M=FCnster : > >> Hi, >> >> With the following setup and ConTeXt version 2014.02.14 I got typewriter >> style: >> >> --8<---------------cut here---------------start------------->8--- >> \definefontfamily[constantia][sans][Constantia] >> \setupbodyfont[constantia] >> \starttext >> normal and \type{mono} >> \stoptext >> --8<---------------cut here---------------end--------------->8--- >> >> But not with version 2014.03.25. >> >> What should I do to get typewriter style please? > > You have to specify a font for monospaced text and it=92s better to set= =20 > also a font for math. It would be nicer if the unset styles (in particular math) would fall back= =20 to the defaults. Aditya --8323329-961455574-1395989622=:20292 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --8323329-961455574-1395989622=:20292--