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/mn12.html | 147 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 support/TeX4ht/doc/mn12.html (limited to 'support/TeX4ht/doc/mn12.html') diff --git a/support/TeX4ht/doc/mn12.html b/support/TeX4ht/doc/mn12.html new file mode 100644 index 0000000000..8ec13eca76 --- /dev/null +++ b/support/TeX4ht/doc/mn12.html @@ -0,0 +1,147 @@ + + + + + + + + + + + + + +

1. \HCode{...} +

This command allows only for the expansion of macros, before sending its content to the output. The +instruction \Hnewline may be introduced there for requesting line breaks, and the command \# may be used for the +sharp symbol ‘#’. +

+
 Two lines of text      \HCode{<br />} + +
 separated by a horizontal line. +
  +
 You probably don’t want a ‘<br>’. +

+

2. \HPage{anchor}content\EndHPage{} +

This command dedicates a hypertext page for the specified content, to be accessed through the given +button. +

The \ExitHPage{...} command may be employed within the content to create exit buttons. +

+
 ...... ............ +
 \HPage{in} +
    ................ +
    [\ExitHPage{out}] +
    ................ +
 \EndHPage{} +
 ................... +

+

3. \Link[target-file arguments]{target-loc}{cur-loc}anchor\EndLink +

This command requests an anchor that links to ‘target-file#target-loc’, and marks the current location with the +name ‘cur-loc’. +

The component ‘[...]’ is optional when it is empty, and the target file need not be mentioned if it is created +from the current source file. +

+
 \HPage{} +
    ...................... +
    \Link[http://www.tug.org/]{}{XX}\TeX{} Users Group +
                                     Home Page\EndLink +
    ...................... +
 \EndHPage{} +
 ...................... +
 \Link{XX}{}...\EndLink +
+ The characters ‘~’, ‘_’, and ‘%’ can be indirectly included through the code ‘\string ~’, ‘\string _’, +and ‘\%’, respectively.
+

4. \ifOption{...}{true-part}{false-part} +

+ +
+

Generated August 24, 2020 - tex4ht home page

+ -- cgit v1.2.3