Hi All,
I am experiencing a problem with the placement of the period "." after a
sentence. In the example below it's the one after "(Englisch)." Once the
line \setscript[hanzi] is uncommented, the period sits under, before or
far after the closing bracket depending on borders or text before/after.
The question is: Is that a bug or feature? The key impact of setscript I
see is on spacing/flow of text. A small amount of Chinese text in the
complete document appears the same.
Thanks,
Martin
\usemodule[simplefonts]
\mainlanguage[de]
\setupsimplefonts[size=11pt]
\setmainfont[TeX Gyre Pagella]
\setcjkmainfont[AdobeSongStd][regular={* Light},italic={AdobeKaitiStd
Regular},bold={AdobeHeitiStd Regular},bolditalic={AdobeHeitiStd Regular}]
\setcjksansfont[AdobeKaitiStd][bold={AdobeHeitiStd
Regular},bolditalic={AdobeHeitiStd Regular}]
\setcjkmonofont[AdobeFangsongStd][bold={AdobeHeitiStd
Regular},bolditalic={AdobeHeitiStd Regular}]
%\setscript[hanzi]
\setuppapersize[A4][A4]
\setuplayout
[
backspace=45mm,
height=fit,
width=fit,
rightmargin=10mm,
leftmargin=30mm,
]
\starttext
auf der Stufe von A1-C1 (Deutsch) bzw. \quotation{Beginner} bis
\quotation{Upper Intermediate} (Englisch). \input{lorem}
\stoptext