bk
Summary
- Description
-
Quoted book title.
- Syntax
-
-
USFM:
\bk
content\bk*
-
USX:
<char style="bk">
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. Introduction to Mark (GNT)
\id MRK
\mt1 The Acts
\mt2 of the Apostles
\is Introduction
\ip \bk The Acts of the Apostles\bk* is a continuation of \bk The Gospel
according to Luke\bk* Its chief purpose is to tell how Jesus' early followers,
led by the Holy Spirit, spread the Good News about him “in Jerusalem, in all
of Judea and Samaria, and to the ends of the earth” (1.8).
Example 2. Introduction to Mark (GNT)
<usx version="3.1">
<book code="MRK" style="id"/>
<para style="mt1">The Acts</para>
<para style="mt2">of the Apostles</para>
<para style="is">Introduction</para>
<para style="ip">
<char style="bk">The Acts of the Apostles</char> is a continuation of
<char style="bk">The Gospel according to Luke</char> Its chief purpose is to tell
how Jesus' early followers, led by the Holy Spirit, spread the Good News about
him “in Jerusalem, in all of Judea and Samaria, and to the ends of the earth”
(1.8).</para>
</usx>
Example 3. Introduction to Mark (GNT)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "MRK",
"content": []
},
{
"type": "para",
"marker": "mt1",
"content": ["The Acts"]
},
{
"type": "para",
"marker": "mt2",
"content": ["of the Apostles"]
},
{
"type": "para",
"marker": "is",
"content": ["Introduction"]
},
{
"type": "para",
"marker": "ip",
"content": [
{
"type": "char",
"marker": "bk",
"content": ["The Acts of the Apostles"]
},
" is a continuation of ",
{
"type": "char",
"marker": "bk",
"content": ["The Gospel according to Luke"]
},
" Its chief purpose is to tell how Jesus' early followers, led by the Holy Spirit, spread the Good News about him “in Jerusalem, in all of Judea and Samaria, and to the ends of the earth” (1.8)."
]
}
]
}
