Am Donnerstag, 1. August 2024, 15:36:57 MESZ schrieb Hans Hagen:
On 8/1/2024 2:50 PM, Taco Hoekwater wrote:
Hi,
Something seems wrong with the align processing inside \setupmargindata, because using a macro like
\def\Inmargin#1{\inmargin{\blank[-line]\startalignment[inner,nothyphenated]#1\stopalignment}}
works ok (the \blank[-line] is a side-effect of using the environment inside a margin text). can you test with
\permanent\protected\tolerant\def\definealign[#1]#*[#2]% {\pushmacro\raggedcommand \pushmacro\updateraggedskips \edef\m_spac_align_named{#1}% \edef\m_spac_align_asked{#2}% \spac_align_add_to_cache \popmacro\updateraggedskips \popmacro\raggedcommand}
(in cont-new.mkxl after \unprotect)
I see no visible change for my minimal example with that. Gerion