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

Unexpanded Abbreviation

An explicit indication of the editor’s choice not to resolve an abbreviation, leaving the parentheses empty or containing only spaces to signal the phenomenon’s presence without providing a textual expansion.

Syntax

An Abbreviated Text sequence followed by parentheses (…) containing zero or more white spaces.

Overview

NotationConceptual ASTPaper Output
…(𝑊×𝑁₀₋ₙ)Unexpandable(𝑊×𝑁₀₋ₙ)
  • 𝑊 = any white space.
  • 𝑁₀₋ₙ = zero or more repetitions.

Examples

NotationPaper Output
Mar()
Mar(–––)

EpiDoc Outputs

NotationEpiDoc (XML)
Mar()
<ab><abbr>Mar</abbr>
</ab>

Structural Analysis (Conceptual AST)

NotationAST
Mar()
Abbreviation[complete]
  Written
    Plain("Mar")
  Expanded(unexpandable)