rem
Summary
- Description
-
Remarks/comments. For adding brief comments by a translator, consultant, or supporter. This content is not a type of footnote, and is not intended for publication. When rem is used, it is often found at the top of a file together with other identification content. However, rem can be used for adding non-publishable remarks/comments anywhere within a text.
Adding names of individuals, initials, or other personal information directly within scripture text files is strongly discouraged. |
- Syntax
-
-
USFM:
\rem
content -
USX:
<para style="rem">
content</para>
-
- Style Type
- Valid In
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Any project
\id MRK
\rem First draft complete, waiting for checks.
Example 2. Any project
<usx version="3.1">
<book code="MRK" style="id"/>
<para style="rem">First draft complete, waiting for checks.</para>
</usx>
Example 3. Any project
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "MRK",
"content": []
},
{
"type": "para",
"marker": "rem",
"content": ["First draft complete, waiting for checks."]
}
]
}
