Enscribe
Structural scaffolding

The document’s skeleton — containers, regions, sections, the website page-set, and the section break.

<article>

Compiles to eHTML <article>.

<meta type=article>
  <title | The Effect of Elephants on Climate>
  <author | Jane Goodall>
  <date | 2024-03-15>
</meta>

<section | Introduction>
The paper begins here.

<section | Conclusion>
The paper concludes here.
The Effect of Elephants on Climate Jane Goodall 2024-03-15
Introduction

The paper begins here.

Conclusion

The paper concludes here.

Minipage 74.

Typical authoring path: <meta type=article> at the top with no <article> wrapper. The structural plugin generates the <article> container and the three region wrappers. <title> in <meta> is promoted to <article-title>; <meta> itself survives inside <article-front>.

<article-back>

Compiles to eHTML <article-back>.

<article-body>

Compiles to eHTML <article-body>.

<article-front>

Compiles to eHTML <article-front>.

<book>

Compiles to eHTML <book>.

<meta type=book>
  <title | A Natural History of Elephants>
  <author | Jane Goodall>
</meta>

<chapter | Origins>
<section | Early ancestors>
Content here.

<chapter | Modern populations>
<section | African elephants>
Content here.
A Natural History of Elephants Jane Goodall Origins
Early ancestors

Content here.

Modern populations
African elephants

Content here.

Minipage 75.

Typical authoring path: <meta type=book> at the top with no <book> wrapper. The structural plugin generates <book> + the three region wrappers. Each book-part contains its own <meta> with the promoted <book-part-title>; no <book-part-meta> wrapper.

<book-back>

Compiles to eHTML <book-back>.

<book-body>

Compiles to eHTML <book-body>.

<book-front>

Compiles to eHTML <book-front>.

<book-part>

Compiles to eHTML <book-part>.

<chapter | Origins>
Content of the chapter.
<chapter | Origins>

Content of the chapter.

Minipage 76.
<hr>

Compiles to eHTML <hr>.

<hr>

Minipage 77.
<item>

Compiles to eHTML <item>.

<nav>

Compiles to eHTML <nav>.

<nav-group>

Compiles to eHTML <nav-group>.

<section>

Compiles to eHTML <section>.

<section | Introduction>
The paper begins here.
Introduction

The paper begins here.

Minipage 78.
<sub-section>

Compiles to eHTML <sub-section>.

<sub-section | Quantitative analysis>
Sub-section content.
Quantitative analysis

Sub-section content.

Minipage 79.
<sub-sub-section>

Compiles to eHTML <sub-sub-section>.

<sub-sub-section | Regression analysis>
Detailed methods for the regression.
Regression analysis

Detailed methods for the regression.

Minipage 80.