Dear List!

I’ve managed to solve the issue with some modification, though it seems not possible to handle it within a frame. See example below

Original settings in m-resume.tex

\define[5]\EDUITEM{\framed[frame=off,align=right,width=broad] % The reason seems to be the frame command
                     {{\bf #1}\inmargin{\it #2}\ (#3).\crlf
                     {\bf #4}, #5.\blank[small]}}

doesn’t work as expected.

My modification

\define[5]\EDUITEM{ \inleft{\bf #1} 
                     {{\it #2}\ (#3).\crlf
                     {\bf #4}, #5.\blank[small]}}

Then it seems to work as expected. 


23 feb. 2023 kl. 08:53 skrev Jan-Erik Hägglöf <skrantajanneman@gmail.com>:

Dear List!

I discovered a flaw when I updated my personal cv built with inspiration from the wiki example

https://wiki.contextgarden.net/Curriculum_Vitae

The margin text dissappear so it needs to be updated and modified in some way.

I’m sending the output and files from wiki example

My apologize for multiple posts in same issue due to size limit problems.

Thanks in advance

Jan-Erik

<cv.log>
<cv.pdf>
<cv.tex>
<m-resume.tex>