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 113 114 115 116
|
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/TR/xhtml1/transitional"
>
<head><title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="generator" content="TeX4ht (http://www.cis.ohio-state.edu/~gurari/TeX4ht/mn.html)" />
<!--xhtml,th4,index-->
<meta name="src" content="mn.tex" />
<meta name="date" content="2001-02-28 17:02:00" />
<link rel="stylesheet" type="text/css" href="mn.css" />
</head><body
>
<!--l. 2349--><p class="noindent"><a
href="mn3.html#mn12-1" name="mn12-1" >1</a>. <a
name="index12-16004"></a> <a
name="index12-16005"></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><br /><span
class="cmtt-10">\EndP</span>
</p><!--l. 2351--><p class="indent"> The first two parameters of this command determine the kind of code to be inserted at the start of, respectively,
nonindented and indented paragraphs.
</p>
<table id="TBL-7"
><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>
The last two parameters specify the code to be stored in <span
class="cmtt-10">\EndP</span>, when the first two parameters are introduced,
respectively, into the output.
<table id="TBL-8"
><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>
The default setting assumes a configuration of the form ‘<span
class="cmtt-10">\Configure{HtmlPar}{\HCode{<p class="noindent">}}</span>
<span
class="cmtt-10">{\HCode{<p class="indent">}} {}{}</span>’ (and it is implemented through an ‘<span
class="cmtt-10">\everypar{\HtmlPar}</span>’
command).
<hr />
<!--l. 2407--><p class="noindent"><a
href="mn3.html#mn12-2" name="mn12-2" >2</a>. <a
name="index12-16007"></a> <span
class="cmtt-10">\IgnorePar</span>
</p><!--l. 2409--><p class="indent"> This command asks that no code will be inserted at the beginning of the next paragraph.
</p><hr />
<!--l. 2414--><p class="noindent"><a
href="mn3.html#mn12-3" name="mn12-3" >3</a>. <a
name="index12-16009"></a> <span
class="cmtt-10">\ShowPar</span>
</p><!--l. 2416--><p class="indent"> This command asks that code will be inserted at the beginning of the next paragraph.
</p><hr />
<!--l. 2421--><p class="noindent"><a
href="mn3.html#mn12-4" name="mn12-4" >4</a>. <a
name="index12-16011"></a> <span
class="cmtt-10">\NoIndent</span>
</p><!--l. 2423--><p class="indent"> This command asks to treat the next paragraph as nonindented.
</p><hr />
<!--l. 2428--><p class="noindent"><a
href="mn3.html#mn12-5" name="mn12-5" >5</a>. <a
name="index12-16013"></a> <span
class="cmtt-10">\Indent</span>
</p><!--l. 2430--><p class="indent"> This command asks to treat the following paragraphs as indented.
</p>
</body></html>
|