On 8/1/2018 12:37 PM, Pablo Rodriguez wrote:
On 08/01/2018 11:48 AM, Henri Menke wrote:
Cannot reproduce with TL2018 or latest beta.

Hi Henri,

I’m afraid that Floris is right. With latest beta and a simple
improvement to your file, I get wrong output:

     \starttext
     \startlines
        Testing 1971-04-26
        \startcolumns[n=3]
          \dorecurse{200}{+ 17271 \rightarrow\  2018-08-08
          }
        \stopcolumns
     \stoplines
     \stoptext

If the closing parenthesis is on the same line, the plus sign is
misplaced in the last item.

With the previous sample, the second page gets a wrong interline space
(between the third and the fourth item from the first column).
quick hack:

\unprotect

\unexpanded\def\page_otr_synchronize_page_indeed
  {\ifx\currentoutputroutine\s!multicolumn\else\clf_synchronizepage\fi
   \glet\page_otr_synchronize_page\page_otr_synchronize_page_yes}

\protect

Actually I don't see it here because i have

\definemixedcolumns
  [\v!columns]
  [\c!balance=\v!yes,
   \c!blank={\v!line,\v!fixed}]

\unexpanded\def\setupcolumns
  {\setupmixedcolumns[\v!columns]}

in a local test file (already for years so maybe it's time time to make that default)

(btw, pagecolumns are an other alternative)

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to