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
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
Johan Sandblom wrote:
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
indeed, this is broken in mkiv but should work in cont-xp context --make xp context --interface xp ... (we're in transition to new structure support and sorting is part of that) ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Am 2009-02-23 um 11:57 schrieb Hans Hagen:
Further investigation shows that I also cannot produce an index with
indeed, this is broken in mkiv but should work in cont-xp
context --make xp
context --interface xp ...
(we're in transition to new structure support and sorting is part of that)
I need an index, too. But the xp interface seems to lack a lot of commands. Is there any working solution with MkIV at the moment? Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
Am 2009-03-12 um 15:22 schrieb Wolfgang Schuster:
I need an index, too. But the xp interface seems to lack a lot of commands.
Is there any working solution with MkIV at the moment? Go back to the last stable release.
Thank you, it works now! First I just removed "--context=beta" from first-install.sh, that didn't help; but "first-install.sh --context=current", as mentioned in http://wiki.contextgarden.net/ConTeXt_Minimals , worked. Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
Am 22.02.2009 um 10:24 schrieb 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?
Use the last current/stable version, lists did not work with the current betas (the internal handling changed). Wolfgang
participants (4)
-
Hans Hagen
-
Henning Hraban Ramm
-
Johan Sandblom
-
Wolfgang Schuster