Hello,

Here some minimal examples showing some problems:

1.) Number missing before first item:

\starttext
\startitemize[n][start=0]
\item zero is missing here
\item bla
\item bla
\stopitemize
\stoptext


2.) Problem with \FlushStep:

\usemodule[pre-stepwise]
\setupinteraction[state=start]
\starttext
\chapter{Footnote and stepwise}
\StartSteps
\startitemize
\item bla\FlushStep             % 1. step: nothing
  \footnote{footnote}\FlushStep % 2. step: only footnote, not the \item
\item bla\FlushStep             % 3. step: first \item
\stopitemize                    % second \item never appears
\StopSteps
\stoptext


3.) ERROR: LuaTeX error lpdf-ano.lua:340: attempt to
    index global 'urls' (a nil value):

\setupinteraction[state=start]
\starttext
\goto{bla}[url(bla)]
\stoptext


4.) \placeheadtext[chapter] showing section title:

\starttext
\chapter{my chapter title}
\section{my section title}
test: \placeheadtext[chapter]
\stoptext


5.) \setcatcodetable\prtcatcodes no more working:

\unprotect
\def\...@bla{sec title}
\def\mysection{{\setcatcodetable\prtcatcodes\section{\...@bla}}}
\protect
\starttext
\mySection
bla bla
\stoptext


6.) "x.\ " should produce a normal space, not a wide space as "x. ":

\starttext
x. x, x.\ x,\ x
\stoptext 


Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to