18 Nov
2018
18 Nov
'18
7:46 p.m.
On Tue, 13 Nov 2018, Hans Hagen wrote:
On 11/10/18 5:56 AM, Aditya Mahajan wrote:
Hi,
According to an old thread (https://mailman.ntg.nl/pipermail/ntg-context/2016/085877.html), the option `align=end` should align the last line to be flush right. However, that is not working. The example from that thread:
\starttext
\showframe \showboxes
\setupalign[end]
\dostepwiserecurse{5}{8}{1}{ \hsize #1cm What does happen with a short paragraph?\par }
\stoptext
gives the attached pdf.
fixed in next beta ... (but no beta uploaded yet ... not sure when)
The new beta works better, but it is still not perfect. See attached pdf. In the second line, "short paragraph" should have been flush right but it is not. Thanks, Aditya