%ComputedEntitiesFile; ]>
Univ at Albany: W. F. Hammond: The GELLMU ArchiveWhat is a Reasonable Authoring <abbr >DTD</abbr><brk /> under <abbr >SGML</abbr> or <abbr >XML</abbr> for <abbr >MathML</abbr>?William F. Hammondhammondmath.albany.eduQQbar type="R" mml="mi"Gal type="(R,R)" mml="mo"galQ type="G"
&SecRef-1;IntroductionThere has been a recent resurgence of interest in href="http://www.w3.org/Math/"MathML, the rather granular XML language developed by the World Wide Web Consortium (W3C) HTML Math Working Group during the period 19962000, due to the availability of MathMLcapable builds of the browser href="http://www.mozilla.org/"Mozilla, the opensource development version of the popular browser NetScape
&SecRef-2;A Few ExamplesCompound fractions: abcd a db c The formula for solving the quadratic equation a x2 b x c 0 (in a field of characteristic 2): x b b2 4 a c2 a Mixed function application and multiplication: sin a x cos b x Newtons binomial series: (1 t)r k0 r(r 1)(r 2)(r k 1)k tk A differential equation: D2 y 3 x (D y)2 x cos x Stokess Theorem in space: S (curl F N) d S (F T) d s The continued fraction for the golden mean: 1 52 11111111 The representation Gal(Q Q) of a centrally important object that one might choose to declare as the symbol galQ In this instance, however the expression is formed using the following three declared symbols:The command regch is a variant of mbox that is intended to denote the normal version of a regular character found in a mathematical context when that character is suitable for a hypothetical algorithmic application of an accent such as ovbar A general mbox is regarded as not suitable for hypothetical algorithmic accenting. lclName Rendering GELLMU expansionQ Q regchboldQQbar Q ovbarregchboldQGal Gal mboxGal Here the example is repeated Gal(Q Q) with the same presented appearance but this time as the declared symbol galQ, which is defined without using other declared symbols in its definition
&SecRef-3;Generating MathMLThere is a serious issue surrounding how one might migrate from traditional like mathematical markup, which uses reasonably succinct mathematical notation based on the long tradition of Western mathematical notation, to an authoring markup that is fully adequate for translation to MathML For example, how can we automatically translate, with full confidence, the XML versions of the above mathematical examples into MathML Or, if we cannot, what additional information needs to be addedOne possibility is offered by my draft on mathematical notation at the URL http://www.albany.edu/hammond/gellmu/notation It attempts to explain what additional information is needed in this document to eliminate the need for guessing by an automated rendering system at work on these examples, as marked up in the XML version of this document Note that no guessing is needed to render this document in either HTML, with mathematics set crudely but reasonably, nor to render it in (Perhaps one may not fully appreciate this latter point without examining the href="http://www.albany.edu/hammond/gellmu/authordtd/mathbench.xml"XML version of this document.)For the purpose of assistance in automated rendering to MathML as well as for the purpose of supplying semantic information for computer algebra systems, GELLMU provides a metacommand mathsymThe name mathsym is the default value of the variable gellmumathsymname in the syntactic translator. for the formal declaration of mathematical symbols with the usage: mathsymsymbolnamesymbolrendering[symbolmetainfo] Here symbolname is an alphanumeric string (casesensitive) beginning with a letter The second argument is the presentation rendering of the symbol in GELLMU markup It is like the definition of a newcommand except that it may not involve arguments.However, a declared math symbol may be invoked in a newcommand that takes arguments. The optional third argument symbolmetainfo is an alphanumeric string that might also include possibly a few other string characters such as , , ,, ., , etc Its exact structure depends on the production system For example, it might consist of (name, value) pairs for conveying metainformation about the symbolThe syntactic translator replaces each invocation of a given mathsym with the specified rendering and writes for each mathsym definition a corresponding element in the SGML output whose content consists solely of the declared symbol name if there is no meta information but otherwise consists of the symbol name followed by a blank space and then whatever string of meta information is provided in the optional argument Additionally, each invocation is wrapped in a renderinginert Sym element whose key attribute reveals the name given to the symbol at the point of declaration (and by which the symbol is invoked) This makes it possible for a downstream authoring platform processor that has remembered the list of declared symbol names to match each invocation of a declared symbol with its associated meta information, if any, provided by the author in the symbol declarationA related feature in the didactic GELLMU document type is the mlg tag for marking mathematical logical groups This is somewhat akin to the lgg tag for like logical groups, traditionally created in markup with braces that are not attached to a command.Such unattached braces in GELLMU markup lead to an lg0 tag in the output of the syntactic translator that is translated to an lgg tag in the XML version of the didactic document type. As with lgg there is no obvious evidence of an mlg tag in a typeset rendering, but the presence of such a tag is intended as a signal to downstream mathematical parsers that the contents of the tag be given grouping priority as, say, with visible parentheses Furthermore, the mtype and mml attributes of the mlg tag may be used to pass semantic information about the tags contents to a processorThe reader is invited to do one or more of the following: point out inadequacies in my draft on notationimprove my draft on notationprovide code to format the above examples in MathML