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

Superfluous Addition

Signs added by a later ancient hand that are considered superfluous by the editor and thus excised.

Syntax

Any notation of a phenomenon (IbiUnit) allowed within Surplus enclosed within curly brackets {…} representing the superfluous text, all wrapped within plus signs +…+. Optional metadata can be written before the final + delimiter.

Overview

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

Structural Analysis (Conceptual AST)

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