Hi all,
I just wanted to add that with the latest ConTeXt beta 2009.04.21 16:11 and LuaTeX beta-0.40.0-2009042222, \nolist is no longer defined. I've been using \nolist with long table captions, so I don't get the whole caption in the list of tables. Is there a new way to accomplish this?
\starttext
\placetable
{Foo. \nolist{Bar, Baz}}
{\starttable
[s1|l|r|r|r|r|]
\HL[5]
\NC A \NC \Use4[c]{B} \AR
\NC \NC C \NC D \NC E \NC F \NC \AR
\HL[5]
\NC G \NC 3 \NC 1 \NC 0 \NC 2 \NC \AR
\NC H \NC 3 \NC 2 \NC 0.5 \NC 0.5 \NC \AR
\NC I \NC 1 \NC 2 \NC 3 \NC 0 \NC \AR
\NC J \NC 3 \NC 2 \NC 0.5 \NC 0.5 \NC \AR
\NC K \NC 2 \NC 2 \NC 0 \NC 0 \NC \AR
\HL[5]
\stoptable}
\stoptext
Thanks,
Kevin
Hi,
i found a few bugs in the new structure code for mkiv.
1. the dot after numbered items is missing
\starttext
\startitemize[n]
\item first item
\item second item
\stopitemize
\stoptext
2. indices in headers work not in interactive mode
\setupinteraction[state=start]
\starttext
\section{Section one\index{section}}
\stoptext
3. \\ generates a backslash but was a space before
\starttext
text\\text
\stoptext
to be continued ...
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________