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 of Supplied Signs

Signs restored by the editor as once having been inscribed by a later ancient hand, but which are now lost.

Syntax

Any notation of a phenomenon (IbiUnit) allowed within Supplied as the addition content enclosed in square brackets […] to indicate restoration, all wrapped within plus signs +…+. Optional metadata can be written before the final + delimiter.

Overview

NotationConceptual ASTPaper Output
+[⊙]‽ᵟ¤ᵟ+Addition { content: [Supplied { ⊙ }], cert: γ, meta: ¤ }𝘏ᵟ``⸂[⊙]◇ᵟ⸃
  • 𝘏 = identifier sign of the hand (if specified in the optional annotations/metadata ¤ᵟ).
  • SUPPLIED_ALLOWED = any phenomena allowed within Supplied (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">
        <supplied reason="lost" cert="medium">abc</supplied>
    </add>
</ab>
+[abc]?;h=c>d+
<ab>
    <add cert="low">
        <supplied reason="lost" cert="medium">abc</supplied><app type="alternative"><lem><handShift new="#c"/><supplied reason="lost" cert="medium">abc</supplied></lem><rdg><handShift new="#d"/><supplied reason="lost" cert="medium">abc</supplied></rdg></app>
    </add>
</ab>
+[abc]!;manus=c;place=supra+
<ab>
    <add place="above" cert="medium">
        <supplied reason="lost" cert="medium">abc</supplied><app type="alternative"><rdg><handShift new="#c"/><supplied reason="lost" cert="medium">abc</supplied></rdg></app>
    </add>
</ab>

Structural Analysis (Conceptual AST)

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