im
Summary
- Description
-
Introduction continuation (margin) paragraph.
- Syntax
-
-
USFM:
\im
content -
USX:
<para style="im">
content</para>
-
- Style Type
- Valid In
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Introduction to the GCEV
\id FRT
\imt1 Preface:
\is1 A Word about the Contemporary English Version
\imi \em Translation it is that opens the window, to let in the light; that
breaks the shell, that we may eat the kernel; that puts aside the curtain,
that we may look into the most holy place; that removes the cover of the well,
that we may come by the water.\em* (“The Translators to the Reader,” King
James Version, 1611).
\im The most important document in the history of the English language is the
\bk King James Version\bk* of the Bible...
Example 2. Introduction to the GCEV
<usx version="3.1">
<book code="FRT" style="id"/>
<para style="imt1">Preface:</para>
<para style="is1">A Word about the Contemporary English Version</para>
<para style="imi">
<char style="em">Translation it is that opens the window, to let in the
light; that breaks the shell, that we may eat the kernel; that puts aside
the curtain, that we may look into the most holy place; that removes the
cover of the well, that we may come by the water.</char> (“The Translators
to the Reader,” King James Version, 1611).</para>
<para style="im">The most important document in the history of the English
language is the <char style="bk">King James Version</char> of the Bible...
</para>
</usx>
Example 3. Introduction to the GCEV
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "FRT",
"content": []
},
{
"type": "para",
"marker": "imt1",
"content": ["Preface:"]
},
{
"type": "para",
"marker": "is1",
"content": ["A Word about the Contemporary English Version"]
},
{
"type": "para",
"marker": "imi",
"content": [
{
"type": "char",
"marker": "em",
"content": [
"Translation it is that opens the window, to let in the light; that breaks the shell, that we may eat the kernel; that puts aside the curtain, that we may look into the most holy place; that removes the cover of the well, that we may come by the water."
]
},
" (“The Translators to the Reader,” King James Version, 1611)."
]
},
{
"type": "para",
"marker": "im",
"content": [
"The most important document in the history of the English language is the",
{
"type": "char",
"marker": "bk",
"content": ["King James Version"]
},
" of the Bible... "
]
}
]
}
