While I’m still waiting
for answers to my other questions, I got some more:
In my layout,
left margin width is zero, but \inmargin always uses left margin.
I
didn’t find a setup to change that – should
\setupmargindata[location=right] do the trick? (it doesn’t, also not
with left)
Further I’d like to place "foot"notes into the margin.
It
works like this:
\setupnote[footnote][location=none]
\setupnotation[footnote][
align=flushleft,
location=serried,
width=broad,
]
\setuptexttexts[margin][]
[{\framed[%
align=right,
frame=off,
height=\textheight,
width=\rightmarginwidth
]{\placenotes[footnote]}}]
But I’d
like the notes to start in the line of the marker, if there’s space.
How
can I achieve that?