From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/58338 Path: news.gmane.org!not-for-mail From: "R. Bastian" Newsgroups: gmane.comp.tex.context Subject: Re: font, sansserif Date: Thu, 22 Apr 2010 22:57:46 +0200 Message-ID: <20100422225746.17df1f97@KUBUNTU64> References: <20100422141528.3fc249ec@KUBUNTU64> <4BD0A314.2010107@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1271969917 20030 80.91.229.12 (22 Apr 2010 20:58:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2010 20:58:37 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 22 22:58:36 2010 connect(): No such file or directory 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 1O53Tn-0005OL-Vl for gctc-ntg-context-518@m.gmane.org; Thu, 22 Apr 2010 22:58:36 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4CEAEC9D60; Thu, 22 Apr 2010 22:58:35 +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 xFexJoHlNrvc; Thu, 22 Apr 2010 22:58:22 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DE6F2C9D6E; Thu, 22 Apr 2010 22:58:21 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DC6CBC9D6E for ; Thu, 22 Apr 2010 22:58:18 +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 1je6vMrqHLjB for ; Thu, 22 Apr 2010 22:57:51 +0200 (CEST) Original-Received: from smtp20.orange.fr (smtp20.orange.fr [80.12.242.27]) by balder.ntg.nl (Postfix) with ESMTP id EBF71C9D60 for ; Thu, 22 Apr 2010 22:57:50 +0200 (CEST) Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2011.orange.fr (SMTP Server) with ESMTP id 6648F20000A7 for ; Thu, 22 Apr 2010 22:57:48 +0200 (CEST) Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2011.orange.fr (SMTP Server) with ESMTP id 551312000143 for ; Thu, 22 Apr 2010 22:57:48 +0200 (CEST) Original-Received: from KUBUNTU64 (AStrasbourg-156-1-134-230.w90-6.abo.wanadoo.fr [90.6.69.230]) by mwinf2011.orange.fr (SMTP Server) with ESMTP id BDB1620000A7 for ; Thu, 22 Apr 2010 22:57:47 +0200 (CEST) X-ME-UUID: 20100422205747777.BDB1620000A7@mwinf2011.orange.fr X-ME-User-Auth: bastian.rene In-Reply-To: <4BD0A314.2010107@elvenkind.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.12.0; x86_64-pc-linux-gnu) 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:58338 Archived-At: On Thu, 22 Apr 2010 21:27:16 +0200 Taco Hoekwater scribit: > R. Bastian wrote: > > Hello, > > = > > this is an excerpt of the preambel and beginning of the text: > > ------------------------ > > \setupbodyfont[sansserif, 10pt] > > \setuphead[subject][textstyle=3Dcap] %, > > \setupheadertexts[\^Aventiuren] > > = > > \starttext > > \noheaderandfooterlines > > = > > \tfe{}\^Aventiuren\blank\blank > > = > > ... > > = > > \subject{Chrono} > > ---------------------------- > > = > > I wish for \tfe a fontsize greater than \tfd > = > http://wiki.contextgarden.net/Reference/en/definebodyfontenvironment > = > has an example that does this. > = > > and > > = > > also greater caps for \subject > = > \setuphead[subject][style=3D{\switchtobodyfont[17pt]},textstyle=3Dcap] i will take 12pt > = > Combined, you get something like this: > = > \definefontsize[e] > \definebodyfontenvironment > [default] > [e=3D3] % current bodyfont size * 3 > = > \setupbodyfont[sansserif, 10pt] > \setuphead[subject][style=3D{\switchtobodyfont[22pt]},textstyle=3Dcap] %, > .... > = > = > > Is 'sansserif' a shortcut ? Is there a more analytical definition. > = > sansserif is a typeface identifier, but it is basically an alias for > \ss. This page should help: > = > http://wiki.contextgarden.net/Font_Switching yes, it helps > = > Best wishes, > Taco > = Thanks Taco, its a very good solution. > = > = -- = Ren=E9 Bastian www.pythoneon.org www.musiques-rb.org http://www.soundsurvey.org.uk/ ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________