Am 25.03.23 um 21:39 schrieb Willi Egger via ntg-context:
Hello everybody,
in my project is a table which does not fit the width of the page. Hence I need to rotate it. Rotating the table is ok, but the caption is not rotated. My question is how can I instruct ConTeXt to rotate the caption and place it on the right side?
My attempt:
\setupcaption[table][location=right,orientation=90] \startplacetable [location=middle, reference=tab:papierformaten, title={Standaardformaten}] \rotate[rotation=90]{\externalfigure[Table1][type=buffer]} \stopplacetable
I think \setupcaption[orientation=90] should work. Did you try different locations? But the problem might be your use of \rotation, since \startplacefloat as well as \setupTABLE have options for rotation. Try \startplacetable[location=90] Hraban