From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23845 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: beginners manual Date: Mon, 28 Nov 2005 00:26:20 +0100 Message-ID: <438A409C.8010504@wxs.nl> References: <4387B20E.9060208@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133134003 23988 80.91.229.2 (27 Nov 2005 23:26:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Nov 2005 23:26:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 28 00:26:41 2005 Return-path: 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 1EgVuZ-0002a2-LL for gctc-ntg-context-518@m.gmane.org; Mon, 28 Nov 2005 00:26:23 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 05D6D128BB; Mon, 28 Nov 2005 00:26:23 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24668-01-5; Mon, 28 Nov 2005 00:26:18 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E08FD128B4; Mon, 28 Nov 2005 00:26:18 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EC8E1128B4 for ; Mon, 28 Nov 2005 00:26:16 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24668-01-4 for ; Mon, 28 Nov 2005 00:26:16 +0100 (CET) Original-Received: from controller-1 (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with ESMTP id E9464128A4 for ; Mon, 28 Nov 2005 00:26:15 +0100 (CET) Original-Received: from [10.100.1.109] (unverified [10.100.1.109]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 5236 for ; Mon, 28 Nov 2005 00:31:03 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23845 Archived-At: VnPenguin wrote: >Hi Hans et al, > >Just tried to compile "ma-cb-en" with T5. Here are some remarks: > >1. \def\TitlePage#1#2#3 in file "ma-cb-style.tex" does not work with T5. >Because of > >\definedfont[SansBold at 40pt] > >I lossed so many vietnamese accented characters. I have to change to > >\switchtobodyfont[40pt]\bf > >in order to make T5 work. I think the file "ma-cb-style.tex" needs >more attention for multi-lang support. > > > sure, the only thing i did so far is split and reorganize; at your place, it runs with: \startnotmode[atpragma] \usetypescriptfile[type-buy] \usetypescript[palatino][ec] \setupbodyfont[palatino,10pt] \stopnotmode so for vietnamese you need another encoding. (i added language modes, so we can now do for vietnamese): \startmode[*vn] \enableregime[utf] \setupencoding[default=t5] \stopmode \startnotmode[atpragma] \usetypescriptfile[type-buy] \usetypescript[palatino][\defaultencoding] \setupbodyfont[palatino,10pt] \stopnotmode (in ma-cb-style.tex) can you test that? >2. In file "ma-cb-en-document.tex" : >... >\CONTEXT\ expects a plain \ASCII\ input file. Of course you >can use any texteditor or wordprocessor you want, but you >should not forget that \CONTEXT\ can only read \ASCII\ >input. Most texteditors or wordprocessors can export your >file as plain \ASCII. >... >What do you think about a plain text input file in UTF-8 charset ? >It's not ASCII by definition, but the current ConTeXt (pdfetex) can >work with it no problem. All my works with ConTeXt are prepared in >UTF-8 input file. > > > sure, no problem for the vn version Hans