Text displayed in italics, useful for example in apparatus notes (see Apparatus Note).
Any number of Unicode characters enclosed by curly brackets {…} preceded by the command \i (italic).
| Notation | Conceptual AST | Paper Output |
\i{𝑆×𝑁} | Emphasis(𝑆×𝑁) | 𝑆×𝑁 |
𝑆 = any sign (Unicode character) ∉ STOP_SET (cf. Technical Catalogue of Symbols) otherwise preceded by the escape character \.
𝑁 = number of characters (represented by char or digits).
| Notation | Paper Output |
\i{abc}
|
|
EpiDoc Outputs
| Notation | EpiDoc (XML) |
\i{abc}
|
<ab>
<hi rend="italic">abc</hi>
</ab>
|
Structural Analysis (Conceptual AST)
| Notation | AST |
\i{abc}
|
Emphasis
Plain("abc")
|