Tag | Attributes | Remarks | CSS |
section | id|name | name optional | block, indented |
subsection | id|name | name optional | block, indented |
subsubsection | id|name | name optional | block, indented |
paragraph | id|name | name optional | block, indented |
subparagraph | id|name | name optional | block, indented |
theorem | id|name | attributes optional | italic, darkblue |
proposition | id|name | attributes optional | italic, green in js file |
lemma | id|name | attributes optional | italic, green in js file |
corollary | id|name | attributes optional | italic, green in js file |
remark | id|name | attributes optional |
|
example | id|name | attributes optional |
|
proof |
|
|
|
equation | num | display numbered with 'num' | block, gray |
eq |
| display | block, gray |
skip |
| empty content, p-br-p |
|
quad |
| empty content, triple nbsp |
|
qquad |
| empty content, quintuple nbsp |
|
cr |
| empty content, same as br |
|
ref | name | content specifies the link |
|
labelref | name | the name is also the link |
|
def |
|
| darkblue |
enumerate |
| same as <ol></ol> |
|
description |
| same as <dl></dl> |
|
itemize |
| same as <ul></ul> |
|
item |
| same as <li></li> |
|
For the h1 through h6 tags, font weights and colors are specified in the math.css file.
The id attributes of 'section' through 'subparagraph' become content for corresponding
h2 through h6 tags with weights and colors accordingly.