Re: [dev-context] x-set-11.mkiv

2016-02-03 Thread Hans Hagen

On 2/3/2016 4:34 PM, Wolfgang Schuster wrote:

Hi Hans,

can you add the following two delimiters types (none and parentheses) to
the keywords tag.


ok

-
  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


Re: [dev-context] x-set-11.mkiv

2016-01-31 Thread Hans Hagen

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










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