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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html
><head><!--mn11.html from mn.tex (TeX4ht, 1999-03-31 04:46:00)-->
<title>mn11.html</title><link
rel="stylesheet" type="text/css" href="mn.css"></head><body
>
<a
href="mn2.html#mn11-1" name="mn11-1" >1</a>. <span
class="cmtt-10">\Configure{HtmlPar} {</span><span
class="cmti-10">noindent-P</span><span
class="cmtt-10">} {</span><span
class="cmti-10">indent-P</span><span
class="cmtt-10">} {</span><span
class="cmti-10">from-noindent-P</span><span
class="cmtt-10">} {</span><span
class="cmti-10">from-indent-P</span><span
class="cmtt-10">}</span>
<!--2717--><p class="noindent">The first two parameters of this command determine the kind of code to be inserted at the start of, respectively,
nonindented and indented paragraphs.
<TABLE
><TR >
<TD CLASS="output"
><DIV CLASS="output">
* 1
* 2
* 3
* 4
* 5 </DIV></TD><TD
><DIV CLASS="source">
<DIV CLASS="ShowCode"><PRE>
<span
class="cmtt-10">\Configure{HtmlPar}</span>
<span
class="cmtt-10">{} {* } {} {}</span>
<span
class="cmtt-10">\par 1\par 2\par</span>
<span
class="cmtt-10">3\par 4\par 5</span>
</PRE></DIV>
</DIV></TD></TR></TABLE>
<!--2737--><p class="indent"> The last two parameters specify the code to be stored in <code><span
class="cmtt-10">\EndP</span></code>, when the first two parameters are introduced,
respectively, into the output.
<TABLE
><TR >
<TD CLASS="output"
><DIV CLASS="output">
[ 1
][ 2
][ 3
][ 4
][ 5
] </DIV></TD><TD
><DIV CLASS="source">
<DIV CLASS="ShowCode"><PRE>
<span
class="cmtt-10">\Configure{HtmlPar}</span>
<span
class="cmtt-10">{[ } {\EndP [ } { ]} { ]}</span>
<span
class="cmtt-10">\par 1\par 2\par 3\par 4\par 5</span>
<span
class="cmtt-10">\Configure{HtmlPar}</span>
<span
class="cmtt-10">{}{\EndP} {}{}</span>
<span
class="cmtt-10">\par\leavevmode</span>
</PRE></DIV>
</DIV></TD></TR></TABLE>
<!--2766--><p class="indent"> The default setting assumes a configuration of the form `<code><span
class="cmtt-10">\Configure{HtmlPar}{\HCode{<P CLASS="noindent">}}</span>
<span
class="cmtt-10">{\HCode{<P CLASS="indent">}} {}{}</span></code>' (and it is implemented through an `<code><span
class="cmtt-10">\everypar{\HtmlPar}</span></code>'
command).
<HR><a
href="mn2.html#mn11-2" name="mn11-2" >2</a>. <span
class="cmtt-10">\IgnorePar</span>
<!--2773--><p class="indent"> This command asks that no code will be inserted at the beginning of the next paragraph.
<HR><a
href="mn2.html#mn11-3" name="mn11-3" >3</a>. <span
class="cmtt-10">\ShowPar</span>
<!--2778--><p class="indent"> This command asks that code will be inserted at the beginning of the next paragraph.
<HR><a
href="mn2.html#mn11-4" name="mn11-4" >4</a>. <span
class="cmtt-10">\NoIndent</span>
<!--2783--><p class="indent"> This command asks to treat the next paragraph as nonindented.
<HR><a
href="mn2.html#mn11-5" name="mn11-5" >5</a>. <span
class="cmtt-10">\Indent</span>
<!--2788--><p class="indent"> This command asks to treat the following paragraphs as indented.
</body>
</html>
|