10 Jun
2016
10 Jun
'16
11:22 a.m.
Thomas A. Schmitz mailto:thomas.schmitz@uni-bonn.de 8. Juni 2016 um 12:11 Hi all,
for a translation of poetry, I would like to have an environment which will typeset a split line in a way that the second part will be flushright - is this possible? So instead of
bla bla bla bla bla
I get
bla bla bla bla bla
if (and only if) there’s a line break.
Thanks, and all best Is indenting a solution for you?
\definenarrower [thomas] [left=4cm, default=left, before={\setupindenting[yes,-4cm]}] \starttext \startnarrow[thomas] \input knuth \stopnarrow \stoptext Wolfgang