Further investigation shows that I also cannot produce an index with
the following
\starttext
test\index{test}
\placeindex
\stoptext
This is using the minimals on linux-amd64 and the following versions
~/context$ context --version
MtxRun | main context file:
/home/johans/context/tex/texmf-context/tex/context/base/context.tex
MtxRun | current version: 2009.01.18 14:39
~/context$ luatex --version
This is LuaTeX, Version snapshot-0.31.3-2008123108, build unknown
2009/2/22 Johan Sandblom
For a small manual-type document I am trying to include a phone directory. I would like it to be sorted. The following produces no output other than "test". Shouldn't it?
Johan Sandblom
\starttext
test
\definesorting[telefon][telefoner] \setupsorting[telefon][criterium=all]
\telefon{Milad El Segaie, 0746231022} \telefon{Carina C, 33050}
\placelistoftelefoner
\definesynonyms[Phone][Phones][\PhoneName][\PhoneNumber] \setupsynonyms[Phone][criterium=all]
\Phone{Milad El Segaie}{0746231022} \Phone{Carina C}{33050}
\placelistofPhones
\stoptext
-- Johan Sandblom, MD PhD m +46735521477 Sweden "What is wanted is not the will to believe, but the will to find out, which is the exact opposite" - Bertrand Russell
-- Johan Sandblom, MD PhD m +46735521477 Sweden "What is wanted is not the will to believe, but the will to find out, which is the exact opposite" - Bertrand Russell