<reg>

<reg> (一般化) 標誌一般化或規格化處理過的文字。 3.4.2 Regularization and Normalization 12 Critical Apparatus
組件core — 3 Elements Available in All TEI Documents
屬性 att.editLike (@cert, @resp, @evidence, @source)
屬於 model.pPart.transcriptional model.choicePart
可包含
宣告
element reg
{
   att.global.attributes,
   att.editLike.attributes,
   macro.paraContent
}
例子

If all that is desired is to call attention to the fact that the copy text has been regularized, <reg> may be used alone:

<q>Please <reg>knock</reg> if an <reg>answer</reg>
is <reg>required</reg>
</q>
例子

It is also possible to identify the individual responsible for the regularization, and, using the <choice> and <orig> elements, to provide both the original and regularized readings:

<q>Please
<choice>
  <reg>knock</reg>
  <orig>cnk</orig>
 </choice> if an
<choice>
  <reg>answer</reg>
  <orig>nsr</orig>
 </choice> is
<choice>
  <reg>required</reg>
  <orig>reqd</orig>
 </choice>
</q>