
5 Jul
2025
5 Jul
'25
11:13 a.m.
Am 05.07.2025 um 10:51 schrieb Thomas Meyer:
Hi folks,
is it possible to use an externalfigure (blabla.jpg) as a repeated header in a table and if yes, how can I use it? \setupTABLE[][][\externalfigure[blabla]] doesn't work.
\setupexternalfigures[location=default] \starttext \bTABLE[split=repeat] \bTABLEhead \bTR \bTD[strut=no,align=middle] \dontleavehmode\externalfigure[hacker][height=4ex] \eTD \eTR \eTABLEhead \bTABLEbody \dorecurse{100}{\bTR \bTD table cell \eTD \eTR} \eTABLEbody \eTABLE \stoptext Wolfgang