sig
Summary
- Description
-
Autrhor’s signature. Signature of the author of a letter or epistle.
- Syntax
-
-
USFM:
\sig
content\sig*
-
USX:
<char style="sig">
content</char>
-
- Style Type
- Valid In
-
[BookTitles]
,[BookIntroduction]
,[BookIntroductionEndTitles]
,[Section]
,[Para]
(Body Paragraphs, Poetry),[List]
,[Table]
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Colossians 4.18 (GNT)
\id COL
\c 4
\p
\v 18 With my own hand I write this: \sig Greetings from Paul\sig*.
Do not forget my chains!
\cls May God's grace be with you.
Example 2. Colossians 4.18 (GNT)
<usx version="3.1">
<book code="COL" style="id"/>
<chapter number="4" style="c" sid="COL 4"/>
<para style="p">
<verse number="18" style="v" sid="COL 4:18"/>With my own hand I write this:
<char style="sig">Greetings from Paul</char>. Do not forget my chains!</para>
<para style="cls" vid="COL 4:18">May God's grace be with you.
<verse eid="COL 4:18"/></para>
</usx>
Example 3. Colossians 4.18 (GNT)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "COL",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "4",
"sid": "COL 4"
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "18",
"sid": "COL 4:18"
},
"With my own hand I write this: ",
{
"type": "char",
"marker": "sig",
"content": ["Greetings from Paul"]
},
". Do not forget my chains!"
]
},
{
"type": "para",
"marker": "cls",
"content": ["May God's grace be with you. "]
}
]
}
