On 1/30/2016 12:45 PM, Wolfgang Schuster wrote:
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}}

cleanest without duplicating is

            <cd:keywords/>
            <cd:assignments/>
            <cd:keywords list="yes" />
            <cd:assignments list="yes" />
            <cd:keywords delimiters="braces"/>
            <cd:assignments delimiters="braces"/>
            <cd:keywords list="yes" delimiters="braces"/>
            <cd:assignments list="yes" delimiters="braces"/>

so i'll do that

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
-----------------------------------------------------------------
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context

Reply via email to