From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18070 Path: main.gmane.org!not-for-mail From: Albrecht Kauffmann Newsgroups: gmane.comp.tex.context Subject: font handling and \showfont Date: Wed, 2 Feb 2005 10:13:57 +0100 (CET) Message-ID: References: <41FCEA30.1050107@elvenkind.com> <41FD4988.9060704@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1107335710 28196 80.91.229.2 (2 Feb 2005 09:15:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Feb 2005 09:15:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 02 10:15:10 2005 Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1CwGbH-0000Ir-6a for gctc-ntg-context-518@m.gmane.org; Wed, 02 Feb 2005 10:15:03 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 17945127CF; Wed, 2 Feb 2005 10:15:27 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21427-03; Wed, 2 Feb 2005 10:15:24 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 67EF9127A1; Wed, 2 Feb 2005 10:15:24 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 22C16127A1 for ; Wed, 2 Feb 2005 10:15:22 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21294-06 for ; Wed, 2 Feb 2005 10:15:21 +0100 (CET) Original-Received: from persius.rz.uni-potsdam.de (persius.rz.uni-potsdam.de [141.89.68.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6CCD71276C for ; Wed, 2 Feb 2005 10:15:21 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by persius.rz.uni-potsdam.de (8.12.11/8.12.11) with ESMTP id j129FMCW025589 for ; Wed, 2 Feb 2005 10:15:22 +0100 (CET) Original-Received: from persius.rz.uni-potsdam.de ([127.0.0.1]) by localhost (persius [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23817-03 for ; Wed, 2 Feb 2005 10:15:12 +0100 (CET) Original-Received: from persius.rz.uni-potsdam.de (persius.rz.uni-potsdam.de [141.89.68.1]) by persius.rz.uni-potsdam.de (8.12.11/8.12.11) with ESMTP id j129DvMb024786 for ; Wed, 2 Feb 2005 10:13:57 +0100 (CET) Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by amavisd-new at rz.uni-potsdam.de X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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 X-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: main.gmane.org gmane.comp.tex.context:18070 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18070 Hi all, I have a question regarding the use of font handling. With the trailer \setupoutput[pdftex] \useencoding[win] \setupalign[hanging] \setupfontsynonym [Serif] [handling=pure] \setupfontsynonym [Sans] [handling=pure] \setupfontsynonym [Mono] [handling=punctuation] \usetypescript [all] [latin-modern][texnansi] \setupbodyfont[reset] \setupbodyfont[cmr] I get output with expected hanging punctuation only if I type after \starttext the command \showfont[Serif]. Without the latter the protruding mechanism doesn't work. My question is: How can I get hanging punctuation without the command "\showfont[Serif]"? With many thanks for any hint Albrecht