latex - Subscript and superscript alignment using only HTML markup -


the following picture can produced using latex rendering software:

tensors, wikipedia!

in particular superscript , subscript parts 1 on other.

is possibile getting same result using html 4 syntax clever use of <sup> , <sub> tags, without use of css or mathml?

no, not possible have sub- , superscript element @ same time using html.

however, using css, there solutions. inspiration, have @ this thread.

edit: source.

<sub>

the html subscript element (<sub>) defines span of text should displayed, typographic reasons, lower, , smaller, main span of text.

[...]

the <sup> html element produces superscript. note cannot use them both @ same time , need use mathml produce both superscript , subscript next chemical symbol of element, representing atomic number , nuclear number.

also note following remark <sub> same page:

this element should used typographical reasons only, i.e. changing position of text changing meaning in mathematical (like t2, though use of mathml formula should considered) or chemical formulas (like h2o).


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -