Pablo Rodriguez schrieb am 18.07.2021 um 18:16:
On 7/18/21 3:35 PM, Gerben Wierda wrote:
I am trying to find out how to move this setup in mkii
23 \usemodule[lettrine] 24 >> \setuplettrine[Lines=3, 25 Hang=.5, 26 Oversize=0, 27 Raise=0, 28 Findent=0pt, 29 Nindent=0em, 30 Slope=0em, 31 Ante=, 32 FontHook=, 33 TextFont=\sc, 34 Image=no]
to lmtx. (Basically, ConTeXtgarden gives my mike info for lettrine) Hi Gerben,
\setupinitial is your friend.
i-context.pdf (included in LMTX) contains the available options (searching for "\setupinitial [", without quotation marks).
Both commands have different feature sets, e.g. with lettrine you can use a image for the initial and you can also use the slope option to change the indentation for letters like A or V. Wolfgang