12 Sep
2024
12 Sep
'24
4:26 p.m.
jbf schrieb am 12.09.2024 um 04:21:
Using the example in the ConTexT wiki for "collectors", I have as follows, to credit the person who took the photo:
\setupcaption[number=no]
\definecollector[example]
\setcollector [example] {\leftaligned{\externalfigure[bird.jpg][width=5cm,frame=off]}}
Remove \leftaligned.
\setcollector [example] [corner={right,bottom},location={left,top}]
{\rotate[rotation=90]{\framed[frame=off]{\tfx Taken by Kathy Luck, used with permission}}}
\placefigure [] [] {} {\composedcollector{example}}
\placefigure {} {\leftaligned{composedcollector{example}}} or just \leftaligned{composedcollector{example}} Wolfgang