1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html
><head><!--mn10.html from mn.tex (TeX4ht, 1999-03-31 04:46:00)-->
<title>mn10.html</title><link
rel="stylesheet" type="text/css" href="mn.css"></head><body
>
<a
href="mn2.html#mn10-1" name="mn10-1" >1</a>. <span
class="cmtt-10">\Configure{[]} {</span><span
class="cmti-10">before</span><span
class="cmtt-10">$$</span><span
class="cmti-10">at-start</span><span
class="cmtt-10">} {</span><span
class="cmti-10">at-end</span><span
class="cmtt-10">$$</span><span
class="cmti-10">after</span><span
class="cmtt-10">}</span>,
<span
class="cmtt-10">\Configure{()}{</span><span
class="cmti-10">before</span><span
class="cmtt-10">$</span><span
class="cmti-10">at-start</span><span
class="cmtt-10">}{</span><span
class="cmti-10">at-end</span><span
class="cmtt-10">$</span><span
class="cmti-10">after</span><span
class="cmtt-10">}</span><BR><span
class="cmtt-10">\Configure{$$}{</span><span
class="cmti-10">before</span><span
class="cmtt-10">}{</span><span
class="cmti-10">after</span><span
class="cmtt-10">}{</span><span
class="cmti-10">at-start</span><span
class="cmtt-10">}</span><BR><span
class="cmtt-10">\Configure{$}{</span><span
class="cmti-10">before</span><span
class="cmtt-10">}{</span><span
class="cmti-10">after</span><span
class="cmtt-10">}{</span><span
class="cmti-10">at-start</span><span
class="cmtt-10">}</span>
<TABLE
><TR >
<TD CLASS="output"
><DIV CLASS="output"> An equation:
<span
class="cmmi-10">a</span><sup ><span
class="cmmi-7">b</span></sup>
</DIV></TD><TD
><DIV CLASS="source">
<DIV CLASS="ShowCode"><PRE>
<span
class="cmtt-10">\Configure{[]}{An equation: $$}{$$}</span>
<span
class="cmtt-10">\[a^b\]</span>
</PRE></DIV>
</DIV></TD></TR></TABLE>
<!--2645--><p class="indent"> The default configuration is obtained from `<code><span
class="cmtt-10">\Configure{[]}{\PicDisplay$$}{$$\EndPicDisplay}</span></code>',
`<code><span
class="cmtt-10">\Configure{()}{\PicMath$}{$\EndPicMath}</span></code>', `<code><span
class="cmtt-10">\Configure{$$}{}{}{}</span></code>', and `<code><span
class="cmtt-10">\Configure{$}{}{}{}</span></code>'.
<HR><a
href="mn2.html#mn10-2" name="mn10-2" >2</a>. <span
class="cmtt-10">\Configure{SUB}{</span><span
class="cmti-10">before</span><span
class="cmtt-10">}{</span><span
class="cmti-10">after</span><span
class="cmtt-10">}</span><BR><span
class="cmtt-10">\Configure{SUP}{</span><span
class="cmti-10">before</span><span
class="cmtt-10">}{</span><span
class="cmti-10">after</span><span
class="cmtt-10">}</span><BR><span
class="cmtt-10">\Configure{SUBSUP}{</span><span
class="cmti-10">before</span><span
class="cmtt-10">}{</span><span
class="cmti-10">between</span><span
class="cmtt-10">}{</span><span
class="cmti-10">after</span><span
class="cmtt-10">}</span>
<!--2668--><p class="indent"> These commands configure subscripts appearing in isolation, superscripts given in isolation, and subscripts
provided together with superscripts. If the last configuration command gets empty parameters, the corresponding
cases use the settings that apply to isolated subscripts and superscripts.
<!--2674--><p class="indent"> The default setting results from `<code><span
class="cmtt-10">\Configure{SUB}{\HCode{<SUB>}}{\HCode{</SUB>}}</span></code>',
`<code><span
class="cmtt-10">\Configure{SUP}{\HCode{<SUP>}}{\HCode{</SUP>}}</span></code>', and `<code><span
class="cmtt-10">\Configure{SUBSUP}{}{}</span></code>'.
<HR><a
href="mn2.html#mn10-3" name="mn10-3" >3</a>. <span
class="cmtt-10">no_</span>, <span
class="cmtt-10">no^</span>
<!--2683--><p class="indent"> TeX4ht modifies the implementation of `<code><span
class="cmtt-10">_</span></code>' and `<code><span
class="cmtt-10">^</span></code>', to create hypertext subscripts and superscripts in non
pictorial formulas--a modification that occasionally might clash with other interpretations in the source documents.
The current package parameters ask TeX4ht not to modify the implementation of these commands, respectively.
<HR><a
href="mn2.html#mn10-4" name="mn10-4" >4</a>. Package parameter `<span
class="cmtt-10">math</span>'
<!--2690--><p class="indent"> This parameter initiates the math-related environment to add no hypertext tags to the formulas.
It provides very useful commands for tailoring detailed hypertext configurations for math formulas.
(Examples are available at <a
href="http://www.tug.org/applications/tex4ht/mml/" >MathML</a>. However, it is beyond the scope of this document to describe these
commands.)
</body>
</html>
|