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 Signs Seen by Earlier Editors

Signs added by a later ancient hand that were seen and recorded by earlier editors, but are no longer visible on the support.

Syntax

Any notation of a phenomenon (IbiUnit) allowed within PreviousSeen enclosed between low lines _…_ to indicate previous observation, all wrapped within plus signs +…+. Metadati opzionali sono scrivibili prima dell’ultimo delimitatore +.

Overview

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

Structural Analysis (Conceptual AST)

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