From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11573 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: adobekb.tex Date: Fri, 21 Mar 2003 22:33:44 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <87llz8pfpj.fsf@gundla.ch> References: <20030220163139.GA25234@idi.ntnu.no> <5.1.0.14.0.20030220182954.0234dfc0@server-1> <20030318131323.GB12151@idi.ntnu.no> <87el54vhdz.fsf@gundla.ch> <20030319125655.GA8328@idi.ntnu.no> <87u1dy4dge.fsf_-_@gundla.ch> <3E7B82DF.5070404@njit.edu> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048283089 4763 80.91.224.249 (21 Mar 2003 21:44:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Mar 2003 21:44:49 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Mar 21 22:44:48 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18wUJk-0001Eg-00 for ; Fri, 21 Mar 2003 22:44:48 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2B1CB10BAC; Fri, 21 Mar 2003 22:44:54 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by ref.ntg.nl (Postfix) with ESMTP id 3C55610BA5 for ; Fri, 21 Mar 2003 22:39:53 +0100 (MET) Original-Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18wUF0-0006Ai-00 for ntg-context@ntg.nl; Fri, 21 Mar 2003 22:39:54 +0100 Original-Received: from [129.217.137.77] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18wUF0-00087H-00 for ntg-context@ntg.nl; Fri, 21 Mar 2003 22:39:54 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18wU92-0000zf-00 for ; Fri, 21 Mar 2003 22:33:44 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: <3E7B82DF.5070404@njit.edu> (Guo Yang's message of "Fri, 21 Mar 2003 16:23:43 -0500") Original-Lines: 31 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11573 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11573 Guo Yang writes: Hello Guo, > Sorry if this question is very silly. I don't think it is. > Where does this 'palatino' come from? I tried 'helvetica', 'helvet' > and 'utopia' but none of them worked, while 'times' worked well. It comes from the file "type-exa.tex" that is shipped with ConTeXt: \starttypescript [palatino] [texnansi,ec,8r] \definetypeface [palatino] [rm] [serif] [palatino] [default] [encoding=\typescripttwo] \definetypeface [palatino] [mm] [math] [palatino] [default] [encoding=\typescripttwo] \definetypeface [palatino] [tt] [mono] [computer-modern] [default] [rscale=1.075] \stoptypescript there are also defined: \starttypescript [modern] [ec,il2,pl0,default] \starttypescript [postscript] [texnansi,ec,8r] \starttypescript [times] [texnansi,ec,8r] \starttypescript [lucida] [texnansi,ec,8r] and some others, not directly related. Patrick