From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/80187 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: ConTeXt on the Mac (TexShop). Problem of a newbie Date: Thu, 10 Jan 2013 13:01:34 +0100 Message-ID: <50EEAD9E.9060505@wxs.nl> References: <8E16D40C6A36AF46A9050494F6F6A7BB35B28EED@wklex07v.klinik.uni-wuerzburg.de> <50ED31C1.4010208@wxs.nl> <8E16D40C6A36AF46A9050494F6F6A7BB35B2A24A@wklex07v.klinik.uni-wuerzburg.de> <50EE85DA.6070207@wxs.nl> <80E30FC8-C932-46B1-B03C-4F1319FB21B9@web.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1357819303 31910 80.91.229.3 (10 Jan 2013 12:01:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2013 12:01:43 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 10 13:01:59 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TtGpa-0001vU-TL for gctc-ntg-context-518@m.gmane.org; Thu, 10 Jan 2013 13:01:58 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1FAA6101EE; Thu, 10 Jan 2013 13:01:43 +0100 (CET) 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 6TKJ5TjVhKTz; Thu, 10 Jan 2013 13:01:40 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id A2A6C101E6; Thu, 10 Jan 2013 13:01:40 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0A036101E6 for ; Thu, 10 Jan 2013 13:01:39 +0100 (CET) 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 ZbXtKxCW6yTG for ; Thu, 10 Jan 2013 13:01:37 +0100 (CET) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id 41497101E5 for ; Thu, 10 Jan 2013 13:01:37 +0100 (CET) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r0AC1av2016530 for ; Thu, 10 Jan 2013 13:01:36 +0100 X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.100; Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by pragma-net.nl (SurgeMail 6.1c) with ESMTP (TLS) id 2798-1713362 for multiple; Thu, 10 Jan 2013 13:01:33 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 In-Reply-To: <80E30FC8-C932-46B1-B03C-4F1319FB21B9@web.de> X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; latitude=52.5000; longitude=5.7500; http://maps.google.com/maps?q=52.5000,5.7500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0VIKc1AhK - 250e302088c8 - 20130110 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:80187 Archived-At: On 1/10/2013 11:47 AM, Keith J. Schultz wrote: > I am kind of confused about the relationship between luatex and ConTeXt. > > The way I read the wikis and web sites luatex and ConTeXt are basically two > different animals. They have a common core, but two different code bases, where > the ConTeXt group doing most the work advancing the Lua code base and those > changes integrated into the LuaTeX side. The context lua code base is independent and not part of luatex. However, the font related code (opentype stuff) is writen in such a way that it can be used in plain and latex. I could probably write much of the context lua code so that it can be shared and seen as an extensions but it will never pay of. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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 ___________________________________________________________________________________