From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25309 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: ConTeXt bug? Date: Tue, 17 Jan 2006 20:23:56 +0100 Message-ID: <43CD444C.2060504@elvenkind.com> References: <44D7A053-9DD0-419C-BB11-5FE02AAC727F@rna.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137525791 12711 80.91.229.2 (17 Jan 2006 19:23:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jan 2006 19:23:11 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 17 20:23:08 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1EywPt-0001wr-DW for gctc-ntg-context-518@m.gmane.org; Tue, 17 Jan 2006 20:22:53 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6C6A4127F7; Tue, 17 Jan 2006 20:22:53 +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 25313-02; Tue, 17 Jan 2006 20:22:51 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 56FA012798; Tue, 17 Jan 2006 20:22:51 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0A08412798 for ; Tue, 17 Jan 2006 20:22:50 +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 25280-07 for ; Tue, 17 Jan 2006 20:22:49 +0100 (CET) Original-Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by ronja.ntg.nl (Postfix) with SMTP id 31B8A12775 for ; Tue, 17 Jan 2006 20:22:46 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:45726 helo=[192.168.1.3]) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1EywPm-000FNQ-9c for ntg-context@ntg.nl; Tue, 17 Jan 2006 19:22:46 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <44D7A053-9DD0-419C-BB11-5FE02AAC727F@rna.nl> 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:25309 Archived-At: Gerben Wierda wrote: > The \LaTeX in the subject is wrong. Something wrong the the \LaTeX > definition? Perhaps, but there is no way ConTeXt can get this right. In the equivalent situation in LaTeX, it gets its own logo wrong: \documentclass{article} \begin{document} \font\SectionFont=cmr10 at 20pt \SectionFont \LaTeX \end{document} Use \switchtobodyfont if you want a consistent environment. Cheers, Taco