Just to let you know that yesterday's beta has the same flaw that I reported a few days ago: something is wring with texutil.rb; the index it generates is incorrect. I get lots of warnings about "duplicate references" and these error messages at the end of the run: TeXUtil | parsing file translation.tui TeXUtil | fatal error in plugin (processing): undefined method `rjust' for 0:Fixnum /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ texutil.rb:619:in `build' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ texutil.rb:845:in `processor' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ texutil.rb:844:in `each_index' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ texutil.rb:844:in `processor' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ texutil.rb:835:in `each' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ texutil.rb:835:in `processor' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ texutil.rb:127:in `processors' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ texutil.rb:125:in `each' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ texutil.rb:125:in `processors' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ texutil.rb:1017:in `processed' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ tex.rb:1577:in `runtexutil' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ tex.rb:1570:in `each' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ tex.rb:1570:in `runtexutil' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ tex.rb:1854:in `processfile' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ tex.rb:1086:in `processtex' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ tex.rb:1085:in `timedrun' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ tex.rb:1085:in `processtex' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ tex.rb:1082:in `each' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ tex.rb:1082:in `processtex' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/texexec.rb: 61:in `process' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/texexec.rb: 51:in `main' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/texexec.rb: 759:in `send' /usr/local/teTeX/share/texmf.local/scripts/context/ruby/texexec.rb: 759 Also, texexec processes the file many many times; this didn't use to be the case. Best Thomas
Thomas A. Schmitz wrote:
Just to let you know that yesterday's beta has the same flaw that I reported a few days ago: something is wring with texutil.rb; the index it generates is incorrect. I get lots of warnings about "duplicate references" and these error messages at the end of the run:
TeXUtil | parsing file translation.tui TeXUtil | fatal error in plugin (processing): undefined method `rjust' for 0:Fixnum
do you have a simple test file? 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 -----------------------------------------------------------------
On Nov 2, 2006, at 9:27 AM, Hans Hagen wrote:
Thomas A. Schmitz wrote:
Just to let you know that yesterday's beta has the same flaw that I reported a few days ago: something is wring with texutil.rb; the index it generates is incorrect. I get lots of warnings about "duplicate references" and these error messages at the end of the run:
TeXUtil | parsing file translation.tui TeXUtil | fatal error in plugin (processing): undefined method `rjust' for 0:Fixnum
do you have a simple test file?
Hans
Yes, took me a while to find it out: the culprit seems to be \seeindex. Here's the testfile that triggers the error messages on my installation: \starttext Hello\index{hello} \seeindex{world}{hello}world! \page \placeindex \stoptext Which brings me back to my two index questions of two weeks ago... Should I post them again? All best Thomas
Thomas A. Schmitz wrote:
Just to let you know that yesterday's beta has the same flaw that I reported a few days ago: something is wring with texutil.rb; the index it generates is incorrect. I get lots of warnings about "duplicate references" and these error messages at the end of the run:
TeXUtil | parsing file translation.tui TeXUtil | fatal error in plugin (processing): undefined method `rjust' for 0:Fixnum
/usr/local/teTeX/share/texmf.local/scripts/context/ruby/base/ texutil.rb:619:in `build'
maybe adding a .to_s to that line helps, but i'm still puzzled (@realpage.to_s || '').rjust(6,' ').gsub(/0/,' '), 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 (2)
-
Hans Hagen
-
Thomas A. Schmitz