Le 18/03/2018 à 23:21, Gerard a écritI responded too quickly. Look at the two pictures attached :Thank you Wolfgang for the solution :
context --arrange my_document.tex
\setuppapersize[A5][A4,landscape]
\setuparranging[2UP]
\setupregister[index][n=2,
pagestyle=bold]
\setuppapersize[A5]%[A4,landscape]
%\setuparranging[2UP]
-------------------------
Le 18/03/2018 à 20:32, Wolfgang Schuster a écrit :
18. März 2018 um 19:37Bonjour,
\completeindex (or \placeindex) works in this case :
\setuppapersize[A5]%[A4,landscape]
%\setuparranging[2UP]
with %
but does not work in this case :
\setuppapersize[A5][A4,landscape]
\setuparranging[2UP]
I do not understand where is my mistake !
You have to use the arrange option for the context command, e.g.
context --arrange my_document.tex
Wolfgang