10 May
2017
10 May
'17
1:39 p.m.
Dear list, I'm trying to have indentation inside a framed text, but I do not succeed. Test file below, and result after compiling with latest standalone. Is this the intended behavior? Best regards, Mikael \setupindenting[yes,medium] \defineframedtext [MyFrame] [ frame=on, width=broad, indenting=yes, ] \starttext Indenting works here: \input knuth \startMyFrame But indenting does not work here: \input knuth \stopMyFrame \stoptext