Bonjour, Hi !
Pablo, ok for the remark ! I leave the previous subject and I open mine
because it's not solved
> Le 18/03/2018 à 23:21, Gerard a écrit
>>
>> Thank you Wolfgang for the solution :
>>
>> context --arrange my_document.tex
>>
I responded too quickly. Look at the two pictures attached :
- \placeindex does not mark the pages
- \completeindex only marks page 19 (the last page)
That's the context :
-----------------------
\setuppapersize[A5][A4,landscape]
\setuparranging[2UP]
\setupregister[index][n=2,
pagestyle=bold]
\starttext
....
\externalfigure[Alaude][width=\textwidth]\index{Alaude}
\blank
\externalfigure[Andro][width=\textwidth]\index{Andro}
....
\page
\completeindex
\stoptext
---------------------------------
and running by "context --arrange my_document.tex"
It's ok with :
-------------------------
\setuppapersize[A5]%[A4,landscape]
%\setuparranging[2UP]
-------------------------
Thanks for the help.
Gérard... and thanks to "google translate" :)
> Le 18/03/2018 à 20:32, Wolfgang Schuster a écrit :
>>
>>> survoje <mailto:survoje@free.fr>
>>> 18. März 2018 um 19:37
>>>
>>> Bonjour,
>>>
>>> \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
>