From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18393 Path: main.gmane.org!not-for-mail From: VnPenguin Newsgroups: gmane.comp.tex.context Subject: Re: Code to product several versions PDF with different fonts Date: Sun, 20 Feb 2005 19:36:54 +0100 Message-ID: References: <20050220183420.14957@mail.comp.lancs.ac.uk> Reply-To: VnPenguin , mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108924426 32044 80.91.229.2 (20 Feb 2005 18:33:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2005 18:33:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Feb 20 19:33:46 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 1D2vtm-0003H9-OT for gctc-ntg-context-518@m.gmane.org; Sun, 20 Feb 2005 19:33:42 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EFD8B127DD; Sun, 20 Feb 2005 19:37:00 +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 06110-06-4; Sun, 20 Feb 2005 19:36:57 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BD059127B8; Sun, 20 Feb 2005 19:36:57 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CE3E2127B8 for ; Sun, 20 Feb 2005 19:36:56 +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 06110-06-3 for ; Sun, 20 Feb 2005 19:36:55 +0100 (CET) Original-Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by ronja.ntg.nl (Postfix) with ESMTP id 6FB2E1279E for ; Sun, 20 Feb 2005 19:36:55 +0100 (CET) Original-Received: by rproxy.gmail.com with SMTP id r35so145906rna for ; Sun, 20 Feb 2005 10:36:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=pkyvfL1ALOil4jxDQSEFt2h25gDj5r2Png8HWf+Wbq29yw0eAJne1OP60gRQxRUzO3/EigaZ8So4oQ8dtKFX/etjZj4k3tNqzenSaRdYQXD0tKMgCsvhGyzch7fmcibzL14ov7LuBEfhVp6ew4OkWvsWCU/uWbhaVs33XjU87Xs= Original-Received: by 10.38.22.16 with SMTP id 16mr192871rnv; Sun, 20 Feb 2005 10:36:54 -0800 (PST) Original-Received: by 10.38.67.14 with HTTP; Sun, 20 Feb 2005 10:36:54 -0800 (PST) Original-To: ConTeXt users In-Reply-To: <20050220183420.14957@mail.comp.lancs.ac.uk> 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:18393 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18393 On Sun, 20 Feb 2005 18:34:20 +0000, Adam Lindsay wrote: > VnPenguin said this at Sun, 20 Feb 2005 19:17:41 +0100: > > >I'm preparing a document and I would like to product several versions > >PDF with different fonts. > > >I would like to use command line. Could you give me a simple example please. > > % I've adapted this for gwTeX default encodings. > % Convert back to t5 as appropriate! ... Thank you very much ! Q.