Hi,

I'm getting emtpy lines after paragraph breaks, where the last character is just squeezed in. Looks like it has to do with the bidi mechanism. Commenting out this line removes the effect. (Somewhat long) Example below.

Is there a fix for that?

Best
Denis

====

% uncomment this to see the effect!
%\setupdirections[bidi=global,method=unicode]

\mainlanguage[de]
\setupitaliccorrection[global, always]
\setupbodyfontenvironment[default][em=italic]
\setupfontprotrusion [quality] [left=0]
\definefontfeature[default][default][
        script=latn,
        protrusion=quality,
        expansion=quality,
        itlc=yes,
        textitalics=yes,
        onum=yes,
        pnum=yes,
        ]
\definefontfeature[smallcaps][
        script=latn,
        protrusion=quality,
        expansion=quality,
        smcp=yes,
        onum=yes,
        pnum=yes,
        ]
\definefontfamily[mainface][rm][Cardo]
\setupbodyfont[mainface,11pt]
\setuppapersize[A4][A4]
\setuplayout[
    backspace=35mm,
    width=140mm,
    topspace=35mm,
    header=0mm,
        height=240mm,
    ]
\setuphead [chapter][
        alternative=left,
        page=no,
        indentnext=no,
        style=normal]

\showframe
        
\starttext

\title{Philipp Lenhard. {\em Friedrich Pollock: Die graue Eminenz der Frankfurter Schule.} Berlin: Jüdischer Verlag im Suhrkamp Verlag, 2019. 383 Seiten, EUR 32.–, ISBN 978-3-633-54299-4}

\input ward

\title{Philipp Lenhard. {\em Friedrich Pollock: Die graue Eminenz der Frankfurter Schule.} Berlin: Jüdischer Verlag im Suhrkamp Verlag, 2019. 383 Seiten, EUR 32.–, ISBN 978-3-633-54299-}

\input ward
\stoptext

___________________________________________________________________________________
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