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

Addition Containing Gap of Ranged Extent

A gap added by a later ancient hand whose extent is expressed as a plausible numeric range contained inside an addition to the support by a later ancient hand.

Syntax

The notation for a gap of ranged extent wrapped within plus signs +…+. Optional metadata can be written before the final + delimiter. Optional metadata can be written before the final + delimiter.

Overview

NotationConceptual ASTPaper Output
+[⊙]‽ᵟ¤ᵟ+Addition { content: [Gap { ⊙ }], cert: γ, meta: ¤ }𝘏ᵟ``⸂[⊙]◇ᵟ⸃
  • PREVIOUS_SEEN_ALLOWED = the relevant gap notation.
  • ‽ᵟ ∈ {?, !, ε} = 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
+[1-3]+
1–3
+[2-4]?;h=c>d+
cd2–4

EpiDoc Outputs

NotationEpiDoc (XML)
+[1-3]+
<ab>
    <add cert="medium">
        <gap reason="lost" atLeast="1" atMost="3" unit="character" precision="medium"/>
    </add>
</ab>
+[2-4]?;h=c>d+
<ab>
    <add cert="low">
        <gap reason="lost" atLeast="2" atMost="4" unit="character" precision="medium"/><app type="alternative"><lem><handShift new="#c"/><gap reason="lost" atLeast="2" atMost="4" unit="character" precision="medium"/></lem><rdg><handShift new="#d"/><gap reason="lost" atLeast="2" atMost="4" unit="character" precision="medium"/></rdg></app>
    </add>
</ab>

Structural Analysis (Conceptual AST)

NotationAST
+[1-3]+
Addition[medium]
  Gap(range=1–3, medium)
+[2-4]?;h=c>d+
Addition[low][meta]
  Gap(range=2–4, medium)