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
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 -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Wolfgang Schuster