Hi Hans, the module still misses the {..,.=.,..} assignment type which is needed for \useMPgraphic, e.g. \useMPgraphic{...}{..,.=.,..} You have to add also xml setups for the new argument type, see attachment. The following lines have to be fixed as well, e.g. “cd:oneargument” displays \...\#1 (notice the extra backslash) \c!setup!definereserved {cd:noargument} {\c!setup!command! {\texescape}} \c!setup!definereserved {cd:oneargument} {\c!setup!command! {\texescape\texthash1}} \c!setup!definereserved {cd:twoarguments} {\c!setup!command! {\texescape\texthash1\texthash2}} \c!setup!definereserved {cd:threearguments} {\c!setup!command! {\texescape\texthash1\texthash2\texthash3}} and I have no idea what these are for \c!setup!definereserved {cd:noargumentwrapped} {\c!setup!command! {\texescape...}} \c!setup!definereserved {cd:oneargumentwrapped} {\c!setup!command! {\texescape...\texthash1}} \c!setup!definereserved {cd:twoargumentswrapped} {\c!setup!command! {\texescape...\texthash1\texthash2}} \c!setup!definereserved {cd:threeargumentswrapped} {\c!setup!command! {\texescape...\texthash1\texthash2\texthash3}} Wolfgang