Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Erased Addition

Signs added by a later ancient hand that were subsequently deliberately erased in antiquity.

Syntax

Any notation of a phenomenon (IbiUnit) allowed within Erasure, thus enclosed within double square brackets [[…]], all wrapped within plus signs +…+. Optional metadata can be written before the final + delimiter.

Overview

NotationConceptual ASTPaper Output
+[[⊙]]‽ᵟ¤ᵟ+Addition { content: [Erasure { ⊙ }], cert: γ, meta: ¤ }𝘏ᵟ``⸂⟦⊙⟧◇ᵟ⸃
  • 𝘏 = identifier sign of the hand (if specified in the optional annotations/metadata ¤ᵟ).
  • ERASURE_ALLOWED = any phenomena allowed within Erasure (notation, AST or rendering depending on its placement).
  • ‽ᵟ ∈ {?, !, ε} = uncertainty marker ?, certainty marker !, or empty string (ε).
  • γ ∈ {Low, High, Medium} = certainty level corresponding to the marker used in the notation.
  • ◇ᵟ ∈ {, , ε} = rendering of the uncertainty/certainty marker in the notation or empty string (ε).
  • ¤ᵟ = optional annotations (metadata) supported by Addition (cf. Later Ancient Additions of Signs).

See Later Ancient Additions of Signs for the automatic rectification performed by the formatter to improve legibility.

Examples

NotationPaper Output
+[[abc]]+
abc
+[[abc]]?;h=c>d+
cdabc
+[[abc]]!;manus=c;place=supra+
caboveabc

EpiDoc Outputs

NotationEpiDoc (XML)
+[[abc]]+
<ab>
    <add cert="medium">
        <del cert="medium">
        </supplied>
    </del>
</add>
</ab>
+[[abc]]?;h=c>d+
<ab>
    <add cert="low">
        <del cert="medium">
        </supplied>
    </del><app type="alternative"><lem><handShift new="#c"/><del cert="medium"></supplied></del></lem><rdg><handShift new="#d"/><del cert="medium"></supplied></del></rdg></app>
</add>
</ab>
+[[abc]]!;manus=c;place=supra+
<ab>
    <add place="above" cert="medium">
        <del cert="medium">
        </supplied>
    </del><app type="alternative"><rdg><handShift new="#c"/><del cert="medium"></supplied></del></rdg></app>
</add>
</ab>

Structural Analysis (Conceptual AST)

NotationAST
+[[abc]]+
Addition[medium]
  Erasure[medium]
    Plain("abc")
+[[abc]]?;h=c>d+
Addition[low][meta]
  Erasure[medium]
    Plain("abc")
+[[abc]]!;manus=c;place=supra+
Addition[medium][meta]
  Erasure[medium]
    Plain("abc")