<sic>

<sic> (latin for thus or so) contiene un frammento di testo riprodotto anche se apparentemente errato o impreciso. 3.4.1 Apparent Errors
Modulocore — 3 Elements Available in All TEI Documents
Attributi
Usato da
Può contenere
Dichiarazione

<rng:element name="sic">
<rng:ref name="att.global.attributes"/>
<rng:ref name="macro.paraContent"/>
</rng:element>
element sic { att.global.attributes, macro.paraContent }
Esempio
for his nose was as sharp
as a pen, and <sic>a Table</sic> of green fields.
Esempio

If all that is desired is to call attention to the apparent problem in the copy text, sic may be used alone:

I don't know, Juan. It's so far in the past
now — how <sic>we can</sic> prove or disprove anyone's theories?
Esempio

It is also possible, using the choice and corr elements, to provide a corrected reading:

I don't know, Juan. It's so far in the past
now — how <choice>
 <sic>we can</sic>
 <corr>can we</corr>
</choice> prove or disprove anyone's theories?
Esempio
for his nose was as sharp
as a pen, and <choice>
 <sic>a Table</sic>
 <corr>a' babbld</corr>
</choice> of green fields.