[NTG-context] How to rotate the caption of a table...

Henning Hraban Ramm texml at fiee.net
Sat Mar 25 21:55:36 CET 2023


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


More information about the ntg-context mailing list