From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/67547 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: rscale (only for integers?) Date: Fri, 1 Apr 2011 00:09:45 +0200 Message-ID: References: <18B1CD95-5775-49CC-976E-B66471417C15@st.estfiles.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1301609423 15787 80.91.229.12 (31 Mar 2011 22:10:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2011 22:10:23 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 01 00:10:17 2011 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.69) (envelope-from ) id 1Q5Q4H-00051F-L2 for gctc-ntg-context-518@m.gmane.org; Fri, 01 Apr 2011 00:10:17 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id EB980CAB53; Fri, 1 Apr 2011 00:09:49 +0200 (CEST) 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 N-sHAdLZHCN8; Fri, 1 Apr 2011 00:09:47 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 71F42CAB4B; Fri, 1 Apr 2011 00:09:47 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6AA6ACAB4B for ; Fri, 1 Apr 2011 00:09:46 +0200 (CEST) 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 rJ9BZFo-l57M for ; Fri, 1 Apr 2011 00:09:35 +0200 (CEST) Original-Received: from filter1-nij.mf.surf.net (filter1-nij.mf.surf.net [195.169.124.152]) by balder.ntg.nl (Postfix) with ESMTP id 83D1DCAB48 for ; Fri, 1 Apr 2011 00:09:35 +0200 (CEST) Original-Received: from uni-bonn.de (mail.uni-bonn.de [131.220.15.113]) by filter1-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p2VMA1Fg020030 for ; Fri, 1 Apr 2011 00:10:01 +0200 Original-Received: from [87.178.31.94] (account tschmit1@uni-bonn.de HELO [192.168.0.3]) by fe2.uni-bonn.de (CommuniGate Pro SMTP 5.2.12) with ESMTPA id 58698754 for ntg-context@ntg.nl; Fri, 01 Apr 2011 00:10:01 +0200 In-Reply-To: <18B1CD95-5775-49CC-976E-B66471417C15@st.estfiles.de> X-Mailer: Apple Mail (2.1084) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=131.220.15.113; country=DE; region=07; city=Bonn; latitude=50.7333; longitude=7.1000; http://maps.google.com/maps?q=50.7333,7.1000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 07EpWa1QA - e40c00f94360 - 20110401 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.152 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:67547 Archived-At: On Mar 31, 2011, at 5:22 PM, Steffen Wolfrum wrote: > Hi, > > in a typescript I need to set sansserif font proportional bigger than serif font. > Using "rscale"? > As far as I have seen this only works when integers are used for bodyfont: > > \starttypescript [times] > \definetypeface [times] [ss] [sans] [helvetica] [default] [rscale=10.2] > \stoptypescript > > \usetypescript[times] > %\setupbodyfont[times,10pt] % <- try this ... > \setupbodyfont[times,10.1pt] % <- ... and then this > > \starttext > > Test \ss{text} > > \stoptext > > > > Unfortunately the sizes for bodyfont and footnotes are specified by publisher (10.1pt and 8.5pt). > > Is there a chance to get rscale working even for theses decimal fractions? > > Steffen You need: \starttypescript [serif] [default] [size] \definebodyfont [10.1pt] [rm] [default] \stoptypescript \definebodyfontenvironment[10.1pt] But I doubt that there is any visible difference between 10pt and 10.1pt (and due to rounding errors, there may be no difference at all). Thomas ___________________________________________________________________________________ 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 ___________________________________________________________________________________