Hi all,
I used together hanging punctuation and define/setup paragraphs (tested on TL2017, current CTX).
Unfortunately, inside the paragraph environment the hanging punctuation settings is ignored.
Moreover, it seems that attributes inner= and command= works only for the first paragraph (column).
The only one way I discovered is to write manually \setupalign[hz,hanging]
command at the beginning of each column which is not very comfortable.
I would like to ask you whether is here some way to set it generally.
Or (better) to inherited it from the outer settings.
Thanks in advance,
Tomáš
------
Minimal example:
\definefontfeature[default][default][protrusion=quality,expansion=quality]
\starttext\mainlanguage[cz]
\defineparagraphs[pokus][n=2]
\setupparagraphs[pokus][1][width=10cc]
%\setupparagraphs[pokus][1][width=10cc,inner={\setupalign[hz,hanging]}] % command=...
\setupalign[hz,hanging] \setupbodyfont[modern,12dd]
text
\startsomepars
text
\nextsomepars
text
\stopsomepars
text
\stoptext