> Am 17.06.2020 um 22:47 schrieb Wolfgang Schuster 
> <wolfgang.schuster.li...@gmail.com>:
> 
> Pablo Rodriguez schrieb am 16.06.2020 um 22:17:
>> Dear list,
>> I have the following sample:
>>   \startsetups[tinytiny]
>>     \setupwhitespace[-2em]
>>     \setupbodyfont[0.01pt]
>>     \setupinterlinespace[1sp]
>>   \stopsetups
> 
> ???
> 
>>   \setupinteraction[state=start]
>>   \showframe\showgrid
>>   \starttext
>>     \blank[force, 10em]
>>     \section{Move comment above this heading}
>>     \startparagraph[setups=tinytiny]
>>      \dontleavehmode
>>      \comment[location={rightmargin}, color=orange]
>>          {comment}
>>     \stopparagraph
>>   \stoptext
>> Is there a way to move the comment above the heading that goes before?
> 
> Like this?
> 
> \setupinteraction[state=start]
> 
> \showframe
> \showgrid
> 
> \starttext
> 
> \blank[force,10em]
> 
> \comment[location={rightmargin},color=orange]{comment}
> \section{Move comment above this heading}
> 
> \stoptext

Pablo, do I understand right that you’re converting XML and the comment comes 
last in that structure, but you need it first?
I.e. the real question is how to process the XML structure in a different 
order, right?
That would avoid shifting boxes around, which might be possible, but ugly and 
hard to control.

Hraban

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to