I'm using ConTeXt Mk IV, and I'd like the text in a two-page document to line up like so:
+--------+--------+
+ + +
+ xxx + xx +
+ xxxx + xxx +
+ xx + +
+ + xxx +
+ xxx + xxxx +
+ xx + xxxx +
+ + +
+--------+--------+
I tried
\setuppagenumbering[alternative=twosided]
\setupalign[flushouter]
\starttext
page 1 (should align flush right)
\page[yes]
page 2 (should align flush left)
\stoptext
but that doesn't work. None of [flush]inner/outer/left/right does. This despite the fact that in setuphead[subject],
align=flushouter
does do the expected & desired thing.
Is there a magic word I've missed?
Cheers,
Sietse