ipr
Summary
- Description
-
Introduction right-aligned paragraph.
- Syntax
-
-
USFM:
\ipr
content -
USX:
<para style="ipr">
content</para>
-
- Style Type
- Valid In
- Added
-
1.0
Examples
-
USFM
-
USX
-
USX
Example 1. Introduction to Genesis (CEV)
\id GEN
\ip ... One of these brothers, Joseph, had become the governor of Egypt.
But Joseph knew that God would someday keep his promise to his people:
\ib
\ipq Before Joseph died, he told his brothers, “I won't live much longer.
But God will take care of you and lead you out of Egypt to the land he
promised Abraham, Isaac, and Jacob.”
\ipr (50.24)
\iot A QUICK LOOK AT THIS BOOK
...
Example 2. Introduction to Genesis (CEV)
<usx version="3.1">
<book code="GEN" style="id"/>
<para style="ip">... One of these brothers, Joseph,
had become the governor of Egypt. But Joseph knew that God would someday keep
his promise to his people: </para>
<para style="ib"/>
<para style="ipq">Before
Joseph died, he told his brothers, “I won't live much longer. But God will take
care of you and lead you out of Egypt to the land he promised Abraham, Isaac,
and Jacob.”</para>
<para style="ipr">(50.24)</para>
<para style="iot">A QUICK LOOK
AT THIS BOOK</para> ...
</usx>
Example 3. Introduction to Genesis (CEV)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "GEN",
"content": []
},
{
"type": "para",
"marker": "ip",
"content": [
"... One of these brothers, Joseph, had become the governor of Egypt. But Joseph knew that God would someday keep his promise to his people:"
]
},
{
"type": "para",
"marker": "ib",
"content": []
},
{
"type": "para",
"marker": "ipq",
"content": [
"Before Joseph died, he told his brothers, “I won't live much longer. But God will take care of you and lead you out of Egypt to the land he promised Abraham, Isaac, and Jacob.”"
]
},
{
"type": "para",
"marker": "ipr",
"content": ["(50.24)"]
},
{
"type": "para",
"marker": "iot",
"content": ["A QUICK LOOK AT THIS BOOK"]
},
" ... "
]
}
