From bcdf6c829c6761de02484473ebe43fa3760adcaa Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 12 May 2021 03:01:15 +0000 Subject: CTAN sync 202105120301 --- support/TeX4ht/doc/mn25.html | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 support/TeX4ht/doc/mn25.html (limited to 'support/TeX4ht/doc/mn25.html') diff --git a/support/TeX4ht/doc/mn25.html b/support/TeX4ht/doc/mn25.html new file mode 100644 index 0000000000..c693d3039b --- /dev/null +++ b/support/TeX4ht/doc/mn25.html @@ -0,0 +1,46 @@ + + + + + + + + + + + + + +

1. \NewConfigure{name}[i]{body} +

Hooks are just macro names seeded within the bodies of other macros. This command introduces a +configuration command for a group of hooks, whose cardinality is given by a digit i and whose name is provided by +the first parameter. The body determines the relationship between the hooks and the configurations provided for +them. +


+

2. \Configure{name}{parameter-1}...{parameter-i} +

+ +
* ho ha * +
+
+
 \NewConfigure{try}[2]{% +
    \def\hookI{#1}\def\hookII{#2}} +
 \def\try#1{\hookI#1\hookII} +
 \Configure{try}{* }{}  \try{ho} +
 \Configure{try}{}{ *}  \try{ha} +
+
+ +
+

Generated August 24, 2020 - tex4ht home page

+ -- cgit v1.2.3