Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 6467

Macaulay2-1.3.1-8.fc15.i686.rpm

<?xml version="1.0" encoding="utf-8" ?>  <!-- for emacs: -*- coding: utf-8 -*- -->
<!-- Apache may like this line in the file .htaccess: AddCharset utf-8 .html -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"	 "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>MarkUpTypeWithOptions -- the class of mark-up types used with hypertext, with option handling</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="___M__E__N__U.html">next</a> | <a href="___Mark__Up__Type.html">previous</a> | <a href="___M__E__N__U.html">forward</a> | <a href="___Mark__Up__Type.html">backward</a> | up | <a href="index.html">top</a> | <a href="master.html">index</a> | <a href="toc.html">toc</a> | <a href="http://www.math.uiuc.edu/Macaulay2/">Macaulay2 web site</a></div>

    </td>
  </tr>
</table>
<hr/>
<div><h1>MarkUpTypeWithOptions -- the class of mark-up types used with hypertext, with option handling</h1>
<div class="single"><h2>Description</h2>
<div>Some mark-up types allow options (attributes) to be inserted in their html tags.<table class="examples"><tr><td><pre>i1 : DIV ( "class" => "waystouse", SUBSECTION {"Ways to use ", TT "resolution", ":"},
         "There are many ways to use ", TO "resolution", "."
         )

o1 = Ways to use resolution:
     =======================

     There are many ways to use "resolution".

o1 : DIV</pre>
</td></tr>
<tr><td><pre>i2 : html oo
--loading the Macaulay2 documentation from /builddir/build/BUILD/Macaulay2-1.3.1-r10737/Macaulay2/packages/Macaulay2Doc/

o2 = &lt;div class="waystouse">&lt;h2>Ways to use &lt;tt>resolution&lt;/tt>:&lt;/h2
     There are many ways to use &lt;a href="common/share/doc/Macaulay2/
     >
     Macaulay2Doc/html/_resolution.html" title="projective
     resolution">resolution&lt;/a>.&lt;/div></pre>
</td></tr>
</table>
</div>
</div>
<div class="waystouse"><h2>Fixed objects of class MarkUpTypeWithOptions :</h2>
<ul><li><span><a href="___A__N__C__H__O__R.html" title="hypertext anchor">ANCHOR</a> -- hypertext anchor</span></li>
<li><span><a href="___D__D.html" title="hypertext DD element">DD</a> -- hypertext DD element</span></li>
<li><span><a href="___D__I__V.html" title="a hypertext division">DIV</a> -- a hypertext division</span></li>
<li><span><a href="___D__I__V1.html" title="a single-spaced paragraph separator">DIV1</a> -- a single-spaced paragraph separator</span></li>
<li><span><a href="___D__L.html" title="hypertext DL element">DL</a> -- hypertext DL element</span></li>
<li><span><a href="___D__T.html" title="hypertext DT element">DT</a> -- hypertext DT element</span></li>
<li><span><a href="___I__M__G.html" title="hypertext IMG item">IMG</a> -- hypertext IMG item</span></li>
<li><span><a href="___L__A__B__E__L.html" title="hypertext label item">LABEL</a> -- hypertext label item</span></li>
<li><span><a href="___L__I__N__K.html" title="a hypertext LINK element">LINK</a> -- a hypertext LINK element</span></li>
<li><span><a href="___M__E__T__A.html" title="a hypertext META element">META</a> -- a hypertext META element</span></li>
<li><span><a href="___S__P__A__N.html" title="hypertext span">SPAN</a> -- hypertext span</span></li>
<li><span><a href="___S__T__Y__L__E.html" title="hypertext STYLE element">STYLE</a> -- hypertext STYLE element</span></li>
<li><span><a href="___T__A__B__L__E.html" title="hypertext table">TABLE</a> -- hypertext table</span></li>
<li><span><a href="___T__D.html" title="hypertext TD element">TD</a> -- hypertext TD element</span></li>
</ul>
</div>
<div class="waystouse"><h2>For the programmer</h2>
<p>The object <a href="___Mark__Up__Type__With__Options.html" title="the class of mark-up types used with hypertext, with option handling">MarkUpTypeWithOptions</a> is <span>a <a href="../../Macaulay2Doc/html/___Type.html">type</a></span>, with ancestor classes <a href="___Mark__Up__Type.html" title="the class of mark-up types used with hypertext">MarkUpType</a> &lt; <a href="../../Macaulay2Doc/html/___Self__Initializing__Type.html" title="the class of all self initializing types">SelfInitializingType</a> &lt; <a href="../../Macaulay2Doc/html/___Type.html" title="the class of all types">Type</a> &lt; <a href="../../Macaulay2Doc/html/___Mutable__Hash__Table.html" title="the class of all mutable hash tables">MutableHashTable</a> &lt; <a href="../../Macaulay2Doc/html/___Hash__Table.html" title="the class of all hash tables">HashTable</a> &lt; <a href="../../Macaulay2Doc/html/___Thing.html" title="the class of all things">Thing</a>.</p>
</div>
</div>
</body>
</html>