Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: -1924618871 *}

i1 : HTML { HEAD { TITLE "foo" }, BODY { "Hi there" } }

o1 = Hi there

o1 : HTML

i2 : html oo

o2 = <?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>foo</title>
     </head>
     <body>Hi there</body>
     </html>


i3 :