I am new to this community and am really excited about the possibilities with ConTeXt.
After trying out various options, I am faced with these 2 (sub-optimal) choices -
- Extra Blank page with Asymmetric Columns in the next page (with the \subject{} uncommented)
- No Blank page with Symmetric Columns (with the \subject{} commented)
- page=yes / no - does not work (same outcome as above)
I am not sure the role of \section or \subject in this matter (seems to be somehow interfering with asymmetrical columnset).
\usemodule[newcolumnsets]
...
% \subject{}
\definecolumnset[soi1][n=3, distance=3mm, page=yes]
% \definecolumnset[currency][n=3, page=yes]
\setupcolumnset[soi1:1][width=.25\makeupwidth]
\setupcolumnset[soi1:2][width=.30\makeupwidth]
\setupcolumnset[soi1:3][width=.45\makeupwidth]
Any tips, help or pointers would be greatly appreciated. If not for columnset, is there any other way to get this type of layout?
Thank you,