Hi, I uploaded a new beta. This one has a prelude to a new implementation of texexec. I can run texexec --make --all should work as well as: texexec --make --all --engine=pdftex texexec --make --all --engine=aleph texexec --make --all --engine=xetex it assumes a new recent version of pdftex/mpost currently it's juts a call to ctxtools. I'd like to know if it works ok for miktex as well. I want to avoid ini/rme files. i also made a new cversion checker, for the moment use ctxtools --check it does some more testing and later I will add some cnf parsing. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen said this at Mon, 18 Apr 2005 18:15:21 +0200:
I uploaded a new beta. This one has a prelude to a new implementation of texexec. I can run
texexec --make --all
Hmm. That's not working here on my nearly pristine gwTeX. (Mac OS X 10.3.9, Ruby 1.6.8) I dug a little further, trying to run it via ctxtools.rb. I was missing the rexml package[1], but was easily able to install it. After that, running ctxtools at least begins now, but runs into some errors: CtxTools | using tex engine pdfetex /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/kpse.rb:113: in `formatpath': private method `sub' called for nil (NameError) from /usr/local/teTeX/share/texmf.local/scripts/context/ruby/ base/tex.rb:265:in `make' ... Interestingly, I didn't run into the same problem that David and Stephen ran into with the previous beta. I don't know why. Sorry that's not a tremendous help. [1] http://www.germane-software.com/software/rexml/ -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay, Computing Dept. atl@comp.lancs.ac.uk Lancaster University, InfoLab21 +44(0)1524/510.514 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Adam Lindsay wrote:
Hans Hagen said this at Mon, 18 Apr 2005 18:15:21 +0200:
I uploaded a new beta. This one has a prelude to a new implementation of texexec. I can run
texexec --make --all
Hmm. That's not working here on my nearly pristine gwTeX. (Mac OS X 10.3.9, Ruby 1.6.8)
I dug a little further, trying to run it via ctxtools.rb. I was missing the rexml package[1], but was easily able to install it. After that, running ctxtools at least begins now, but runs into some errors:
CtxTools | using tex engine pdfetex /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/kpse.rb:113: in `formatpath': private method `sub' called for nil (NameError) from /usr/local/teTeX/share/texmf.local/scripts/context/ruby/ base/tex.rb:265:in `make' ...
in base/kpse.rb you need to add a test: if ENV['TEXFORMATS'] then ENV['TEXFORMATS'] = ENV['TEXFORMATS'].sub(/\$ENGINE/io,'') end
Interestingly, I didn't run into the same problem that David and Stephen ran into with the previous beta. I don't know why. Sorry that's not a tremendous help.
because it's a new implementation -) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hi, In case any body is wondering: I will not be switching to the latest betas until after Bachotek (in two weeks). I have to finalize the next Maps issue first. Hans, do you have an ETA for a new 'current' release? Before or after BachoTeX? Patrick, I am still working on TeXshow-XML and it's article, but I strongly doubt that will be finished before bachotek (the new texshow-xml is a rewrite. still in perl, but much more structured). Taco
Taco Hoekwater wrote:
Hi,
In case any body is wondering: I will not be switching to the latest betas until after Bachotek (in two weeks). I have to finalize the next Maps issue first.
Hans, do you have an ETA for a new 'current' release? Before or after BachoTeX?
probably after, because i want to get this texexec make stuff and a fewmore things finished first Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen said this at Tue, 19 Apr 2005 09:35:55 +0200:
in base/kpse.rb you need to add a test:
if ENV['TEXFORMATS'] then ENV['TEXFORMATS'] = ENV['TEXFORMATS'].sub(/\$ENGINE/io,'') end
Thanks, that did it for ctxtools.rb. The calling mechanism (for --make) from texexec is still not working in this beta, however. adam % texexec --make --all --verbose TeXExec 5.3.1 - ConTeXt / PRAGMA ADE 1997-2005 current path : /usr/local/teTeX/share/texmf.local/web2c locating ini file : kpsewhiching texexec.ini on scripts locating ini file : kpsewhiching texexec.ini elsewhere locating ini file : found by kpsewhich reading : /usr/local/teTeX/share/texmf.gwtex/context/ config/texexec.ini setting : 'TeXShell' to 'tetex' for 'all' setting : 'UseEnginePath' to 'false' for 'all' setting : 'UsedInterfaces' to 'en nl metafun mptopdf' for 'all' setting : 'UserInterface' to 'en' for 'all' setting : 'TeXExecutable' to 'tex' for 'all' setting : 'MpExecutable' to 'mpost' for 'all' setting : 'MpToTeXExecutable' to 'mpto' for 'all' setting : 'DviToMpExecutable' to 'dvitomp' for 'all' setting : 'DviSpecialScript' to 'dvispec' for 'all' setting : 'MpFormat' to 'metafun' for 'all' setting : 'TeXFormatFlag' to '&' for 'all' setting : 'MpFormatFlag' to '&' for 'all' setting : 'TeXHashExecutable' to 'mktexlsr' for 'tetex' setting : 'TeXExecutable' to 'pdfetex' for 'tetex' setting : 'TeXVirginFlag' to '-ini' for 'tetex' setting : 'TeXPassString' to '-progname=context -shell- escape' for 'tetex' setting : 'TeXBatchFlag' to '-int=batchmode' for 'tetex' setting : 'TeXNonStopFlag' to '-int=nonstopmode' for 'tetex' setting : 'MpToTeXExecutable' to 'mpto' for 'tetex' setting : 'MpVirginFlag' to '-ini' for 'tetex' setting : 'MpPassString' to '-progname=mpost' for 'tetex' setting : 'MpBatchFlag' to '-int=batchmode' for 'tetex' setting : 'MpNonStopFlag' to '-int=nonstopmode' for 'tetex' setting : 'TeXVirginFlag' to '-ini -translate- file=natural.tcx' for 'tetex' setting : 'MpVirginFlag' to '-ini -translate- file=natural.tcx' for 'tetex' setting : 'TeXPassString' to '-progname=context - translate-file=natural.tcx -shell-escape' for 'tetex' setting : 'MpPassString' to '-progname=mpost -translate- file=natural.tcx' for 'tetex' used setting : TeXShell = tetex used setting : SetupPath = used setting : UserInterface = en used setting : UsedInterfaces = en nl metafun mptopdf used setting : TeXFontsPath = . used setting : MpExecutable = mpost used setting : MpToTeXExecutable = mpto used setting : DviToMpExecutable = dvitomp used setting : TeXProgramPath = used setting : TeXFormatPath = used setting : ConTeXtPath = used setting : TeXScriptsPath = used setting : TeXHashExecutable = mktexlsr used setting : TeXExecutable = pdfetex used setting : TeXVirginFlag = -ini -translate-file=natural.tcx used setting : TeXBatchFlag = -int=batchmode used setting : TeXNonStopFlag = -int=nonstopmode used setting : MpBatchFlag = -int=batchmode used setting : MpNonStopFlag = -int=nonstopmode used setting : TeXPassString = -progname=context -translate- file=natural.tcx -shell-escape used setting : TeXFormatFlag = & used setting : MpFormatFlag = & used setting : MpVirginFlag = -ini -translate-file=natural.tcx used setting : MpPassString = -progname=mpost -translate- file=natural.tcx used setting : MpFormat = metafun used setting : MpFormatPath = used setting : UseEnginePath = 0 used setting : FmtLanguage = used setting : FmtBodyFont = used setting : FmtResponse = used setting : TcXPath = used setting : SetFile = applications will use : /usr/local/teTeX/texmf.cnf generating format : not using fmtutil total run time : 0 seconds -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay, Computing Dept. atl@comp.lancs.ac.uk Lancaster University, InfoLab21 +44(0)1524/510.514 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Hans Hagen
Hi,
I uploaded a new beta. This one has a prelude to a new implementation of texexec. I can run
this is still the texexec.pl as usual? Patrick -- ConTeXt wiki and more: http://contextgarden.net
Patrick Gundlach wrote:
Hans Hagen
writes: Hi,
I uploaded a new beta. This one has a prelude to a new implementation of texexec. I can run
this is still the texexec.pl as usual?
yes but it calls ctxtools to generate the formats in the end i'll make a new texexec in ruby in a similar fashion, much texutil functionality is already present in ctxtools, which is a prelude to rewriting texutil i.e. a new sorting / index etc mechanism (maybe xml based) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (4)
-
Adam Lindsay
-
Hans Hagen
-
Patrick Gundlach
-
Taco Hoekwater