Labeled formal units asserted in the argument — theorems, proofs, definitions, and the definitional structures.
<corollary>Compiles to eHTML <corollary>.
<corollary | Every prime greater than 2 is odd.>
Every prime greater than 2 is odd.
<dd>Compiles to eHTML <dd>.
<dd | An academic publishing system built on HTML+CSS+JS.>
An academic publishing system built on HTML+CSS+JS.
A definition-list description. Appears as a child of <dl>, following the term it defines.
<definition>Compiles to eHTML <definition>.
<definition | A *group* is a set with an associative binary operation, identity, and inverses.>
A group is a set with an associative binary operation, identity, and inverses.
<dl>Compiles to eHTML <dl>.
<dl>
<dt | enscribe>
<dd | An academic publishing system built on HTML+CSS+JS.>
<dt | eHTML>
<dd | The canonical semantic HTML vocabulary.>
<dt | Enscribe shorthand>
<dd | The shorthand authoring syntax that compiles to eHTML.>
</dl>
- enscribe
-
An academic publishing system built on HTML+CSS+JS.
- eHTML
-
The canonical semantic HTML vocabulary.
- Enscribe shorthand
-
The shorthand authoring syntax that compiles to eHTML.
Long-form <dl> with short-form <dt>/<dd> children. The natural authoring pattern.
<dt>Compiles to eHTML <dt>.
<dt | enscribe>
A definition-list term. Appears as a child of <dl>.
<example>Compiles to eHTML <example>.
<example | The integers under addition form a group.>
The integers under addition form a group.
<glossary>Compiles to eHTML <glossary>.
<glossary #project-terms>
<glossary-entry>
<dt | enscribe>
<dd | An academic publishing system built on HTML+CSS+JS.>
</glossary-entry>
<glossary-entry>
<dt | eHTML>
<dd | The canonical semantic HTML vocabulary.>
</glossary-entry>
</glossary>
An academic publishing system built on HTML+CSS+JS.
The canonical semantic HTML vocabulary.
A glossary with two entries. Each <glossary-entry> uses <dt>/<dd> for its term and definition (the same shapes <dl> uses), wrapped in the entry’s own envelope for cross-reference / styling.
<glossary-entry>Compiles to eHTML <glossary-entry>.
<glossary-entry #term:enscribe>
<dt | enscribe>
<dd | An academic publishing system built on HTML+CSS+JS.>
</glossary-entry>
An academic publishing system built on HTML+CSS+JS.
A single glossary entry. The id uses the “term:” colon-prefix convention so cross-references like <ref @term:enscribe> can resolve into the entry.
<lemma>Compiles to eHTML <lemma>.
<lemma | Every continuous function on a compact set attains its maximum.>
Every continuous function on a compact set attains its maximum.
<proof>Compiles to eHTML <proof>.
<theorem | The sum of two even integers is even.>
<proof>
Let $a = 2m$ and $b = 2n$. Then $a + b = 2(m + n)$, which is
even. $\square$
</proof>
The sum of two even integers is even.
Let
The canonical pattern: <theorem> followed by sibling <proof>. The proof is NOT nested inside the theorem.
<proposition>Compiles to eHTML <proposition>.
<proposition | The sum of two even integers is even.>
The sum of two even integers is even.
<remark>Compiles to eHTML <remark>.
<remark | The converse does not hold in general.>
The converse does not hold in general.
<theorem>Compiles to eHTML <theorem>.
<theorem | If $a^2 + b^2 = c^2$ then the triangle is right-angled.>
If
Short-form with pipe content. The body is parsed normally.