On Mon, 8 Dec 2008, Aditya Mahajan wrote:
Try to download and compile this and see if it works. In the mean time I will investigate why minimals aren't being updated on my machine.
Context minimals are fine. I did not notice before that context-beta was last updated on 2008.11.10. That is almost a month!!! I updated to the latest alpha and there is a bug. If I comment \placeabbreviations in frontmatter.tex, then the entire document compiles fine.
On Mon, 8 Dec 2008, Mohamed Bana wrote:
ConTeXt ver: 2008.11.30 14:39 MKIV fmt: 2008.12.1 int: english/english
And have you seen this error;
! LuaTeX error ...nimals/tex/texmf-local/tex/context/base/core-syn.lua:71: attempt to call field 'process' (a nil value) stack traceback: ...nimals/tex/texmf-local/tex/context/base/core-syn.lua:71: in function 'process' ...nimals/tex/texmf-local/tex/context/base/core-syn.lua:125: in function 'process' <main ctx instance>:1: in main chunk. \mkloadsortedlist ...xlua {joblists.process('#1')} \getvalue {\s!reset #1}\eg... \doplacelistofsynonyms ... ]\mkloadsortedlist {#1} \endgroup \ifutilitydone \... l.162 \placelistofabbreviations
Hans, there is a bug in the sorting code. Minimal example: %==================================== \abbreviation {ABC} {Alpha Beta Company} \starttext \placelistofabbreviations We use \abc. \stoptext %===================================== context version: 2008.12.01 10:25 LuaTeX, Version snapshot-0.31.0-2008120715, build unknown This gives the error that Mohamed reported above. Aditya