Hi Hans,

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

\xmlmapvalue {setups:keyword} {braces}      {\showSETUPkeywordbraces}
\xmlmapvalue {setups:keyword} {brackets}    {\showSETUPkeywordbrackets}
+\xmlmapvalue {setups:keyword} {parentheses} {\showSETUPkeywordparentheses}
+\xmlmapvalue {setups:keyword} {none}        {\showSETUPkeywordnone}

\starttexdefinition unexpanded showSETUPkeywordbraces #1
    \ifcase\kindofsetup
        \showSETUPline{\letterleftbrace...\letterrightbrace}
    \else
        \showSETUP{#1}
            {\letterleftbrace...\letterrightbrace}
            {\letterleftbrace...,...\letterrightbrace}
    \fi
\stoptexdefinition

\starttexdefinition unexpanded showSETUPkeywordbrackets #1
    \ifcase\kindofsetup
        \showSETUPline{[...]}
    \else
        \showSETUP{#1}
            {[...]}
            {[...,...]}
    \fi
\stoptexdefinition

+\starttexdefinition unexpanded showSETUPkeywordparentheses #1
+    \ifcase\kindofsetup
+        \showSETUPline{(...)}
+    \else
+        \showSETUP{#1}
+            {(...)}
+            {(...,...)}
+    \fi
+\stoptexdefinition

+\starttexdefinition unexpanded showSETUPkeywordnone #1
+    \ifcase\kindofsetup
+        \showSETUPline{...}
+    \else
+        \showSETUP{#1}
+            {...}
+            {.. ... ..}
+    \fi
+\stoptexdefinition


Wolfgang
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context

Reply via email to