From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18049 Path: main.gmane.org!not-for-mail From: Albrecht Kauffmann Newsgroups: gmane.comp.tex.context Subject: font handling and \showfont Date: Mon, 31 Jan 2005 11:18:07 +0100 (CET) Message-ID: References: <41FCEA30.1050107@elvenkind.com> <41FD4988.9060704@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1107166730 26976 80.91.229.6 (31 Jan 2005 10:18:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2005 10:18:50 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 31 11:18:45 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CvYdp-0000at-00 for ; Mon, 31 Jan 2005 11:18:45 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6AFA51279F; Mon, 31 Jan 2005 11:18:52 +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 00535-02; Mon, 31 Jan 2005 11:18:50 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CB07112792; Mon, 31 Jan 2005 11:18:50 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C4AA312792 for ; Mon, 31 Jan 2005 11:18:49 +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 00321-07 for ; Mon, 31 Jan 2005 11:18:49 +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 DEFB212783 for ; Mon, 31 Jan 2005 11:18:48 +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 j0VAImx7028064 for ; Mon, 31 Jan 2005 11:18:48 +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 22332-11 for ; Mon, 31 Jan 2005 11:18:43 +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 j0VAI7JN027680 for ; Mon, 31 Jan 2005 11:18:07 +0100 (CET) Original-To: mailing list for ConTeXt users In-Reply-To: <41FD4988.9060704@wxs.nl> 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 Xref: main.gmane.org gmane.comp.tex.context:18049 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18049 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