From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/38674 Path: news.gmane.org!not-for-mail From: "Joel C. Salomon" Newsgroups: gmane.comp.tex.context Subject: Re: ConTeXt mkiv on Ubuntu (Hardy alpha) Date: Thu, 17 Jan 2008 14:52:41 -0500 Message-ID: <7871fcf50801171152r68406c26k40dbf48433c8b3a3@mail.gmail.com> References: <7871fcf50801151325t5697e173udf77b4879093cd89@mail.gmail.com> <7871fcf50801151847r3566e6dak7a0a2d03b9ee5769@mail.gmail.com> <7871fcf50801160927l448ca798g1f935ff01e829a84@mail.gmail.com> <478E9821.6060206@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200599601 5643 80.91.229.12 (17 Jan 2008 19:53:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jan 2008 19:53:21 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 17 20:53:38 2008 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 lo.gmane.org with esmtp (Exim 4.50) id 1JFanr-0006tl-JD for gctc-ntg-context-518@m.gmane.org; Thu, 17 Jan 2008 20:53:31 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EFF431FC61; Thu, 17 Jan 2008 20:53:05 +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 23095-02-11; Thu, 17 Jan 2008 20:52:52 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8783B1FC51; Thu, 17 Jan 2008 20:52:51 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9001E1FC51 for ; Thu, 17 Jan 2008 20:52:49 +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 23095-02-10 for ; Thu, 17 Jan 2008 20:52:45 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by ronja.ntg.nl (Postfix) with ESMTP id A60751FC21 for ; Thu, 17 Jan 2008 20:52:42 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id b2so77439nfb.44 for ; Thu, 17 Jan 2008 11:52:42 -0800 (PST) Original-Received: by 10.78.190.10 with SMTP id n10mr3450798huf.37.1200599562001; Thu, 17 Jan 2008 11:52:42 -0800 (PST) Original-Received: by 10.78.58.14 with HTTP; Thu, 17 Jan 2008 11:52:41 -0800 (PST) In-Reply-To: <478E9821.6060206@elvenkind.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:38674 Archived-At: On Jan 16, 2008 6:49 PM, Taco Hoekwater wrote: > > Is texexec for some reason not actually running luatex here? > > Yes ... > > > chesky@maxwell:~/Documents/tex practice$ texexec --lutex hello_lua.tex > > --luatex, not --lutex Good eye! But now the problem looks different: chesky@maxwell:~/Documents/tex practice$ cat hello_lua.tex \starttext Hello World \ctxlua{a = 1.5 ; b = 1.8 ; c = a*b ; tex.print(c) ;} \stoptext chesky@maxwell:~/Documents/tex practice$ texexec --luatex hello_lua.tex TeXExec | processing document 'hello_lua.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file hello_lua.top TeXExec | using randomseed 734 TeXExec | tex engine: luatex TeXExec | tex format: cont-en LuaTools | using format name ///home/chesky/luatex-cache/context/192d6cc536013c8f36d612384a3a539c/formats/cont-en.fmt LuaTools | no luc/lua with name ///home/chesky/luatex-cache/context/192d6cc536013c8f36d612384a3a539c/formats/cont-en LuaTools | LuaTools | runtime: 0.012 seconds TeXUtil | parsing file hello_lua.tui TeXUtil | check loading of file 'hello_lua', begin/end problem TeXUtil | shortcuts : 0 TeXUtil | expansions: 0 TeXUtil | reductions: 0 TeXUtil | divisions : 0 TeXUtil | loaded files: 1 TeXUtil | temporary files: 0 TeXUtil | commands: 3 TeXUtil | programs: 0 TeXUtil | tuo file saved TeXExec | runtime: 0.399001 chesky@maxwell:~/Documents/tex practice$ ...and no PDF file is generated. Any clues as to what I'm still doing wrong? --Joel ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________