Xml/DocBook5/docbook5-section.xml
changeset 0 e8d6296c8d5e
equal deleted inserted replaced
-1:000000000000 0:e8d6296c8d5e
       
     1 <?xml version="1.0" encoding="ISO-8859-1"?>
       
     2 <section version="5.0" xml:id="noteworthy_elements"
       
     3          xmlns="http://docbook.org/ns/docbook"
       
     4          xmlns:xlink="http://www.w3.org/1999/xlink"
       
     5          xmlns:svg="http://www.w3.org/2000/svg"
       
     6          xmlns:m="http://www.w3.org/1998/Math/MathML"
       
     7          xmlns:htm="http://www.w3.org/1999/xhtml"
       
     8          xmlns:db="http://docbook.org/ns/docbook">
       
     9   <title>Noteworthy elements</title>
       
    10 
       
    11   <para>In DocBook 5 (see <link
       
    12   xlink:href="http://www.docbook.org/tdg5/">DocBook 5.0: The Definitive
       
    13   Guide</link>), two elements with the <emphasis>same name</emphasis> having
       
    14   the <emphasis>same parent</emphasis> element may have <emphasis>different
       
    15   content models</emphasis>. This is the case for <tag
       
    16   class="element">indexterm</tag> and <tag
       
    17   class="element">imagedata</tag>.</para>
       
    18 
       
    19   <para>Other elements are less exotic because their content models are
       
    20   contextual, that is, they depend on their parent elements.</para>
       
    21 
       
    22   <para>Example 1: this paragraph contains the <emphasis>usual, full-fledged,
       
    23   emphasis child element</emphasis> (called
       
    24   "<literal>emphasis (db.emphasis)</literal>" in <link
       
    25   xlink:href="http://www.docbook.org/tdg5/">DocBook 5.0: The Definitive
       
    26   Guide</link>).</para>
       
    27 
       
    28   <para><inlinemediaobject>
       
    29       <imageobject>
       
    30         <imagedata fileref="images/action.png"></imagedata>
       
    31       </imageobject>
       
    32     </inlinemediaobject> Please click inside word
       
    33   "<emphasis>emphasis</emphasis>" in the above example and use <menuchoice>
       
    34       <guimenu>Help</guimenu>
       
    35 
       
    36       <guimenuitem>Show Content Model</guimenuitem>
       
    37     </menuchoice> (<keycombo>
       
    38       <keycap>Shift</keycap>
       
    39 
       
    40       <keycap>F1</keycap>
       
    41     </keycombo>) to display the content model of the full-fledged <tag
       
    42   class="element">emphasis</tag> element.</para>
       
    43 
       
    44   <para>Example 2: <inlineequation>
       
    45       <mathphrase>this inlineequation contains a mathphrase which contains
       
    46       <emphasis>a limited emphasis child element</emphasis></mathphrase>
       
    47     </inlineequation> (called "<literal>emphasis (db._emphasis)</literal>" in
       
    48   <link xlink:href="http://www.docbook.org/tdg5/">DocBook 5.0: The Definitive
       
    49   Guide</link>).</para>
       
    50 
       
    51   <para><inlinemediaobject>
       
    52       <imageobject>
       
    53         <imagedata fileref="images/action.png"></imagedata>
       
    54       </imageobject>
       
    55     </inlinemediaobject> Please click inside word
       
    56   "<emphasis>emphasis</emphasis>" in the above example and use <menuchoice>
       
    57       <guimenu>Help</guimenu>
       
    58 
       
    59       <guimenuitem>Show Content Model</guimenuitem>
       
    60     </menuchoice> (<keycombo>
       
    61       <keycap>Shift</keycap>
       
    62 
       
    63       <keycap>F1</keycap>
       
    64     </keycombo>) to display the content model of the limited <tag
       
    65   class="element">emphasis</tag> element.</para>
       
    66 
       
    67   <section>
       
    68     <title>Element <tag class="element">indexterm</tag></title>
       
    69 
       
    70     <para>DocBook 5 has three kinds of <tag class="element">indexterm</tag>
       
    71     elements:</para>
       
    72 
       
    73     <variablelist>
       
    74       <varlistentry>
       
    75         <term>indexterm(singular)</term>
       
    76 
       
    77         <listitem>
       
    78           <para>(Called "<literal>indexterm (db.indexterm.singular)</literal>"
       
    79           in <link xlink:href="http://www.docbook.org/tdg5/">DocBook 5.0: The
       
    80           Definitive Guide</link>.) A wrapper for an indexed term.</para>
       
    81         </listitem>
       
    82       </varlistentry>
       
    83 
       
    84       <varlistentry>
       
    85         <term>indexterm(startofrange)</term>
       
    86 
       
    87         <listitem>
       
    88           <para>(Called
       
    89           "<literal>indexterm (db.indexterm.startofrange)</literal>" in <link
       
    90           xlink:href="http://www.docbook.org/tdg5/">DocBook 5.0: The
       
    91           Definitive Guide</link>.) A wrapper for an indexed term that covers
       
    92           a range.</para>
       
    93         </listitem>
       
    94       </varlistentry>
       
    95 
       
    96       <varlistentry>
       
    97         <term>indexterm(endofrange)</term>
       
    98 
       
    99         <listitem>
       
   100           <para>(Called
       
   101           "<literal>indexterm (db.indexterm.endofrange)</literal>" in <link
       
   102           xlink:href="http://www.docbook.org/tdg5/">DocBook 5.0: The
       
   103           Definitive Guide</link>.) Identifies the end of a range associated
       
   104           with an indexed term.</para>
       
   105         </listitem>
       
   106       </varlistentry>
       
   107     </variablelist>
       
   108 
       
   109     <para>Example 1 (<literal>indexterm(singular)</literal>): The Tiger
       
   110     <indexterm>
       
   111         <primary>Big Cats</primary>
       
   112 
       
   113         <secondary>Tigers</secondary>
       
   114       </indexterm> is a very large cat indeed.</para>
       
   115 
       
   116     <para><inlinemediaobject>
       
   117         <imageobject>
       
   118           <imagedata fileref="images/action.png"></imagedata>
       
   119         </imageobject>
       
   120       </inlinemediaobject> Please click on the above <tag
       
   121     class="element">indexterm</tag> element, use <menuchoice>
       
   122         <guimenu>Edit</guimenu>
       
   123 
       
   124         <guimenuitem>Replace</guimenuitem>
       
   125       </menuchoice> (<keycombo>
       
   126         <keycap>Ctrl</keycap>
       
   127 
       
   128         <keycap>R</keycap>
       
   129       </keycombo>), then type "<literal>in</literal>" (autocompletion) to see
       
   130     what is suggested in the element list of the <guilabel>Edit</guilabel>
       
   131     tool.</para>
       
   132 
       
   133     <para>Example 2 (<literal>indexterm(singular)</literal>): <indexterm
       
   134         zone="a1">
       
   135         <primary>Network Configuration</primary>
       
   136       </indexterm></para>
       
   137 
       
   138     <blockquote xml:id="a1">
       
   139       <formalpara>
       
   140         <title>Configuring Your Network</title>
       
   141 
       
   142         <para>Everything you need to know about configuring your
       
   143         network.</para>
       
   144       </formalpara>
       
   145     </blockquote>
       
   146 
       
   147     <para>Example 3
       
   148     (<literal>indexterm(startofrange)</literal>/<literal>indexterm(endofrange)</literal>
       
   149     pair): <indexterm class="startofrange" xml:id="idxexformalpara">
       
   150         <primary>Example formalpara</primary>
       
   151       </indexterm></para>
       
   152 
       
   153     <blockquote>
       
   154       <formalpara>
       
   155         <title>Example formalpara</title>
       
   156 
       
   157         <para>Some content. <indexterm class="endofrange"
       
   158         startref="idxexformalpara" /></para>
       
   159       </formalpara>
       
   160     </blockquote>
       
   161 
       
   162     <para><inlinemediaobject>
       
   163         <imageobject>
       
   164           <imagedata fileref="images/action.png"></imagedata>
       
   165         </imageobject>
       
   166       </inlinemediaobject> Please click on any of the above <tag
       
   167     class="element">indexterm</tag> elements and then use <menuchoice>
       
   168         <guimenu>Help</guimenu>
       
   169 
       
   170         <guimenuitem>Show Content Model</guimenuitem>
       
   171       </menuchoice> (<keycombo>
       
   172         <keycap>Shift</keycap>
       
   173 
       
   174         <keycap>F1</keycap>
       
   175       </keycombo>) to display their content models.</para>
       
   176   </section>
       
   177 
       
   178   <section>
       
   179     <title>Element <tag class="element">imagedata</tag></title>
       
   180 
       
   181     <para>DocBook 5 has three kinds of <tag class="element">imagedata</tag>
       
   182     elements:</para>
       
   183 
       
   184     <variablelist>
       
   185       <varlistentry>
       
   186         <term>imagedata(fileref)</term>
       
   187 
       
   188         <listitem>
       
   189           <para>(Called "<literal>imagedata (db.imagedata)</literal>" in <link
       
   190           xlink:href="http://www.docbook.org/tdg5/">DocBook 5.0: The
       
   191           Definitive Guide</link>.) Pointer to external image data.</para>
       
   192         </listitem>
       
   193       </varlistentry>
       
   194 
       
   195       <varlistentry>
       
   196         <term>imagedata(svg)</term>
       
   197 
       
   198         <listitem>
       
   199           <para>(Called "<literal>imagedata (db.imagedata.svg)</literal>" in
       
   200           <link xlink:href="http://www.docbook.org/tdg5/">DocBook 5.0: The
       
   201           Definitive Guide</link>.) An SVG drawing in a media object.</para>
       
   202         </listitem>
       
   203       </varlistentry>
       
   204 
       
   205       <varlistentry>
       
   206         <term>imagedata(mathml)</term>
       
   207 
       
   208         <listitem>
       
   209           <para>(Called "<literal>imagedata (db.imagedata.mathml)</literal>"
       
   210           in <link xlink:href="http://www.docbook.org/tdg5/">DocBook 5.0: The
       
   211           Definitive Guide</link>.) A MathML expression in a media
       
   212           object.</para>
       
   213         </listitem>
       
   214       </varlistentry>
       
   215     </variablelist>
       
   216 
       
   217     <para>Examples:</para>
       
   218 
       
   219     <figure>
       
   220       <title>``Normal'' <tag class="element">imagedata</tag> (this <tag
       
   221       class="element">imagedata</tag> element has no attributes other than
       
   222       <tag class="attribute">fileref</tag>)</title>
       
   223 
       
   224       <mediaobject>
       
   225         <imageobject>
       
   226           <imagedata fileref="images/fish4.png" format="PNG"></imagedata>
       
   227         </imageobject>
       
   228       </mediaobject>
       
   229 
       
   230       <para><inlinemediaobject>
       
   231           <imageobject>
       
   232             <imagedata fileref="images/action.png"></imagedata>
       
   233           </imageobject>
       
   234         </inlinemediaobject> Please click on the above image and use
       
   235       <menuchoice>
       
   236           <guimenu>Edit</guimenu>
       
   237 
       
   238           <guimenuitem>Replace</guimenuitem>
       
   239         </menuchoice> (<keycombo>
       
   240           <keycap>Ctrl</keycap>
       
   241 
       
   242           <keycap>R</keycap>
       
   243         </keycombo>) to see what is suggested in the element list of the
       
   244       <guilabel>Edit</guilabel> tool.</para>
       
   245     </figure>
       
   246 
       
   247     <figure>
       
   248       <title>SVG <tag class="element">imagedata</tag> (the attributes of this
       
   249       <tag class="element">imagedata</tag> element are: <tag
       
   250       class="attribute">align</tag>=<tag class="attvalue">right</tag>, <tag
       
   251       class="attribute">depth</tag>=<tag class="attvalue">10cm</tag>, <tag
       
   252       class="attribute">scale</tag>=<tag class="attvalue">25</tag>, <tag
       
   253       class="attribute">valign</tag>=<tag class="attvalue">top</tag>, <tag
       
   254       class="attribute">width</tag>=<tag class="attvalue">10cm</tag>).
       
   255       Requires installing the Batik image toolkit plug-in<footnote>
       
   256           <para>Please use <menuchoice>
       
   257               <guimenu>Options</guimenu>
       
   258 
       
   259               <guimenuitem>Install Add-ons</guimenuitem>
       
   260             </menuchoice> to download and install the add-on called "Apache
       
   261           Batik image toolkit plug-in".</para>
       
   262         </footnote>.</title>
       
   263 
       
   264       <mediaobject>
       
   265         <imageobject>
       
   266           <imagedata align="right" depth="10cm" format="svg" scale="25"
       
   267                      valign="top" width="10cm">
       
   268             <svg:svg height="744.094" id="svg75" version="1.0" width="744.094"
       
   269             x="0" y="0"><svg:defs id="defs77"></svg:defs> <svg:g id="g3"
       
   270             style="font-size:12;"
       
   271             transform="matrix(1.03441,0,0,1.03441,58.7841,-56.0537)">
       
   272             <svg:path
       
   273             d="M 344.427 534.692 L 396.057 616.976 L 463.014 650.858 L 564.66 617.783 L 625.97 522.591 L 619.517 433.852 L 569.5 322.526 L 546.106 278.157 L 421.065 279.77 L 414.611 317.686 L 371.049 391.096 L 342.007 470.961 L 344.427 534.692 z "
       
   274             id="path4" style="fill:#ffffff;"
       
   275             transform="translate(-188.771,11.294)"></svg:path> <svg:g id="g5"
       
   276             transform="translate(107.656,-154.861)"> <svg:g id="g6"
       
   277             style="fill:#c1c1bf;"> <svg:path
       
   278             d="M 329.336 727.552 C 315.224 726.328 304.136 715.816 303.128 694.936 C 306.368 639.496 309.608 582.112 271.232 545.104 C 265.256 499.024 244.016 482.104 234.008 452.512 L 218.24 441.208 L 237.104 411.688 L 245.168 411.904 L 323.936 571.168 L 340.424 651.448 L 329.336 727.552 z "
       
   279             id="path7"></svg:path> </svg:g> <svg:g id="g8"
       
   280             style="fill:#c1c1bf;"> <svg:path
       
   281             d="M 136.232 439.696 C 133.856 455.248 132.56 470.512 134.792 485.272 C 118.376 507.592 105.92 530.128 104.48 553.312 C 92.024 586.504 62.432 614.584 67.544 680.104 C 84.176 697.456 107.432 713.584 127.376 730.36 C 152.432 751.312 137.528 778.96 102.248 772.408 C 94.4 763.768 76.616 709.624 42.92 676.288 L 49.544 632.584 L 81.368 547.408 L 120.968 484.048 L 125.36 456.688 L 119.816 386.776 L 124.424 361.216 L 136.232 439.696 L 136.232 439.696 z "
       
   282             id="path9"></svg:path> </svg:g> <svg:g id="g10"
       
   283             style="fill:#c1c1bf;"> <svg:path
       
   284             d="M 115.64 341.416 C 116.576 336.376 117.8 331.624 119.312 327.16 L 121.688 342.784 L 115.64 341.416 z "
       
   285             id="path11"></svg:path> </svg:g> <svg:g id="g12"
       
   286             style="fill:#c1c1bf;"> <svg:path
       
   287             d="M 120.968 500.464 C 108.368 523.792 103.976 546.256 132.92 550.216 C 117.008 553.888 97.208 568.648 77.192 593.488 L 77.624 543.016 L 101.456 503.272 L 120.968 500.464 z "
       
   288             id="path13"></svg:path> </svg:g> <svg:g id="g14"
       
   289             style="fill:#c1c1bf;"> <svg:path
       
   290             d="M -33.256 818.488 C 10.52 838.144 41.408 837.064 69.272 850.96 C 91.304 862.552 113.552 861.184 126.944 847.144 C 138.32 832.456 146.744 831.736 163.52 830.224 C 190.952 828.568 217.736 828.28 241.928 830.8 L 269.576 833.032 C 269.072 864.064 328.04 867.88 345.392 844.336 C 366.344 819.424 395.144 808.264 419.84 790.192 L 289.304 725.536 C 255.824 806.464 131.048 827.632 113.768 763.264 L -33.256 818.488 z "
       
   291             id="path15"></svg:path> </svg:g> <svg:g id="g16"
       
   292             style="fill:#c1c1bf;"> <svg:path
       
   293             d="M 286.424 711.568 C 273.824 711.496 260.936 715.6 261.944 732.16 L 266.192 776.44 L 304.424 756.64 L 286.424 711.568 z "
       
   294             id="path17"></svg:path> </svg:g> <svg:g id="g18"> <svg:path
       
   295             d="M -37.36 821.224 C 7.136 840.88 38.6 839.728 66.968 853.696 C 89.36 865.216 111.968 863.92 125.648 849.808 C 137.24 835.192 145.808 834.472 162.872 832.96 C 190.736 831.232 218.024 831.016 242.648 833.464 L 270.728 835.768 C 270.224 866.8 330.272 870.544 347.912 847 C 369.224 822.088 398.528 811 423.656 792.856 L 290.816 728.272 C 256.76 809.128 129.824 830.296 112.256 766 L -37.36 821.224 z "
       
   296             id="path19"></svg:path> </svg:g> <svg:g id="g20"
       
   297             style="fill:#b77200;"> <svg:path
       
   298             d="M 382.328 691.984 C 403.64 698.968 389.888 720.28 400.76 732.52 C 405.44 742.888 415.304 752.032 431.792 760.528 C 459.368 774.424 426.248 799.336 392.768 812.08 C 351.944 825.616 344.024 862.912 299.312 851.896 C 283.112 846.496 278.36 831.808 278.864 809.128 C 284.264 762.76 277.784 730.432 278.792 698.824 C 278.72 686.152 283.544 684.64 307.232 687.952 C 310.04 726.328 352.376 727.336 382.328 691.984 z "
       
   299             id="path21"></svg:path> </svg:g> <svg:g id="g22"
       
   300             style="fill:#f2b700;"> <svg:path
       
   301             d="M 339.632 826.624 C 371.6 814.312 403.856 798.112 429.848 782.128 C 437.84 777.448 438.92 765.928 427.688 762.328 C 403.352 748.504 390.104 731.224 392.912 708.76 C 393.344 700.912 383.696 692.56 381.104 700.048 C 359.864 771.472 291.32 767.656 300.752 696.952 C 301.256 694.864 301.76 692.776 302.264 690.76 C 289.952 688.24 285.2 690.976 285.776 700.408 L 295.28 806.608 C 297.656 830.8 317.312 836.128 339.632 826.624 z "
       
   302             id="path23"></svg:path> </svg:g> <svg:g id="g24"> <svg:path
       
   303             d="M 354.464 537.544 C 379.16 569.8 404.432 651.088 384.416 691.552 C 360.944 737.776 307.808 743.248 305.504 695.8 C 308.816 639.64 311.984 581.536 273.68 544.096 C 267.704 497.368 246.392 480.232 236.384 450.28 L 203.12 426.088 L 133.568 435.088 C 130.76 452.152 129.104 468.784 131.552 484.912 C 115.064 507.376 102.608 530.056 101.168 553.312 C 88.712 586.648 59.12 614.944 64.232 680.752 C 80.864 698.248 104.12 714.448 124.064 731.296 C 149.12 752.392 135.512 776.296 100.232 769.672 C 78.848 746.056 56.744 722.872 35.288 699.328 C 12.392 683.056 3.896 662.176 27.368 630.496 C 43.424 609.04 47.96 562.456 62 543.664 C 74.312 525.16 92.24 508.6 105.272 490.096 C 112.184 477.928 114.344 468.568 113.264 454.456 L 110.312 369.136 C 108.368 307.216 142.424 274.24 189.8 275.248 C 243.512 275.752 287.576 312.472 288.152 378.28 C 292.688 410.32 283.256 428.68 308.672 474.472 C 334.52 522.712 338.552 520.12 354.464 537.544 z "
       
   304             id="path25"></svg:path> </svg:g> <svg:g id="g26"
       
   305             style="fill:#c1c1bf;"> <svg:path
       
   306             d="M 261.296 503.632 L 263.528 512.2 C 257.696 501.688 250.712 483.616 241.928 475.696 C 239.264 473.536 235.808 473.608 233.72 475.624 C 222.056 486.928 193.112 510.112 169.928 507.088 C 152.072 505.288 134.648 493.264 130.832 480.232 C 128.816 470.872 129.752 463.168 130.976 455.32 L 240.704 453.52 C 238.472 463.168 253.088 487 261.296 503.632 z "
       
   307             id="path27"></svg:path> </svg:g> <svg:g id="g28"
       
   308             style="fill:#c1c1bf;"> <svg:path
       
   309             d="M 143.144 363.232 C 154.088 363.232 163.88 376.84 163.808 395.632 C 163.736 408.232 155.528 411.472 149.336 417.016 C 146.6 419.536 145.952 433.144 142.568 433.144 C 131.696 433.144 123.488 413.776 123.488 395.632 C 123.488 377.56 132.272 363.232 143.144 363.232 z "
       
   310             id="path29"></svg:path> </svg:g> <svg:g id="g30"
       
   311             style="fill:#ffffff;"> <svg:path
       
   312             d="M 144.368 375.04 C 154.088 375.04 160.856 379.936 161.648 391.312 C 162.224 399.16 160.136 411.76 154.664 414.424 C 152.144 415.648 143.432 426.664 140.408 426.52 C 128.096 425.944 125 402.112 125.936 390.736 C 126.8 379.36 134.72 375.04 144.368 375.04 z "
       
   313             id="path31"></svg:path> </svg:g> <svg:g id="g32"> <svg:path
       
   314             d="M 141.848 382.672 C 148.544 382.096 154.736 389.728 155.6 399.664 C 156.464 409.6 151.64 418.24 144.944 418.816 C 138.248 419.392 132.056 411.76 131.192 401.752 C 130.328 391.816 135.152 383.248 141.848 382.672 z "
       
   315             id="path33"></svg:path> </svg:g> <svg:g id="g34"
       
   316             style="fill:#c1c1bf;"> <svg:path
       
   317             d="M 151.064 397.288 C 151.424 399.088 149.408 400.024 148.832 398.224 C 148.256 395.992 146.888 393.328 145.088 391.168 C 143.936 389.872 145.088 388.432 146.528 389.44 C 149.048 391.528 150.488 394.12 151.064 397.288 z "
       
   318             id="path35"></svg:path> </svg:g> <svg:g id="g36"
       
   319             style="fill:#c1c1bf;"> <svg:path
       
   320             d="M 216.944 360.712 C 232.712 360.712 245.6 377.416 245.6 397.792 C 245.6 418.24 232.712 434.872 216.944 434.872 C 201.176 434.872 188.432 418.24 188.432 397.792 C 188.432 377.416 201.176 360.712 216.944 360.712 z "
       
   321             id="path37"></svg:path> </svg:g> <svg:g id="g38"
       
   322             style="fill:#ffffff;"> <svg:path
       
   323             d="M 224.792 374.968 C 235.664 378.856 241.928 387.424 242.72 396.568 C 243.656 407.08 239.408 418.96 230.264 425.944 C 227.672 427.888 197.72 416.08 195.992 411.616 C 193.4 405.208 191.816 392.896 193.76 385.624 C 194.552 382.744 197.216 378.568 201.176 376.336 C 207.44 372.808 216.656 372.088 224.792 374.968 z "
       
   324             id="path39"></svg:path> </svg:g> <svg:g id="g40"> <svg:path
       
   325             d="M 216.872 380.944 C 225.584 380.944 232.712 389.296 232.712 399.448 C 232.712 409.672 225.584 418.024 216.872 418.024 C 208.16 418.024 201.032 409.672 201.032 399.448 C 201.032 389.296 208.16 380.944 216.872 380.944 z "
       
   326             id="path41"></svg:path> </svg:g> <svg:g id="g42"
       
   327             style="fill:#c1c1bf;"> <svg:path
       
   328             d="M 227.096 392.392 C 228.104 394.048 226.448 395.776 225.224 394.12 C 223.784 392.104 221.408 389.944 218.888 388.432 C 217.232 387.568 217.808 385.624 219.68 386.2 C 222.92 387.28 225.368 389.368 227.096 392.392 z "
       
   329             id="path43"></svg:path> </svg:g> <svg:g id="g44"
       
   330             style="fill:#b77200;"> <svg:path
       
   331             d="M 164.96 404.488 C 172.376 402.328 184.112 403.048 192.248 404.632 C 200.384 406.792 222.056 418.24 245.024 430.696 C 247.976 432.208 248.84 437.104 245.024 438.688 C 239.12 439.12 249.272 453.664 238.904 458.848 C 223.352 462.88 198.44 485.992 186.128 487.864 C 179.288 489.376 172.232 489.592 164.6 487.864 C 140.552 482.968 134.216 455.608 122.912 450.064 C 119.816 446.824 121.4 441.208 122.408 440.056 C 123.632 434.224 149.696 406.216 164.96 404.488 z "
       
   332             id="path45"></svg:path> </svg:g> <svg:g id="g46"
       
   333             style="fill:#f2b700;"> <svg:path
       
   334             d="M 185.408 405.856 C 198.44 407.296 226.088 423.928 239.408 430.624 C 242.72 432.424 242.504 437.824 239.552 438.688 C 236.384 440.488 235.448 438.256 232.928 437.896 C 228.896 435.736 222.272 440.92 217.016 444.88 C 186.704 467.776 180.656 465.256 156.176 462.664 C 147.68 460.576 142.136 457.984 139.688 455.968 C 141.488 445.888 160.496 407.656 166.76 406.792 C 168.344 404.704 179.936 404.632 185.408 405.856 z "
       
   335             id="path47"></svg:path> </svg:g> <svg:g id="g48"
       
   336             style="fill:#b77200;"> <svg:path
       
   337             d="M 190.664 412.048 L 193.76 413.416 C 196.064 414.712 193.256 418.168 190.736 417.088 L 186.2 415.504 C 183.536 413.272 186.704 410.104 190.664 412.048 z "
       
   338             id="path49"></svg:path> </svg:g> <svg:g id="g50"
       
   339             style="fill:#b77200;"> <svg:path
       
   340             d="M 268.568 452.368 C 273.032 454.384 279.224 457.192 282.536 460.144 C 285.488 464.104 286.784 468.064 286.424 472.024 C 285.776 474.544 284.12 476.344 281.24 477.424 C 277.856 478.216 273.68 477.424 271.376 474.112 C 269.864 471.448 265.256 462.16 263.96 460.576 C 262.232 457.12 261.944 454.456 262.88 452.368 C 264.032 451.288 266.048 451 268.568 452.368 z "
       
   341             id="path51"></svg:path> </svg:g> <svg:g id="g52"
       
   342             style="fill:#c1c1bf;"> <svg:path
       
   343             d="M 273.752 461.584 C 275.48 462.376 277.928 463.456 279.224 464.68 C 280.376 466.264 280.88 467.776 280.736 469.36 C 280.52 470.296 279.8 471.016 278.72 471.448 C 277.352 471.808 275.768 471.448 274.832 470.152 C 274.256 469.144 272.456 465.472 271.952 464.824 C 271.232 463.456 271.088 462.448 271.448 461.584 C 271.952 461.152 272.744 461.08 273.752 461.584 z "
       
   344             id="path53"></svg:path> </svg:g> <svg:g id="g54"
       
   345             style="fill:#b77200;"> <svg:path
       
   346             d="M 238.616 358.552 C 239.048 359.2 238.976 359.776 238.4 360.28 C 237.896 360.784 237.176 360.712 236.24 360.208 L 231.632 356.248 C 231.056 355.744 230.912 354.952 231.272 354.088 C 232.28 353.44 233.144 353.44 233.936 354.088 L 238.616 358.552 z "
       
   347             id="path55"></svg:path> </svg:g> <svg:g id="g56"
       
   348             style="fill:#b77200;"> <svg:path
       
   349             d="M 235.592 305.992 C 239.624 308.224 240.848 313.912 238.184 318.592 C 235.592 323.2 230.12 325.144 226.016 322.84 C 221.984 320.536 220.76 314.92 223.424 310.24 C 226.016 305.56 231.488 303.688 235.592 305.992 z "
       
   350             id="path57"></svg:path> </svg:g> <svg:g id="g58"
       
   351             style="fill:#b77200;"> <svg:path
       
   352             d="M 374.912 680.536 C 378.296 683.128 373.256 687.376 371.024 686.296 C 369.152 685.648 367.784 683.488 366.92 682.408 C 366.128 681.184 366.2 679.168 366.92 678.448 C 367.712 677.44 369.728 677.656 371.024 678.52 C 372.32 679.168 373.616 679.888 374.912 680.536 z "
       
   353             id="path59"></svg:path> </svg:g> <svg:g id="g60"
       
   354             style="fill:#b77200;"> <svg:path
       
   355             d="M 297.44 551.512 C 338.984 572.896 350 611.56 332.072 664.192 C 330.992 666.64 334.16 668.368 335.24 666.064 C 354.824 610.336 341.432 571.312 299.024 548.56 C 296.864 547.552 295.28 550.432 297.44 551.512 z "
       
   356             id="path61"></svg:path> </svg:g> <svg:g id="g62"
       
   357             style="fill:#b77200;"> <svg:path
       
   358             d="M 72.008 569.512 C 38.312 627.256 38.096 662.68 62.504 681.328 C 63.728 682.264 64.448 680.032 63.296 679.168 C 36.296 655.48 48.896 615.52 74.168 570.88 C 74.888 569.584 72.512 568.432 72.008 569.512 z "
       
   359             id="path63"></svg:path> </svg:g> <svg:g id="g64"
       
   360             style="fill:#c1c1bf;"> <svg:path
       
   361             d="M 289.376 586.864 C 289.232 589.168 288.368 589.528 286.424 587.368 C 279.8 575.848 235.088 551.44 213.344 548.704 C 209.24 547.264 209.456 545.392 213.488 544.816 C 229.184 544.816 241.28 537.904 254.96 537.904 C 258.704 538.048 262.304 539.488 264.392 541.648 C 269.504 544.96 288.08 570.592 289.376 586.864 z "
       
   362             id="path65"></svg:path> </svg:g> <svg:g id="g66"
       
   363             style="fill:#c1c1bf;"> <svg:path
       
   364             d="M 180.152 546.832 C 180.872 550.792 163.808 545.68 164.744 556.696 C 165.032 559.72 160.496 561.376 160.64 556.696 C 160.64 548.272 161.072 548.416 152.72 546.832 C 151.208 546.76 151.352 544.528 152.72 544.816 L 152.72 544.816 C 158.696 546.472 166.76 542.872 166.4 538.84 C 166.256 537.472 168.56 537.688 168.488 538.84 C 167.984 545.248 181.664 542.152 180.152 546.832 z "
       
   365             id="path67"></svg:path> </svg:g> <svg:g id="g68"
       
   366             style="fill:#c1c1bf;"> <svg:path
       
   367             d="M 151.568 705.376 C 151.64 708.328 148.76 707.68 148.544 705.592 C 140.192 680.536 143.72 618.832 151.856 598.96 C 152.432 596.08 156.248 596.944 155.744 598.96 C 147.104 635.464 147.248 673.048 151.568 705.376 z "
       
   368             id="path69"></svg:path> </svg:g> <svg:g id="g70"
       
   369             style="fill:#b77200;"> <svg:path
       
   370             d="M 51.704 684.424 C 75.68 707.824 91.376 743.248 114.632 775.288 C 148.472 816.04 121.472 858.304 66.464 845.56 C 38.888 835.192 -0.784 836.344 -32.68 825.832 C -55.072 820.36 -55.864 809.272 -44.416 787.6 C -40.384 773.776 -40.024 751.312 -43.768 732.592 C -45.784 718.408 -39.232 710.488 -24.112 708.832 L -24.112 708.832 C -11.296 708.688 6.56 713.872 16.28 686.44 C 23.552 673.336 40.976 672.976 51.704 684.424 z "
       
   371             id="path71"></svg:path> </svg:g> <svg:g id="g72"
       
   372             style="fill:#f2b700;"> <svg:path
       
   373             d="M 24.632 699.04 C 23.84 680.968 39.32 677.296 49.688 688.312 C 68.192 710.992 85.112 736.048 100.376 764.992 C 124.712 804.16 104.624 842.68 67.904 828.064 C 49.688 817.84 6.128 813.304 -17.344 809.128 C -33.04 807.832 -35.128 797.608 -29.152 791.848 C -20.944 782.416 -20.08 759.808 -27.856 740.512 C -35.56 728.56 -21.088 715.384 -9.712 720.856 C 0.8 727.048 25.64 713.08 24.632 699.04 z "
       
   374             id="path73"></svg:path> </svg:g> </svg:g> </svg:g></svg:svg>
       
   375           </imagedata>
       
   376         </imageobject>
       
   377       </mediaobject>
       
   378     </figure>
       
   379 
       
   380     <figure>
       
   381       <title>MathML <tag class="element">imagedata</tag>. Requires installing
       
   382       the JEuclid image toolkit plug-in and/or the MathML add-on<footnote>
       
   383           <para>Please use <menuchoice>
       
   384               <guimenu>Options</guimenu>
       
   385 
       
   386               <guimenuitem>Install Add-ons</guimenuitem>
       
   387             </menuchoice> to download and install the add-on called "JEuclid
       
   388           image toolkit plug-in" and/or the add-on called "MathML
       
   389           support".</para>
       
   390         </footnote>.</title>
       
   391 
       
   392       <mediaobject>
       
   393         <imageobject>
       
   394           <imagedata>
       
   395             <m:math display="block">
       
   396               <m:mi>x</m:mi>
       
   397 
       
   398               <m:mo>=</m:mo>
       
   399 
       
   400               <m:mfrac>
       
   401                 <m:mrow>
       
   402                   <m:mrow>
       
   403                     <m:mo>-</m:mo>
       
   404 
       
   405                     <m:mi>b</m:mi>
       
   406                   </m:mrow>
       
   407 
       
   408                   <m:mo>±</m:mo>
       
   409 
       
   410                   <m:msqrt>
       
   411                     <m:msup>
       
   412                       <m:mi>b</m:mi>
       
   413 
       
   414                       <m:mn>2</m:mn>
       
   415                     </m:msup>
       
   416 
       
   417                     <m:mo>-</m:mo>
       
   418 
       
   419                     <m:mrow>
       
   420                       <m:mn>4</m:mn>
       
   421 
       
   422                       <m:mo>&#8290;</m:mo>
       
   423 
       
   424                       <m:mi>a</m:mi>
       
   425 
       
   426                       <m:mo>&#8290;</m:mo>
       
   427 
       
   428                       <m:mi>c</m:mi>
       
   429                     </m:mrow>
       
   430                   </m:msqrt>
       
   431                 </m:mrow>
       
   432 
       
   433                 <m:mrow>
       
   434                   <m:mn>2</m:mn>
       
   435 
       
   436                   <m:mo>&#8290;</m:mo>
       
   437 
       
   438                   <m:mi>a</m:mi>
       
   439                 </m:mrow>
       
   440               </m:mfrac>
       
   441             </m:math>
       
   442           </imagedata>
       
   443         </imageobject>
       
   444       </mediaobject>
       
   445     </figure>
       
   446 
       
   447     <para>Examples of inline images: ``normal'' <tag
       
   448     class="element">inlinemediaobject</tag> <inlinemediaobject>
       
   449         <imageobject>
       
   450           <imagedata fileref="images/fish4.png" format="PNG" scale="50"></imagedata>
       
   451         </imageobject>
       
   452       </inlinemediaobject> (the attributes of the <tag
       
   453     class="element">imagedata</tag> child element of this <tag
       
   454     class="element">inlinemediaobject</tag> are: <tag
       
   455     class="attribute">scale</tag>=<tag class="attvalue">50</tag>), SVG <tag
       
   456     class="element">inlinemediaobject</tag> <inlinemediaobject>
       
   457         <imageobject>
       
   458           <imagedata format="svg" scale="10">
       
   459             <svg:svg height="744.094" id="svg75" version="1.0" width="744.094"
       
   460             x="0" y="0"><svg:defs id="defs77"></svg:defs> <svg:g id="g3"
       
   461             style="font-size:12;"
       
   462             transform="matrix(1.03441,0,0,1.03441,58.7841,-56.0537)">
       
   463             <svg:path
       
   464             d="M 344.427 534.692 L 396.057 616.976 L 463.014 650.858 L 564.66 617.783 L 625.97 522.591 L 619.517 433.852 L 569.5 322.526 L 546.106 278.157 L 421.065 279.77 L 414.611 317.686 L 371.049 391.096 L 342.007 470.961 L 344.427 534.692 z "
       
   465             id="path4" style="fill:#ffffff;"
       
   466             transform="translate(-188.771,11.294)"></svg:path> <svg:g id="g5"
       
   467             transform="translate(107.656,-154.861)"> <svg:g id="g6"
       
   468             style="fill:#c1c1bf;"> <svg:path
       
   469             d="M 329.336 727.552 C 315.224 726.328 304.136 715.816 303.128 694.936 C 306.368 639.496 309.608 582.112 271.232 545.104 C 265.256 499.024 244.016 482.104 234.008 452.512 L 218.24 441.208 L 237.104 411.688 L 245.168 411.904 L 323.936 571.168 L 340.424 651.448 L 329.336 727.552 z "
       
   470             id="path7"></svg:path> </svg:g> <svg:g id="g8"
       
   471             style="fill:#c1c1bf;"> <svg:path
       
   472             d="M 136.232 439.696 C 133.856 455.248 132.56 470.512 134.792 485.272 C 118.376 507.592 105.92 530.128 104.48 553.312 C 92.024 586.504 62.432 614.584 67.544 680.104 C 84.176 697.456 107.432 713.584 127.376 730.36 C 152.432 751.312 137.528 778.96 102.248 772.408 C 94.4 763.768 76.616 709.624 42.92 676.288 L 49.544 632.584 L 81.368 547.408 L 120.968 484.048 L 125.36 456.688 L 119.816 386.776 L 124.424 361.216 L 136.232 439.696 L 136.232 439.696 z "
       
   473             id="path9"></svg:path> </svg:g> <svg:g id="g10"
       
   474             style="fill:#c1c1bf;"> <svg:path
       
   475             d="M 115.64 341.416 C 116.576 336.376 117.8 331.624 119.312 327.16 L 121.688 342.784 L 115.64 341.416 z "
       
   476             id="path11"></svg:path> </svg:g> <svg:g id="g12"
       
   477             style="fill:#c1c1bf;"> <svg:path
       
   478             d="M 120.968 500.464 C 108.368 523.792 103.976 546.256 132.92 550.216 C 117.008 553.888 97.208 568.648 77.192 593.488 L 77.624 543.016 L 101.456 503.272 L 120.968 500.464 z "
       
   479             id="path13"></svg:path> </svg:g> <svg:g id="g14"
       
   480             style="fill:#c1c1bf;"> <svg:path
       
   481             d="M -33.256 818.488 C 10.52 838.144 41.408 837.064 69.272 850.96 C 91.304 862.552 113.552 861.184 126.944 847.144 C 138.32 832.456 146.744 831.736 163.52 830.224 C 190.952 828.568 217.736 828.28 241.928 830.8 L 269.576 833.032 C 269.072 864.064 328.04 867.88 345.392 844.336 C 366.344 819.424 395.144 808.264 419.84 790.192 L 289.304 725.536 C 255.824 806.464 131.048 827.632 113.768 763.264 L -33.256 818.488 z "
       
   482             id="path15"></svg:path> </svg:g> <svg:g id="g16"
       
   483             style="fill:#c1c1bf;"> <svg:path
       
   484             d="M 286.424 711.568 C 273.824 711.496 260.936 715.6 261.944 732.16 L 266.192 776.44 L 304.424 756.64 L 286.424 711.568 z "
       
   485             id="path17"></svg:path> </svg:g> <svg:g id="g18"> <svg:path
       
   486             d="M -37.36 821.224 C 7.136 840.88 38.6 839.728 66.968 853.696 C 89.36 865.216 111.968 863.92 125.648 849.808 C 137.24 835.192 145.808 834.472 162.872 832.96 C 190.736 831.232 218.024 831.016 242.648 833.464 L 270.728 835.768 C 270.224 866.8 330.272 870.544 347.912 847 C 369.224 822.088 398.528 811 423.656 792.856 L 290.816 728.272 C 256.76 809.128 129.824 830.296 112.256 766 L -37.36 821.224 z "
       
   487             id="path19"></svg:path> </svg:g> <svg:g id="g20"
       
   488             style="fill:#b77200;"> <svg:path
       
   489             d="M 382.328 691.984 C 403.64 698.968 389.888 720.28 400.76 732.52 C 405.44 742.888 415.304 752.032 431.792 760.528 C 459.368 774.424 426.248 799.336 392.768 812.08 C 351.944 825.616 344.024 862.912 299.312 851.896 C 283.112 846.496 278.36 831.808 278.864 809.128 C 284.264 762.76 277.784 730.432 278.792 698.824 C 278.72 686.152 283.544 684.64 307.232 687.952 C 310.04 726.328 352.376 727.336 382.328 691.984 z "
       
   490             id="path21"></svg:path> </svg:g> <svg:g id="g22"
       
   491             style="fill:#f2b700;"> <svg:path
       
   492             d="M 339.632 826.624 C 371.6 814.312 403.856 798.112 429.848 782.128 C 437.84 777.448 438.92 765.928 427.688 762.328 C 403.352 748.504 390.104 731.224 392.912 708.76 C 393.344 700.912 383.696 692.56 381.104 700.048 C 359.864 771.472 291.32 767.656 300.752 696.952 C 301.256 694.864 301.76 692.776 302.264 690.76 C 289.952 688.24 285.2 690.976 285.776 700.408 L 295.28 806.608 C 297.656 830.8 317.312 836.128 339.632 826.624 z "
       
   493             id="path23"></svg:path> </svg:g> <svg:g id="g24"> <svg:path
       
   494             d="M 354.464 537.544 C 379.16 569.8 404.432 651.088 384.416 691.552 C 360.944 737.776 307.808 743.248 305.504 695.8 C 308.816 639.64 311.984 581.536 273.68 544.096 C 267.704 497.368 246.392 480.232 236.384 450.28 L 203.12 426.088 L 133.568 435.088 C 130.76 452.152 129.104 468.784 131.552 484.912 C 115.064 507.376 102.608 530.056 101.168 553.312 C 88.712 586.648 59.12 614.944 64.232 680.752 C 80.864 698.248 104.12 714.448 124.064 731.296 C 149.12 752.392 135.512 776.296 100.232 769.672 C 78.848 746.056 56.744 722.872 35.288 699.328 C 12.392 683.056 3.896 662.176 27.368 630.496 C 43.424 609.04 47.96 562.456 62 543.664 C 74.312 525.16 92.24 508.6 105.272 490.096 C 112.184 477.928 114.344 468.568 113.264 454.456 L 110.312 369.136 C 108.368 307.216 142.424 274.24 189.8 275.248 C 243.512 275.752 287.576 312.472 288.152 378.28 C 292.688 410.32 283.256 428.68 308.672 474.472 C 334.52 522.712 338.552 520.12 354.464 537.544 z "
       
   495             id="path25"></svg:path> </svg:g> <svg:g id="g26"
       
   496             style="fill:#c1c1bf;"> <svg:path
       
   497             d="M 261.296 503.632 L 263.528 512.2 C 257.696 501.688 250.712 483.616 241.928 475.696 C 239.264 473.536 235.808 473.608 233.72 475.624 C 222.056 486.928 193.112 510.112 169.928 507.088 C 152.072 505.288 134.648 493.264 130.832 480.232 C 128.816 470.872 129.752 463.168 130.976 455.32 L 240.704 453.52 C 238.472 463.168 253.088 487 261.296 503.632 z "
       
   498             id="path27"></svg:path> </svg:g> <svg:g id="g28"
       
   499             style="fill:#c1c1bf;"> <svg:path
       
   500             d="M 143.144 363.232 C 154.088 363.232 163.88 376.84 163.808 395.632 C 163.736 408.232 155.528 411.472 149.336 417.016 C 146.6 419.536 145.952 433.144 142.568 433.144 C 131.696 433.144 123.488 413.776 123.488 395.632 C 123.488 377.56 132.272 363.232 143.144 363.232 z "
       
   501             id="path29"></svg:path> </svg:g> <svg:g id="g30"
       
   502             style="fill:#ffffff;"> <svg:path
       
   503             d="M 144.368 375.04 C 154.088 375.04 160.856 379.936 161.648 391.312 C 162.224 399.16 160.136 411.76 154.664 414.424 C 152.144 415.648 143.432 426.664 140.408 426.52 C 128.096 425.944 125 402.112 125.936 390.736 C 126.8 379.36 134.72 375.04 144.368 375.04 z "
       
   504             id="path31"></svg:path> </svg:g> <svg:g id="g32"> <svg:path
       
   505             d="M 141.848 382.672 C 148.544 382.096 154.736 389.728 155.6 399.664 C 156.464 409.6 151.64 418.24 144.944 418.816 C 138.248 419.392 132.056 411.76 131.192 401.752 C 130.328 391.816 135.152 383.248 141.848 382.672 z "
       
   506             id="path33"></svg:path> </svg:g> <svg:g id="g34"
       
   507             style="fill:#c1c1bf;"> <svg:path
       
   508             d="M 151.064 397.288 C 151.424 399.088 149.408 400.024 148.832 398.224 C 148.256 395.992 146.888 393.328 145.088 391.168 C 143.936 389.872 145.088 388.432 146.528 389.44 C 149.048 391.528 150.488 394.12 151.064 397.288 z "
       
   509             id="path35"></svg:path> </svg:g> <svg:g id="g36"
       
   510             style="fill:#c1c1bf;"> <svg:path
       
   511             d="M 216.944 360.712 C 232.712 360.712 245.6 377.416 245.6 397.792 C 245.6 418.24 232.712 434.872 216.944 434.872 C 201.176 434.872 188.432 418.24 188.432 397.792 C 188.432 377.416 201.176 360.712 216.944 360.712 z "
       
   512             id="path37"></svg:path> </svg:g> <svg:g id="g38"
       
   513             style="fill:#ffffff;"> <svg:path
       
   514             d="M 224.792 374.968 C 235.664 378.856 241.928 387.424 242.72 396.568 C 243.656 407.08 239.408 418.96 230.264 425.944 C 227.672 427.888 197.72 416.08 195.992 411.616 C 193.4 405.208 191.816 392.896 193.76 385.624 C 194.552 382.744 197.216 378.568 201.176 376.336 C 207.44 372.808 216.656 372.088 224.792 374.968 z "
       
   515             id="path39"></svg:path> </svg:g> <svg:g id="g40"> <svg:path
       
   516             d="M 216.872 380.944 C 225.584 380.944 232.712 389.296 232.712 399.448 C 232.712 409.672 225.584 418.024 216.872 418.024 C 208.16 418.024 201.032 409.672 201.032 399.448 C 201.032 389.296 208.16 380.944 216.872 380.944 z "
       
   517             id="path41"></svg:path> </svg:g> <svg:g id="g42"
       
   518             style="fill:#c1c1bf;"> <svg:path
       
   519             d="M 227.096 392.392 C 228.104 394.048 226.448 395.776 225.224 394.12 C 223.784 392.104 221.408 389.944 218.888 388.432 C 217.232 387.568 217.808 385.624 219.68 386.2 C 222.92 387.28 225.368 389.368 227.096 392.392 z "
       
   520             id="path43"></svg:path> </svg:g> <svg:g id="g44"
       
   521             style="fill:#b77200;"> <svg:path
       
   522             d="M 164.96 404.488 C 172.376 402.328 184.112 403.048 192.248 404.632 C 200.384 406.792 222.056 418.24 245.024 430.696 C 247.976 432.208 248.84 437.104 245.024 438.688 C 239.12 439.12 249.272 453.664 238.904 458.848 C 223.352 462.88 198.44 485.992 186.128 487.864 C 179.288 489.376 172.232 489.592 164.6 487.864 C 140.552 482.968 134.216 455.608 122.912 450.064 C 119.816 446.824 121.4 441.208 122.408 440.056 C 123.632 434.224 149.696 406.216 164.96 404.488 z "
       
   523             id="path45"></svg:path> </svg:g> <svg:g id="g46"
       
   524             style="fill:#f2b700;"> <svg:path
       
   525             d="M 185.408 405.856 C 198.44 407.296 226.088 423.928 239.408 430.624 C 242.72 432.424 242.504 437.824 239.552 438.688 C 236.384 440.488 235.448 438.256 232.928 437.896 C 228.896 435.736 222.272 440.92 217.016 444.88 C 186.704 467.776 180.656 465.256 156.176 462.664 C 147.68 460.576 142.136 457.984 139.688 455.968 C 141.488 445.888 160.496 407.656 166.76 406.792 C 168.344 404.704 179.936 404.632 185.408 405.856 z "
       
   526             id="path47"></svg:path> </svg:g> <svg:g id="g48"
       
   527             style="fill:#b77200;"> <svg:path
       
   528             d="M 190.664 412.048 L 193.76 413.416 C 196.064 414.712 193.256 418.168 190.736 417.088 L 186.2 415.504 C 183.536 413.272 186.704 410.104 190.664 412.048 z "
       
   529             id="path49"></svg:path> </svg:g> <svg:g id="g50"
       
   530             style="fill:#b77200;"> <svg:path
       
   531             d="M 268.568 452.368 C 273.032 454.384 279.224 457.192 282.536 460.144 C 285.488 464.104 286.784 468.064 286.424 472.024 C 285.776 474.544 284.12 476.344 281.24 477.424 C 277.856 478.216 273.68 477.424 271.376 474.112 C 269.864 471.448 265.256 462.16 263.96 460.576 C 262.232 457.12 261.944 454.456 262.88 452.368 C 264.032 451.288 266.048 451 268.568 452.368 z "
       
   532             id="path51"></svg:path> </svg:g> <svg:g id="g52"
       
   533             style="fill:#c1c1bf;"> <svg:path
       
   534             d="M 273.752 461.584 C 275.48 462.376 277.928 463.456 279.224 464.68 C 280.376 466.264 280.88 467.776 280.736 469.36 C 280.52 470.296 279.8 471.016 278.72 471.448 C 277.352 471.808 275.768 471.448 274.832 470.152 C 274.256 469.144 272.456 465.472 271.952 464.824 C 271.232 463.456 271.088 462.448 271.448 461.584 C 271.952 461.152 272.744 461.08 273.752 461.584 z "
       
   535             id="path53"></svg:path> </svg:g> <svg:g id="g54"
       
   536             style="fill:#b77200;"> <svg:path
       
   537             d="M 238.616 358.552 C 239.048 359.2 238.976 359.776 238.4 360.28 C 237.896 360.784 237.176 360.712 236.24 360.208 L 231.632 356.248 C 231.056 355.744 230.912 354.952 231.272 354.088 C 232.28 353.44 233.144 353.44 233.936 354.088 L 238.616 358.552 z "
       
   538             id="path55"></svg:path> </svg:g> <svg:g id="g56"
       
   539             style="fill:#b77200;"> <svg:path
       
   540             d="M 235.592 305.992 C 239.624 308.224 240.848 313.912 238.184 318.592 C 235.592 323.2 230.12 325.144 226.016 322.84 C 221.984 320.536 220.76 314.92 223.424 310.24 C 226.016 305.56 231.488 303.688 235.592 305.992 z "
       
   541             id="path57"></svg:path> </svg:g> <svg:g id="g58"
       
   542             style="fill:#b77200;"> <svg:path
       
   543             d="M 374.912 680.536 C 378.296 683.128 373.256 687.376 371.024 686.296 C 369.152 685.648 367.784 683.488 366.92 682.408 C 366.128 681.184 366.2 679.168 366.92 678.448 C 367.712 677.44 369.728 677.656 371.024 678.52 C 372.32 679.168 373.616 679.888 374.912 680.536 z "
       
   544             id="path59"></svg:path> </svg:g> <svg:g id="g60"
       
   545             style="fill:#b77200;"> <svg:path
       
   546             d="M 297.44 551.512 C 338.984 572.896 350 611.56 332.072 664.192 C 330.992 666.64 334.16 668.368 335.24 666.064 C 354.824 610.336 341.432 571.312 299.024 548.56 C 296.864 547.552 295.28 550.432 297.44 551.512 z "
       
   547             id="path61"></svg:path> </svg:g> <svg:g id="g62"
       
   548             style="fill:#b77200;"> <svg:path
       
   549             d="M 72.008 569.512 C 38.312 627.256 38.096 662.68 62.504 681.328 C 63.728 682.264 64.448 680.032 63.296 679.168 C 36.296 655.48 48.896 615.52 74.168 570.88 C 74.888 569.584 72.512 568.432 72.008 569.512 z "
       
   550             id="path63"></svg:path> </svg:g> <svg:g id="g64"
       
   551             style="fill:#c1c1bf;"> <svg:path
       
   552             d="M 289.376 586.864 C 289.232 589.168 288.368 589.528 286.424 587.368 C 279.8 575.848 235.088 551.44 213.344 548.704 C 209.24 547.264 209.456 545.392 213.488 544.816 C 229.184 544.816 241.28 537.904 254.96 537.904 C 258.704 538.048 262.304 539.488 264.392 541.648 C 269.504 544.96 288.08 570.592 289.376 586.864 z "
       
   553             id="path65"></svg:path> </svg:g> <svg:g id="g66"
       
   554             style="fill:#c1c1bf;"> <svg:path
       
   555             d="M 180.152 546.832 C 180.872 550.792 163.808 545.68 164.744 556.696 C 165.032 559.72 160.496 561.376 160.64 556.696 C 160.64 548.272 161.072 548.416 152.72 546.832 C 151.208 546.76 151.352 544.528 152.72 544.816 L 152.72 544.816 C 158.696 546.472 166.76 542.872 166.4 538.84 C 166.256 537.472 168.56 537.688 168.488 538.84 C 167.984 545.248 181.664 542.152 180.152 546.832 z "
       
   556             id="path67"></svg:path> </svg:g> <svg:g id="g68"
       
   557             style="fill:#c1c1bf;"> <svg:path
       
   558             d="M 151.568 705.376 C 151.64 708.328 148.76 707.68 148.544 705.592 C 140.192 680.536 143.72 618.832 151.856 598.96 C 152.432 596.08 156.248 596.944 155.744 598.96 C 147.104 635.464 147.248 673.048 151.568 705.376 z "
       
   559             id="path69"></svg:path> </svg:g> <svg:g id="g70"
       
   560             style="fill:#b77200;"> <svg:path
       
   561             d="M 51.704 684.424 C 75.68 707.824 91.376 743.248 114.632 775.288 C 148.472 816.04 121.472 858.304 66.464 845.56 C 38.888 835.192 -0.784 836.344 -32.68 825.832 C -55.072 820.36 -55.864 809.272 -44.416 787.6 C -40.384 773.776 -40.024 751.312 -43.768 732.592 C -45.784 718.408 -39.232 710.488 -24.112 708.832 L -24.112 708.832 C -11.296 708.688 6.56 713.872 16.28 686.44 C 23.552 673.336 40.976 672.976 51.704 684.424 z "
       
   562             id="path71"></svg:path> </svg:g> <svg:g id="g72"
       
   563             style="fill:#f2b700;"> <svg:path
       
   564             d="M 24.632 699.04 C 23.84 680.968 39.32 677.296 49.688 688.312 C 68.192 710.992 85.112 736.048 100.376 764.992 C 124.712 804.16 104.624 842.68 67.904 828.064 C 49.688 817.84 6.128 813.304 -17.344 809.128 C -33.04 807.832 -35.128 797.608 -29.152 791.848 C -20.944 782.416 -20.08 759.808 -27.856 740.512 C -35.56 728.56 -21.088 715.384 -9.712 720.856 C 0.8 727.048 25.64 713.08 24.632 699.04 z "
       
   565             id="path73"></svg:path> </svg:g> </svg:g> </svg:g></svg:svg>
       
   566           </imagedata>
       
   567         </imageobject>
       
   568       </inlinemediaobject>(the attributes of the <tag
       
   569     class="element">imagedata</tag> child element of this <tag
       
   570     class="element">inlinemediaobject</tag> are: <tag
       
   571     class="attribute">scale</tag>=<tag class="attvalue">10</tag>), MathML <tag
       
   572     class="element">inlinemediaobject</tag> <inlinemediaobject>
       
   573         <imageobject>
       
   574           <imagedata>
       
   575             <m:math display="block">
       
   576               <m:mi>x</m:mi>
       
   577 
       
   578               <m:mo>=</m:mo>
       
   579 
       
   580               <m:mfrac>
       
   581                 <m:mrow>
       
   582                   <m:mrow>
       
   583                     <m:mo>-</m:mo>
       
   584 
       
   585                     <m:mi>b</m:mi>
       
   586                   </m:mrow>
       
   587 
       
   588                   <m:mo>±</m:mo>
       
   589 
       
   590                   <m:msqrt>
       
   591                     <m:msup>
       
   592                       <m:mi>b</m:mi>
       
   593 
       
   594                       <m:mn>2</m:mn>
       
   595                     </m:msup>
       
   596 
       
   597                     <m:mo>-</m:mo>
       
   598 
       
   599                     <m:mrow>
       
   600                       <m:mn>4</m:mn>
       
   601 
       
   602                       <m:mo>&#8290;</m:mo>
       
   603 
       
   604                       <m:mi>a</m:mi>
       
   605 
       
   606                       <m:mo>&#8290;</m:mo>
       
   607 
       
   608                       <m:mi>c</m:mi>
       
   609                     </m:mrow>
       
   610                   </m:msqrt>
       
   611                 </m:mrow>
       
   612 
       
   613                 <m:mrow>
       
   614                   <m:mn>2</m:mn>
       
   615 
       
   616                   <m:mo>&#8290;</m:mo>
       
   617 
       
   618                   <m:mi>a</m:mi>
       
   619                 </m:mrow>
       
   620               </m:mfrac>
       
   621             </m:math>
       
   622           </imagedata>
       
   623         </imageobject>
       
   624       </inlinemediaobject>.</para>
       
   625   </section>
       
   626 </section>