Re: [NTG-context] Lastest Build on TeXlive 2008 and MikTeX 2.7

2008-08-13 Thread Thomas A. Schmitz
kpsewhere --engine=pdftex cont-en.fmt return? Thomas $ texexec start.tex /usr/bin/texmfstart:1838: warning: Insecure world writable dir /home/mohamed/Desktop/scala-2.7.1.final/bin in PATH, mode 040777 /home/mohamed/texmf/scripts/context/ruby/base/system.rb:16: warning: Insecure world writable

[NTG-context] texmfstart texexec

2008-08-12 Thread Idris Samawi Hamid ادريس سماوي ح امد
Dear gang, I am upgrading my system to the latest mswincontext distro. After some hiccups, context.cmd finds its target script, so I can generate the mkiv format But for texmfstart.exe texexec I keep getting ruby: no such file to load -- ubygems (LoadError) texmfstart --locate texexec.rb

Re: [NTG-context] texmfstart texexec

2008-08-12 Thread Hans Hagen
Idris Samawi Hamid ? ? wrote: Dear gang, I am upgrading my system to the latest mswincontext distro. After some hiccups, context.cmd finds its target script, so I can generate the mkiv format But for texmfstart.exe texexec I keep getting ruby: no such file

Re: [NTG-context] texmfstart texexec

2008-08-12 Thread Idris Samawi Hamid ادريس سماوي ح امد
Hi Hans, On Tue, 12 Aug 2008 15:59:20 -0600, Hans Hagen [EMAIL PROTECTED] wrote: texmfstart --locate texexec.rb gives me /texmf-context/scripts/context/ruby/texexec.rb Any ideas on what's wrong? some messy ruby in your path you can make a small bat file that starts texmfstart @echo off

Re: [NTG-context] multiple documents in one PDF

2008-08-11 Thread Wolfgang Schuster
. I generating tex files programical so i want to speed up some work ( to open and print each pdf) No. Only solution i know at the moment is to concatenate pdfs (i dont like it) You could use a batch or make file, ctx files are another way to do this without external tools, ruby is also

Re: [NTG-context] Lastest Build on TeXlive 2008 and MikTeX 2.7

2008-08-11 Thread Mohamed Bana
cygwin results with the following error. Would installing ruby fix things? $ texexec.exe C:/PROGRA~2/MIKTEX~1.7/scripts/context/ruby/texexec.rb:7:in `require': no such f ile to load -- base/switch (LoadError) from C:/PROGRA~2/MIKTEX~1.7/scripts/context/ruby/texexec.rb:7 [EMAIL PROTECTED

Re: [NTG-context] Lastest Build on TeXlive 2008 and MikTeX 2.7

2008-08-11 Thread Mojca Miklavec
MikTeX/Texlive running. I ought to mention that running texexec within cygwin results with the following error. Would installing ruby fix things? $ texexec.exe C:/PROGRA~2/MIKTEX~1.7/scripts/context/ruby/texexec.rb:7:in `require': no such f ile to load -- base/switch (LoadError) from

Re: [NTG-context] luatools cache problem (beta)

2008-07-16 Thread Aditya Mahajan
On Wed, 16 Jul 2008, Peter Rolf wrote: i have 'diff-ed' the versions, but couldn't find any obvious flaw. also tested with different luatex binaries. same result. Did you also try it on cmd.exe? I recall that sometimes windows ruby had problems with file paths in cygwin. Aditya

Re: [NTG-context] luatools cache problem (beta)

2008-07-16 Thread Peter Rolf
Aditya Mahajan schrieb: On Wed, 16 Jul 2008, Peter Rolf wrote: i have 'diff-ed' the versions, but couldn't find any obvious flaw. also tested with different luatex binaries. same result. Did you also try it on cmd.exe? I recall that sometimes windows ruby had problems with file paths

[NTG-context] Context on Miktex

2008-07-04 Thread David Arnold
without installing Context?Mojca's workaround:May 31. 2008 00:37 If you still want to run ConTeXt on MikTeX while it has been removed, you may create a file texmfstart.bat in C:\Program Files\MiKTeX 2.7\miktex\bin with the content: @echo off ruby "C:\Program Files\MiKTeX 2.7\scripts\context

Re: [NTG-context] LuaTeX problems

2008-06-28 Thread Hans Hagen
to texexec/context ... texexec is just a ruby script that runs tex for you; it's marks being reset that can add a node to the end of the document (depends a bit on the style) while luatex has a clearmarks primitive that we use and which has no side effects (unfortunately clearmarks was never added

[NTG-context] Problem installing ConTeXt Minimals

2008-06-20 Thread Tomi Lindberg
installed Ruby, Perl, GhostScript and rsync as required. This might be a firewall issue but I couldn't find any notion of opening ports from installation instructions and with quick Googling I got the impressions that it shouldn't be required to open ports for rsync. So, can I fix this by opening

Re: [NTG-context] Roll-Your-Own Stand-Alone (Was re. ConTeXt ultraminimals)

2008-06-14 Thread Mojca Miklavec
On Sat, Jun 14, 2008 at 4:49 AM, Yue Wang wrote: Hi. Packaging ruby: you only unzip it and set the path. A stripped-down ruby: probably parsing (even if manually) ruby scripts from ConTeXt to determine which packages are needed, and delete the rest of the tree/ruby libraries :) I'm sure

Re: [NTG-context] Roll-Your-Own Stand-Alone (Was re. ConTeXt ultraminimals)

2008-06-13 Thread Yue Wang
Hi. Packaging ruby: you only unzip it and set the path. A stripped-down ruby: probably parsing (even if manually) ruby scripts from ConTeXt to determine which packages are needed, and delete the rest of the tree/ruby libraries :) I'm sure that not the whole 70 MB of ruby are needed to run

Re: [NTG-context] typesetting Arabic today

2008-06-07 Thread Burak Emir
is independent of ruby and also faster Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74

[NTG-context] context minimal install problem? luatex bug?

2008-06-07 Thread Burak Emir
-osx-intel/bin # ruby uses PATH to locate its scripts export PATH=$PATH:/usr/local/context/tex/texmf-context/scripts/context/ruby # educated guess on how to setup environment for all things TeX export TEXMF=/usr/local/context/tex/texmf export TEXMFMAIN=$TEXMF cd /tmp/testlua.1 texexec test.tex cd

Re: [NTG-context] context minimal install problem? luatex bug?

2008-06-07 Thread Burak Emir
p.s.: I figured out that I had an alias defined in my bash_profile alias context=ruby /usr/local/teTeX/share/texmf.local/scripts/context/ruby/texmfstart.rb texexec --luatex After removing that alias (so I would use only the minimals distrib for everything) I cannot even start context: which

Re: [NTG-context] context minimal install problem? luatex bug?

2008-06-07 Thread Taco Hoekwater
Burak Emir wrote: p.s.: I figured out that I had an alias defined in my bash_profile alias context=ruby /usr/local/teTeX/share/texmf.local/scripts/context/ruby/texmfstart.rb texexec --luatex I this may explain the dvi instead of pdf problem, but you also have a configuration problem

Re: [NTG-context] context minimal install problem? luatex bug?

2008-06-07 Thread Burak Emir
runtime: 0.010 Any idea what is going on? Burak On Sat, Jun 7, 2008 at 2:15 PM, Taco Hoekwater [EMAIL PROTECTED] wrote: Burak Emir wrote: p.s.: I figured out that I had an alias defined in my bash_profile alias context=ruby /usr/local/teTeX/share/texmf.local/scripts/context/ruby

Re: [NTG-context] context minimal install problem? luatex bug?

2008-06-07 Thread Burak Emir
/01ff2a12d1aaf66ed1ecab879ab73b31 MtxRun | error MtxRun | total runtime: 0.010 Any idea what is going on? Burak On Sat, Jun 7, 2008 at 2:15 PM, Taco Hoekwater [EMAIL PROTECTED] wrote: Burak Emir wrote: p.s.: I figured out that I had an alias defined in my bash_profile alias context=ruby /usr/local/teTeX

Re: [NTG-context] Garden unresponsive

2008-06-07 Thread Mojca Miklavec
about unix server tools. Something is severely broken or something is consuming a lot of memory; problems have started once we (my fault :) started providing the minimals. It seems that ruby (rails) server is kind-of-broken as well, for at least two days. Usually it's the other way around: rails

Re: [NTG-context] Garden unresponsive

2008-06-07 Thread Burak Emir
On Sat, Jun 7, 2008 at 9:48 PM, Mojca Miklavec [EMAIL PROTECTED] wrote: memory; problems have started once we (my fault :) started providing the minimals. It seems that ruby (rails) server is kind-of-broken as well, for at least two days. Usually it's the other way around: rails applications

Re: [NTG-context] ConTeXt ultraminimals

2008-06-06 Thread luigi scarso
://fontforge.sourceforge.net EDITOR emacs, scite, notepad++, vim,. LANGUAGE ruby, python, perl, lua, cweb, pascal-web,.. The problem in maintenance. -- luigi ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] ConTeXt ultraminimals

2008-06-06 Thread Hans Hagen
/ FONTS http://fontforge.sourceforge.net EDITOR emacs, scite, notepad++, vim,. LANGUAGE ruby, python, perl, lua, cweb, pascal-web,.. The problem in maintenance. indeed, which is why we want to keep luatex as minimal a possible; there is now support for sockets so one can do fancy

Re: [NTG-context] markup format --- ConTeXt

2008-06-04 Thread Maurice Diamantini
First of all, thank you for your propositions, About markup format: ( a markdown header ;-) Markdown seems an interesting one because: - it's alive (as many other format) - it's available in severall scripting languages (ruby, php, python...) - it seems

Re: [NTG-context] How could a typesetting system be today?

2008-05-31 Thread Henning Hraban Ramm
You can use JavaScript or COM (on Windows) or AppleScript (also Python/ Ruby appscript) on OSX. Been there, done that. And I use XML for partly automatic typesetting (mostly for event calendars of magazines) - but InDesign's XML processing is very slow and very picky about the encoding

Re: [NTG-context] ConTeXt on MikTeX broken

2008-05-06 Thread George N. White III
work on MikTeX. It seems to be a problem with MikTeX itself since this workaround seems to solve the problem, at least temporary: ruby C:\Program Files\MiKTeX 2.7\scripts\context\ruby\texmfstart.rb texexec I'm not so quick to blame MiKTeX -- I suspect texmfstart.rb would

[NTG-context] ConTeXt on MikTeX broken

2008-05-03 Thread Mojca Miklavec
Hello, some time ago some MikTeX users have complained that ConTeXt doesn't work on MikTeX. It seems to be a problem with MikTeX itself since this workaround seems to solve the problem, at least temporary: ruby C:\Program Files\MiKTeX 2.7\scripts\context\ruby\texmfstart.rb texexec

Re: [NTG-context] Greek module

2008-05-03 Thread cidadaum
should have perl and ruby - which I have (I checked the environment variables and ruby is not there; this can be the cause but I don't know how to add it). Anyway I will stick to Linux first. Download and install rpm packages (or other files) rarely turns out to be good. But anyway I have

Re: [NTG-context] Greek module

2008-05-03 Thread Mojca Miklavec
in MikTeX. I have MikTex 2.7. I uninstalled and installed again because it couldn't build the format for ConTeXt. Now it builds but texexec --version does not produce any output. Read my other post about MikTeX ConTeXt. Try to run (single line): ruby C:\Program Files\MiKTeX 2.7\scripts\context

Re: [NTG-context] do is impossible to install mark iv in gnu/linux/amd64?

2008-04-29 Thread raven aloof
Hi... The installation of 'minimals' ( http://wiki.contextgarden.net/ConTeXt_Minimals) generates the following error.: -- log file -- /usr/bin/rsync /usr/bin/ruby receiving file list ... done bin/ bin/mtx-update-old.lua bin/mtx-update.lua

Re: [NTG-context] do is impossible to install mark iv in gnu/linux/amd64?

2008-04-29 Thread Diego Depaoli
2008/4/29 raven aloof [EMAIL PROTECTED]: Hi... The installation of 'minimals' (http://wiki.contextgarden.net/ConTeXt_Minimals) generates the following error.: -- log file -- /usr/bin/rsync /usr/bin/ruby receiving file list ... done

[NTG-context] do is impossible to install mark iv in gnu/linux/amd64?

2008-04-28 Thread raven aloof
- As it is logic, I have all variables correctly added ($TEXROOT, $TEXMF, $TEXMFCACHE, etc, etc, etc), and ruby install it. The questions are.: Is the some way to install/update/upgrade context/metafun/LUATEX on gnu/linux/amd64? The error log, how is it solve? Should there not be a standard

Re: [NTG-context] Minimals - how to use?

2008-04-24 Thread Mojca Miklavec
On Wed, Apr 23, 2008 at 9:18 AM, Diego Depaoli wrote: A bit ot... running first-setup.sh under FreeBSD I get /usr/local/bin/rsync /usr/local/bin/ruby receiving file list ... done sent 98 bytes received 149 bytes 164.67 bytes/sec total size is 4219262 speedup is 17082.03 MtxRun

Re: [NTG-context] Minimals - how to use?

2008-04-23 Thread Diego Depaoli
A bit ot... running first-setup.sh under FreeBSD I get /usr/local/bin/rsync /usr/local/bin/ruby receiving file list ... done sent 98 bytes received 149 bytes 164.67 bytes/sec total size is 4219262 speedup is 17082.03 MtxRun | version 1.0.2 - 2007+ - PRAGMA ADE / CONTEXT MtxRun | skipping

Re: [NTG-context] Minimals - how to use?

2008-04-23 Thread Mojca Miklavec
On Wed, Apr 23, 2008 at 9:18 AM, Diego Depaoli wrote: A bit ot... running first-setup.sh under FreeBSD I get /usr/local/bin/rsync /usr/local/bin/ruby receiving file list ... done sent 98 bytes received 149 bytes 164.67 bytes/sec total size is 4219262 speedup is 17082.03 MtxRun

Re: [NTG-context] Minimals - how to use?

2008-04-23 Thread Yue Wang
... running first-setup.sh under FreeBSD I get /usr/local/bin/rsync /usr/local/bin/ruby receiving file list ... done sent 98 bytes received 149 bytes 164.67 bytes/sec total size is 4219262 speedup is 17082.03 MtxRun | version 1.0.2 - 2007+ - PRAGMA ADE / CONTEXT MtxRun

Re: [NTG-context] Minimals - how to use?

2008-04-23 Thread Mojca Miklavec
On Wed, Apr 23, 2008 at 12:51 PM, Mojca Miklavec [EMAIL PROTECTED] wrote: On Wed, Apr 23, 2008 at 9:18 AM, Diego Depaoli wrote: A bit ot... running first-setup.sh under FreeBSD I get /usr/local/bin/rsync /usr/local/bin/ruby receiving file list ... done sent 98 bytes

Re: [NTG-context] Roll-Your-Own Stand-Alone (Was re. ConTeXt ultraminimals)

2008-04-18 Thread Mojca Miklavec
On Fri, Apr 18, 2008 at 12:10 AM, Joel C. Salomon wrote: On Thu, Apr 17, 2008 at 5:19 PM, Hans Hagen wrote: I'm going to defer working on [Perl Ruby]. we dont't need full perl and ruby; perl only when you want to use mptopdf, which is not needed because texexec can do the same

Re: [NTG-context] Roll-Your-Own Stand-Alone (Was re. ConTeXt ultraminimals)

2008-04-18 Thread Taco Hoekwater
Mojca Miklavec wrote: On Fri, Apr 18, 2008 at 12:10 AM, Joel C. Salomon wrote: On Thu, Apr 17, 2008 at 5:19 PM, Hans Hagen wrote: I'm going to defer working on [Perl Ruby]. we dont't need full perl and ruby; perl only when you want to use mptopdf, which is not needed because

Re: [NTG-context] Roll-Your-Own Stand-Alone (Was re. ConTeXt ultraminimals)

2008-04-18 Thread Hans Hagen
Mojca Miklavec wrote: On Fri, Apr 18, 2008 at 12:10 AM, Joel C. Salomon wrote: On Thu, Apr 17, 2008 at 5:19 PM, Hans Hagen wrote: I'm going to defer working on [Perl Ruby]. we dont't need full perl and ruby; perl only when you want to use mptopdf, which is not needed because

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-17 Thread Taco Hoekwater
Hans Hagen wrote: Joel C. Salomon wrote: On Sat, Apr 12, 2008 at 3:02 AM, Hans Hagen [EMAIL PROTECTED] wrote: Slight tangent: Is there any support for using any of the OpenType math fonts (I know of Cambria Math, STIX, and Asana Math—this last on tug.org) in mkiv? cambria ...

Re: [NTG-context] mswincontext.zip

2008-04-17 Thread Yue Wang
ok, we need to add scite to and docs tree, and... and ruby, perl, unzip, xml tools. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

Re: [NTG-context] mswincontext.zip

2008-04-17 Thread Mojca Miklavec
and ruby, perl, unzip, xml tools. It's not public yet, but I have prepared ruby, perl scite. If you can send me exact urls and instructions, I will add xml tools as well. gswin is on the stack (didn't touch it yet). Mojca

Re: [NTG-context] mswincontext.zip

2008-04-17 Thread Hans Hagen
Mojca Miklavec wrote: and ruby, perl, unzip, xml tools. It's not public yet, but I have prepared ruby, perl scite. If you can send me exact urls and instructions, I will add xml tools as well. gswin is on the stack (didn't touch it yet). http://xmlsoft.org/XSLT/xsltproc2.html

[NTG-context] Roll-Your-Own Stand-Alone (Was re. ConTeXt ultraminimals)

2008-04-17 Thread Joel C. Salomon
and/or a command prompt. • Legacy-free is nice, but if ConTeXt+XeTeX (which I'll call mkiii whether that's an official name or no) requires texexec then we need to include Ruby anyway, so we may as well keep PDFTeX (mkii), BUT: • Since my Windows machine already has Perl, Python, Ruby, I'm going

Re: [NTG-context] Roll-Your-Own Stand-Alone (Was re. ConTeXt ultraminimals)

2008-04-17 Thread Hans Hagen
the environment and start SciTE and/or a command prompt. • Legacy-free is nice, but if ConTeXt+XeTeX (which I'll call mkiii whether that's an official name or no) requires texexec then we need just mkii, at least for a long time -) to include Ruby anyway, so we may as well keep PDFTeX (mkii

Re: [NTG-context] Roll-Your-Own Stand-Alone (Was re. ConTeXt ultraminimals)

2008-04-17 Thread Joel C. Salomon
On Thu, Apr 17, 2008 at 5:19 PM, Hans Hagen [EMAIL PROTECTED] wrote: I'm going to defer working on [Perl Ruby]. we dont't need full perl and ruby; perl only when you want to use mptopdf, which is not needed because texexec can do the same; so, a small ruby is enough So does anyone

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-16 Thread Joel C. Salomon
On Sat, Apr 12, 2008 at 3:02 AM, Hans Hagen [EMAIL PROTECTED] wrote: Slight tangent: Is there any support for using any of the OpenType math fonts (I know of Cambria Math, STIX, and Asana Math—this last on tug.org) in mkiv? cambria ... probably in the near future (as tex gyre will also

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-16 Thread Hans Hagen
Joel C. Salomon wrote: On Sat, Apr 12, 2008 at 3:02 AM, Hans Hagen [EMAIL PROTECTED] wrote: Slight tangent: Is there any support for using any of the OpenType math fonts (I know of Cambria Math, STIX, and Asana Math—this last on tug.org) in mkiv? cambria ... probably in the near

Re: [NTG-context] new version luatex / mkiv

2008-04-13 Thread Hans Hagen
, so no html frame is part of it I think the files are defective. No? Is Lua going to be the only or main programming language for use with ConTeXt? internally, yes; for additional tasks, i have ruby and lua scripts (trying to get rid of perl scripts); most tools now written in ruby

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-12 Thread Hans Hagen
Joel C. Salomon wrote: Slight tangent: Is there any support for using any of the OpenType math fonts (I know of Cambria Math, STIX, and Asana Math—this last on tug.org) in mkiv? cambria ... probably in the near future (as tex gyre will also have math and), since stix is type 1 and spread

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-11 Thread Hans Hagen
Joel C. Salomon wrote: On Tue, Apr 8, 2008 at 4:22 PM, Hans Hagen [EMAIL PROTECTED] wrote: luatex + context mkiv is indeed independent [of Ruby] - index sorting takes place in mkiv - job control is done with mtxrun/mtx-context Now that I've been told the idea is at least possible, I've

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-11 Thread Mojca Miklavec
On Fri, Apr 11, 2008 at 9:42 AM, Hans Hagen [EMAIL PROTECTED] wrote: Joel C. Salomon wrote: On Tue, Apr 8, 2008 at 4:22 PM, Hans Hagen [EMAIL PROTECTED] wrote: luatex + context mkiv is indeed independent [of Ruby] - index sorting takes place in mkiv - job control is done

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-11 Thread Joel C. Salomon
On Fri, Apr 11, 2008 at 3:42 AM, Hans Hagen [EMAIL PROTECTED] 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? i wonder if it's worth the trouble because all

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-11 Thread Joel C. Salomon
On Fri, Apr 11, 2008 at 9:54 AM, Mojca Miklavec [EMAIL PROTECTED] wrote: There are many other OpenType fonts that get fetched by default as well. And maybe the whole bin/common can be left out in that case (maybe windows still needs some libraries). So there is still some space that could

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-11 Thread luigi scarso
See my reply to Hans (about five minutes before this message); it's complexity of installation and options, not disc usage, that I'm trying to minimize. A bit off-topic: mayb we can also think a context-live iso img. -- luigi it's new . it's powerful . it's luatex . http://www.luatex.org

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-11 Thread Mojca Miklavec
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?

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-11 Thread luigi scarso
. A bit off-topic: mayb we can also think a context-live iso img. I have already done it once (perl and ruby added to the CD, and formats generated), and one could be prepared at/for the conference. However, I have no idea how sensible the formats are (if you prepare a live CD

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-11 Thread Mojca Miklavec
already done it once (perl and ruby added to the CD, and formats generated), and one could be prepared at/for the conference. However, I have no idea how sensible the formats are (if you prepare a live CD with slightly different versions of pdfTeX for different platforms - probably that's not going

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-11 Thread Martin Schröder
2008/4/11, luigi scarso [EMAIL PROTECTED]: What about an image to run with a virtual machine ? Much better. Best Martin ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-11 Thread Joel C. Salomon
On Fri, Apr 11, 2008 at 10:37 AM, Mojca Miklavec [EMAIL PROTECTED] wrote: 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 As opposed to --engine=all? Sounds good so far.

[NTG-context] ConTeXt ultraminimals (was re: Perl/Ruby dependency)

2008-04-10 Thread Joel C. Salomon
On Tue, Apr 8, 2008 at 4:22 PM, Hans Hagen [EMAIL PROTECTED] wrote: luatex + context mkiv is indeed independent [of Ruby] - index sorting takes place in mkiv - job control is done with mtxrun/mtx-context Now that I've been told the idea is at least possible, I've been thinking about how

[NTG-context] perl/Ruby dependency -- how deep?

2008-04-08 Thread Joel C. Salomon
Two questions came up when I was looking into putting ConTeXt on a USB stick (i.e., as a portable app): 1. Is perl still required for a ConTeXt installation (say, under Windows)? I know texexec is now written in Ruby, but are there other programs in Stand-alone or the Minimals that require perl

Re: [NTG-context] perl/Ruby dependency -- how deep?

2008-04-08 Thread Mojca Miklavec
On Tue, Apr 8, 2008 at 8:37 PM, Joel C. Salomon wrote: Two questions came up when I was looking into putting ConTeXt on a USB stick (i.e., as a portable app): 1. Is perl still required for a ConTeXt installation (say, under Windows)? I know texexec is now written in Ruby

Re: [NTG-context] perl/Ruby dependency -- how deep?

2008-04-08 Thread Hans Hagen
Joel C. Salomon wrote: Two questions came up when I was looking into putting ConTeXt on a USB stick (i.e., as a portable app): 1. Is perl still required for a ConTeXt installation (say, under Windows)? I know texexec is now written in Ruby, but are there other programs in Stand-alone

Re: [NTG-context] perl/Ruby dependency -- how deep?

2008-04-08 Thread Hans Hagen
Mojca Miklavec wrote: Yes. You can already use context (see mtx-context.lua), though there is no stub yet (you can easily make one), and it's not so well tested yet. it works ok, but at this moment has less options than texexec, but those are not needed for runs

Re: [NTG-context] typesetting documentation

2008-03-24 Thread Hans van der Meer
I looked up what Aditya said can be found in the wiki and did: texmfstart texexec --module kpse:mult-ini.tex I get the following output on my console: 108 ~/Temp/tex: texmfstart texexec --module kpse:mult-ini.tex /usr/local/texlive/texmf-context/scripts/context/ruby/ctxtools.rb: 641

Re: [NTG-context] typesetting documentation

2008-03-24 Thread Aditya Mahajan
-context/scripts/context/ruby/ctxtools.rb:641:in `initialize': Permission denied - /usr/local/texlive/texmf-context/tex/context/base/mult-ini.ted (Errno::EACCES) from /usr/local/texlive/texmf-context/scripts/context/ruby/ctxtools.rb:641:in `open' from /usr/local/texlive

[NTG-context] Adobe Reader, PNG transparency and colors

2008-02-20 Thread Michal Kvasnička
: 2008.01.28 21:28 MKII pdfTeX is 3.141592-1.40.3 (Web2C 7.5.6) TeXExec is version 6.2.0 All under openSuSE Linux 10.3. When I start TeXExec, I got this warning: /usr/bin/texmfstart:1838: warning: Insecure world writable dir /home/qasar/bin in PATH, mode 040777 /usr/share/texmf/scripts/context/ruby

Re: [NTG-context] Nonletter bug in ConTeXt ver: 2008.02.11 10:35 MKII

2008-02-12 Thread Thomas A. Schmitz
, at 10:10 AM, Hans Hagen wrote: can you check this version? Works with one small modification (and fixed one typo). Very neat! --- ctxtools.rb 2008-02-11 10:22:38.0 +0100 +++ /usr/local/texlive/texmf-local/scripts/context/ruby/ctxtools.rb 2008-02-11 10:21:39.0 +0100 @@ -1321,9

[NTG-context] week of wiki 1: call for installation instructions

2008-02-06 Thread Mojca Miklavec
devote one week (or 10 days if neded) for improvement of installation instructions? This means: - improve a generic page (Installation) with links, general notes about dependencies (ruby, perl), general settings (\useMPTEXgraphicstrue, \preloadtypescripts, write18, texexec --make --all, ctxtools

Re: [NTG-context] week of wiki 1: call for installation instructions

2008-02-06 Thread Henning Hraban Ramm
Am 2008-02-06 um 15:50 schrieb Mojca Miklavec: So, I have a little request: can we devote one week (or 10 days if neded) for improvement of installation instructions? This means: - improve a generic page (Installation) with links, general notes about dependencies (ruby, perl), general

Re: [NTG-context] week of wiki 1: call for installation instructions

2008-02-06 Thread Andrea Valle
) with links, general notes about dependencies (ruby, perl), general settings (\useMPTEXgraphicstrue, \preloadtypescripts, write18, texexec --make --all, ctxtools --updatecontext, ..), release notes - three (or slightly more) main pages: Windows Installation, Mac Installation, Linux Installation I just

Re: [NTG-context] week of wiki 1: call for installation instructions

2008-02-06 Thread Mojca Miklavec
) with links, general notes about dependencies (ruby, perl), general settings (\useMPTEXgraphicstrue, \preloadtypescripts, write18, texexec --make --all, ctxtools --updatecontext, ..), release notes - three (or slightly more) main pages: Windows Installation, Mac Installation, Linux

[NTG-context] Sumary of current versions of Context

2008-02-04 Thread John Culleton
--version): /usr/local/texlive/2007/bin/i386-linux/texmfstart:1838: /usr/local/texlive/2007/../texmf-local/scripts/context/ruby/base/system.rb:16: TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD -- John Culleton Precision Typesetting Able Indexers and Typesetters http://wexfordpress.com

Re: [NTG-context] 2 further unix stubs

2008-01-15 Thread Peter Münster
. Isn't this a bit dangerous if scripts move around? script=$(dirname $0)/../../ruby/texmfstart.rb Indeed, it works only, if you don't move it... My idea was ---to simplify my installation script--- only to add execution bits to .../stubs/unix/* and add .../stubs/unix to the PATH. But texmfstart

Re: [NTG-context] 2 further unix stubs

2008-01-15 Thread Hans Hagen
Mojca Miklavec wrote: On Jan 15, 2008 12:17 AM, Peter Münster wrote: Hello, What about these 2 new stubs: stubs/unix/texmfstart: #!/bin/sh script=$(dirname $0)/../../ruby/texmfstart.rb exec $script $@ # (or exec ruby $script $@) texmfstart is usually copy texmfstart.rb to texmfstart

Re: [NTG-context] 2 further unix stubs

2008-01-15 Thread Hans Hagen
and the loaded scripts (like mtx-context) fon't need a restart; this (plus the lua factor) is why they run much faster than their ruby counterparts) Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] 2 further unix stubs

2008-01-15 Thread Peter Münster
.../stubs/unix/* PATH=.../stubs/unix:$PATH ln -s .../scripts/context/ruby/texmfstart.rb .../TeX-live/bin/texmfstart So, thank you for your stubs! Now I'm only waiting for the context-stub: #!/bin/sh mtxrun --script context --run $@ Cheers, Peter -- http://pmrb.free.fr/contact

[NTG-context] 2 further unix stubs

2008-01-14 Thread Peter Münster
Hello, What about these 2 new stubs: stubs/unix/texmfstart: #!/bin/sh script=$(dirname $0)/../../ruby/texmfstart.rb exec $script $@ # (or exec ruby $script $@) stubs/unix/texsync: #!/bin/sh texmfstart texsync.rb $@ # (Or is texsync now obsolete and replaced by another script?) Cheers, Peter

Re: [NTG-context] 2 further unix stubs

2008-01-14 Thread Mojca Miklavec
On Jan 15, 2008 12:17 AM, Peter Münster wrote: Hello, What about these 2 new stubs: stubs/unix/texmfstart: #!/bin/sh script=$(dirname $0)/../../ruby/texmfstart.rb exec $script $@ # (or exec ruby $script $@) texmfstart is usually copy texmfstart.rb to texmfstart in bin and make

Re: [NTG-context] latest beta (2008-01-09 19:58)

2008-01-10 Thread Hans Hagen
but there will be no asptex -) we will probably stick with lua (and rewrite the ruby script etc) ... easier to package and distribute and less bloated than other languages - Hans Hagen | PRAGMA ADE

Re: [NTG-context] Context Minimal Linux installation on MAC Leopard

2008-01-09 Thread Giulio Bertellini
Thank you for your reply. Over the weekend, I think I attempted to install Linux Binaries out of the expectation that Linux binaries would work on any X86 machine, provided perl and ruby are available. I am new to the mac environment and the reason I bought it was to be able to have a nice user

Re: [NTG-context] ConTeXt-ifying Kile

2007-12-29 Thread Mojca Miklavec
is (how to get) the list of the ConTeXt commands. See class Commands, editinterface (lines 194-306) in scripts/context/ruby/ctxtools.rb You can fix those simple portions of code to output the code in your desired format. Then you can copy tex/context/interface/* to your working directory

[NTG-context] unable update context minimal

2007-12-22 Thread raven aloof
, mode 041777 /op/context/tex/texmf-context/scripts/context/ruby/base/system.rb:16:warning: Insegure world writable dir /tmp/ in PATH, mode 041777 CtxTools | updating /opt/context/tex/texmf-context:/opt/context/tex/texmf CtxTools | unable to change to /opt/context/tex/texmf-context/:/opt/context/tex

[NTG-context] A ruby script to create the font for Chinese fonts

2007-12-20 Thread Zhichu Chen
Hi, Although Hans has made the perfect ruby script ttf2uni.rb that meets most of our needs, I just found that sometimes embedding ttf files is very very slow, so I made some tiny modifications on it. It will convert an oft file to a ttf file if no ttf files are found in the names of the arguments

Re: [NTG-context] A ruby script to create the font for Chinese fonts

2007-12-20 Thread Zhichu Chen
Oops, seems that I've accidentally sent an old one. On Dec 21, 2007 8:45 AM, Zhichu Chen [EMAIL PROTECTED] wrote: Hi, Although Hans has made the perfect ruby script ttf2uni.rb that meets most of our needs, I just found that sometimes embedding ttf files is very very slow, so I made some

[NTG-context] filepath on format generation

2007-12-16 Thread Hans van der Meer
directory `/web2c' does not exist. kpathsea: Running mktexfmt context.fmt fmtutil: format directory `/web2c' does not exist. In my .bashrc I have: # TeX variables CONTEXT_RUBY=/usr/local/texlive/texmf-local/scripts/context/ruby TEX_HOME=/usr/local/texlive/2007 TEXMFCACHE=/Users/hans/Temp OSFONTDIR

Re: [NTG-context] SVG support

2007-12-08 Thread Zeus Gómez Marmolejo
ce the PDF. But I've found a better way to do it. before i look into this ... what version of inkscape? when i wrote the code ps was the only way that could be trusted (successive version of inkscape were broken etc) I've modified the file "graphics/inkscape" (it'

Re: [NTG-context] SVG support

2007-12-06 Thread Hans Hagen
it. before i look into this ... what version of inkscape? when i wrote the code ps was the only way that could be trusted (successive version of inkscape were broken etc) I've modified the file graphics/inkscape (it's a ruby source code). At line 69 was: resultpipe = --without-gui --print

Re: [NTG-context] SVG support

2007-12-05 Thread Zeus Gómez Marmolejo
"graphics/inkscape" (it's a ruby source code). At line 69 was: resultpipe = "--without-gui --print=\"#{tmpfilename}\" 2#{logfile}" and now: resultpipe = "--without-gui --export-pdf=\"#{outfilename}\" 2#{logfile}" After this, all these lines ca

[NTG-context] help about the EXAMPLE framework

2007-11-19 Thread Fabrice Gaudier - CEA/DEN/SFME
Hello, I'ld like using the tex client/server (called in the past exampler ) described in the wiki page http://wiki.contextgarden.net/Cont-exa.zip. But the document http://www.pragma-ade.com/general/manuals/ex-gui.pdf is not uptodate because I don't find the exampler ruby script. I find

Re: [NTG-context] Context Minimal for Windows installer

2007-11-18 Thread Mojca Miklavec
(or should?) be adapted in such a way that one wouldn't need to provide any arguments to it, but that's a completely unrelated subject.) Some *really low priority* tasks for the future of the installer might also be: - check if ruby is installed and ask the user to install it if needed (well, Hans

Re: [NTG-context] Mark IV and pre-processing input file processing.

2007-11-11 Thread Hans Hagen
in, so there is no need to unzip then. things like the output, style etc can be controller using a ctx file but currently that file is handled outside the tex run for luatex, in the near future we will no longer use texexec but a lua based variant (this removes the dependency on ruby) (i have

Re: [NTG-context] Doc to ConTeXt [was Re: HTML to ConTeXt]

2007-11-10 Thread Andrea Valle
Hi Saji, Thanks, I've already looked at it. I will surely take into account your idea, as I'd like to convert to context my wiki pages (with wikka wiki). At the end, the problem is html to context. Powerful library indeed, as far as I can understand Ruby. Best

Re: [NTG-context] Doc to ConTeXt [was Re: HTML to ConTeXt]

2007-11-09 Thread Saji Njarackalazhikam Hameed
with ruby (also see http://wiki.contextgarden.net/HTML_and_ConTeXt). Converting HTML syntax to ConTeXt syntax is very do-able. If it is of any use, I attach the ruby filters I use for my purpose. BTW, I use a ruby library called hpricot to ease some of these conversions. saji ... def

[NTG-context] Fwd: ec-lmr12 not loadable: Metric (TFM) file

2007-11-03 Thread Mojca Miklavec
of texexec. See also recent messages on the XeTeX mailing list. And see @@runoptions['xetex'] = ['--8bit','-output-driver=xdvipdfmx -E -d 4 -V 5'] in scripts/context/ruby/base/tex.rb But if you change sdvipdfmx to xdv2pdf, you'll have problems with Latin Modern (they're hardcoded

Re: [NTG-context] How to realize rubytext in Context?

2007-10-14 Thread Wolfgang Schuster
. Hints are very welcome. Here is a good and short explanation what rubytext is: http://www.w3.org/International/questions/qa-ruby Ciao, P. Hi Peter, you can try to use one of my modules for ruby typesetting, I never finished any of them but I hope I will do this in the future

[NTG-context] How to realize rubytext in Context?

2007-10-13 Thread Peter Schorsch
is: http://www.w3.org/International/questions/qa-ruby Ciao, P. ___ 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

<    1   2   3   4   5   6   7   8   9   10   >