From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/40070 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: ConTeXt ultraminimals (was re: Perl/Ruby dependency) Date: Fri, 11 Apr 2008 16:37:52 +0200 Message-ID: <6faad9f00804110737p36de96edh418f54c7f7c9a2f6@mail.gmail.com> References: <7871fcf50804102052m59a40efbrdace9d3bc255b03@mail.gmail.com> <47FF1669.1060305@wxs.nl> <7871fcf50804110717p39f76975sa748c45f234401ae@mail.gmail.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 1207925390 28838 80.91.229.12 (11 Apr 2008 14:49:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2008 14:49:50 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 11 16:50:22 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 1JkKZy-00047Z-K8 for gctc-ntg-context-518@m.gmane.org; Fri, 11 Apr 2008 16:50:14 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 72AC31FD47; Fri, 11 Apr 2008 16:49:31 +0200 (CEST) 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 06929-01-3; Fri, 11 Apr 2008 16:48:51 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 63E041FCBB; Fri, 11 Apr 2008 16:48:51 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0ABB91FC78 for ; Fri, 11 Apr 2008 16:48:50 +0200 (CEST) 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 06101-03-8 for ; Fri, 11 Apr 2008 16:48:13 +0200 (CEST) Original-Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.189]) by ronja.ntg.nl (Postfix) with ESMTP id 4D3671FCE4 for ; Fri, 11 Apr 2008 16:48:13 +0200 (CEST) Original-Received: by gv-out-0910.google.com with SMTP id n29so185225gve.1 for ; Fri, 11 Apr 2008 07:48:13 -0700 (PDT) Original-Received: by 10.150.190.9 with SMTP id n9mr3286432ybf.127.1207924672235; Fri, 11 Apr 2008 07:37:52 -0700 (PDT) Original-Received: by 10.150.122.20 with HTTP; Fri, 11 Apr 2008 07:37:52 -0700 (PDT) In-Reply-To: <7871fcf50804110717p39f76975sa748c45f234401ae@mail.gmail.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:40070 Archived-At: On Fri, Apr 11, 2008 at 4:17 PM, Joel C. Salomon wrote: > On Fri, Apr 11, 2008 at 3:42 AM, Hans Hagen wrote: > > one option is to write a dedicated fetch script, load the minimals for > > luatex use only (is an option) and then look at the files you need > > Any clues for how to go about this? There are two options: 1.) take a look at first-setup.sh (really stupid script); you can call mtx-update with "--engine=luatex" and then you won't get almost any tfm/enc/map files; you still get pfb files as they are needed for math; and you get quite some helvetica/times enc/map/pfb files since px & tx math fonts need them (needed for gyre) - this will go away once gyre math is ready; it could be optimized, but I consider trying to fix virtual fonts to use gyre instead of urw fonts a loss of time since it's soon going to be obsolete rather soon anyway 2.) you can write your own set of rsync calls, like: rsync -av rsync://contextgarden.net'/minimals/current/fonts/new/ minimals/current/fonts/common/' texmf-fonts rsync -av rsync://contextgarden.net'/minimals/current/bin/context/linux minimals/current/bin/luatex/linux/' texmf-linux > > > i wonder if it's worth the trouble because all you get extra on top of > > lm is tex gyre open type > > I wasn't being dogmatic about cutting out all other fonts; just wanted > to avoid the old TeX-style pfb/vfb/&c. messes. LM+Gyre is fine. > > What I have in mind is a small package with SciTE & the > ultra-minimals, with a launcher like the portableapps.com programs > have that will set the appropriate environment variables. Include > SciTE or Notepad++ (with a stripped-down set of configuration files, > perhaps; just enough for ConTeXt/lua/mp) and Sumatra PDF Portable, and > you've got a complete, truly stand-alone, modern typesetting > environment on a USB stick. If you're willing to work on it, just tell me what exactly you need (I can put different stuff on the garden). See also: http://minimals.contextgarden.net/setup/context-installer/src/ you can then start from there. Mojca ___________________________________________________________________________________ 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 ___________________________________________________________________________________