From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/59425 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: is interpreted as a Greek letter in LuaLaTeX Date: Tue, 08 Jun 2010 08:51:45 +0200 Message-ID: <4C0DE881.2090108@elvenkind.com> References: <4C0DE656.5030203@gyza.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1275979918 2517 80.91.229.12 (8 Jun 2010 06:51:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Jun 2010 06:51:58 +0000 (UTC) To: hajtmar@gyza.cz, mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Jun 08 08:51:56 2010 connect(): No such file or directory Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OLsfD-0003Hl-C8 for gctc-ntg-context-518@m.gmane.org; Tue, 08 Jun 2010 08:51:55 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 30950C9CF5; Tue, 8 Jun 2010 08:51:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4nVq7XpuSKx3; Tue, 8 Jun 2010 08:51:50 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 577A2C9CDD; Tue, 8 Jun 2010 08:51:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 43B14C9CDD for ; Tue, 8 Jun 2010 08:51:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8gqMAlsd2dyc for ; Tue, 8 Jun 2010 08:51:47 +0200 (CEST) Original-Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by balder.ntg.nl (Postfix) with ESMTP id 35F5BC9C0E for ; Tue, 8 Jun 2010 08:51:47 +0200 (CEST) Original-Received: from [192.168.178.26] (boo.demon.nl [83.163.247.99]) (authenticated bits=0) by smtp-vbr6.xs4all.nl (8.13.8/8.13.8) with ESMTP id o586pjr9095641; Tue, 8 Jun 2010 08:51:46 +0200 (CEST) (envelope-from taco@elvenkind.com) User-Agent: Thunderbird 2.0.0.23 (X11/20090822) In-Reply-To: <4C0DE656.5030203@gyza.cz> X-Virus-Scanned: by XS4ALL Virus Scanner X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:59425 Archived-At: Hi Jaroslav, Jaroslav Hajtmar wrote: > Hi, > When I want to write in LuaLaTeX by "tex.print" command some text string I do not want to sound unfriendly, but this is a ConTeXt mailing list, not a LuaLaTeX mailing list. It would be better if you would direct lualuatex questions to the general luatex list . > that is defined in an external lua-file, so characters in > LuaLaTeX appear as the Greek letter "omega". The Greek letter omega has > in the font CM code 0x0A, which is a line feed. It seems that the end of > the line is interpreted not as the end of the line, but a letter. Exactly. lua input files are much more sane than tex files: if you write a newline, you get a newline. The Omega is a side-effect of the font you use. > When I define a text string directly in the source file, everything is OK. > Please do not know how to solve this problem? postprocess the string with string.gsub. Best wishes, Taco ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________