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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html
><head><!--mn7.html from mn.tex (TeX4ht, 1999-03-31 04:46:00)-->
<title>mn7.html</title><link
rel="stylesheet" type="text/css" href="mn.css"></head><body
>
<a
href="mn2.html#mn7-1" name="mn7-1" >1</a>. <span
class="cmtt-10">\ConfigureList{</span><span
class="cmti-10">list-name</span><span
class="cmtt-10">} {</span><span
class="cmti-10">before-list</span><span
class="cmtt-10">} {</span><span
class="cmti-10">after-list</span><span
class="cmtt-10">} {</span><span
class="cmti-10">before-label</span><span
class="cmtt-10">} {</span><span
class="cmti-10">after-label</span><span
class="cmtt-10">}</span>
<!--2377--><p class="noindent">Environments that directly or indirectly are built on top of the `<code><span
class="cmtt-10">\begin{list}...\end{list}</span></code>' and
`<code><span
class="cmtt-10">\begin{trivlist}...\end{trivlist}</span></code>' environments, inherit the appearances of these base environments. The
<code><span
class="cmtt-10">\ConfigureList</span></code> command may be used to change the default configuration.
<DIV CLASS="ShowCode"><PRE>
<span
class="cmtt-10">\ConfigureList {description}</span>
<span
class="cmtt-10">{}</span>
<span
class="cmtt-10">{\HCode{<HR>}}</span>
<span
class="cmtt-10">{\HCode{<HR><STRONG>}}</span>
<span
class="cmtt-10">{\HCode{</STRONG>}}</span>
</PRE></DIV>
<!--2394--><p class="indent"> The `<code><span
class="cmtt-10">description</span></code>', `<code><span
class="cmtt-10">itemize</span></code>', and `<code><span
class="cmtt-10">enumerate</span></code>' environments are the more obvious extensions of the `<code><span
class="cmtt-10">list</span></code>'
and `<code><span
class="cmtt-10">trivlist</span></code>' environments.
<!--2398--><p class="indent"> The `<code><span
class="cmtt-10">verse</span></code>', `<code><span
class="cmtt-10">quotation</span></code>', `<code><span
class="cmtt-10">quote</span></code>', `<code><span
class="cmtt-10">center</span></code>', `<code><span
class="cmtt-10">flushleft</span></code>', and `<code><span
class="cmtt-10">flushright</span></code>' are examples of non obvious
extensions. The latter extensions are made up in LaTeX from a single-item lists, to get the appearance of displayed
paragraphs.
<HR><a
href="mn2.html#mn7-2" name="mn7-2" >2</a>. <span
class="cmtt-10">\ConfigureEnv{</span><span
class="cmti-10">environment-name</span><span
class="cmtt-10">} {</span><span
class="cmti-10">before-environment</span><span
class="cmtt-10">} {</span><span
class="cmti-10">after-environment</span><span
class="cmtt-10">} {</span><span
class="cmti-10">before-list</span><span
class="cmtt-10">}</span>
<span
class="cmtt-10">{</span><span
class="cmti-10">after-list</span><span
class="cmtt-10">}</span>
<!--2480--><p class="indent"> If either <span
class="cmti-10">before-environment </span>or <span
class="cmti-10">after-environment </span>is not empty, then these parameters specify insertions that
should be placed before and after the specified environment.
<DIV CLASS="ShowCode"><PRE>
<span
class="cmtt-10">\ConfigureEnv {tabular}</span>
<span
class="cmtt-10">{\HCode{<HR>}} {\HCode{</HR>}}</span>
<span
class="cmtt-10">{} {}</span>
</PRE></DIV>
<!--2494--><p class="indent"> If the parameter <span
class="cmti-10">before-list </span>or the parameter <span
class="cmti-10">after-list </span>is not empty, a call is made to <span
class="cmtt-10">\</span><span
class="cmbx-10">ConfigureList</span>
<span
class="cmtt-10">{</span><span
class="cmti-10">list-name</span><span
class="cmtt-10">} {</span><span
class="cmti-10">before-list</span><span
class="cmtt-10">} {</span><span
class="cmti-10">before-label</span><span
class="cmtt-10">} {} {} </span>for configuring the base-list of the environment.
<DIV CLASS="ShowCode"><PRE>
<span
class="cmtt-10">\ConfigureEnv {flushright}</span>
<span
class="cmtt-10">{\HCode{<DIV CLASS="flushright">}}</span>
<span
class="cmtt-10">{\HCode{</DIV>}}</span>
<span
class="cmtt-10">{\HCode{<H2>}} {\HCode{</H2>}}</span>
</PRE></DIV>
</body>
</html>
|