pr

Summary

Description

Right-aligned paragraph.

  • Recommended use: Text refrain

Syntax help
  • USFM: \pr content

  • USX: <para style="pr">content</para>

Style Type

Paragraph

Valid In

[ChapterContent]

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Deuteronomy 27.15,16,17 (GNT)
\id DEU
\c 27
\p
\v 15 “ ‘God's curse on anyone who makes an idol of stone, wood, or metal and
secretly worships it; the \nd Lord\nd* hates idolatry.’
\pr “And all the people will answer, ‘Amen!’
\p
\v 16 “ ‘God's curse on anyone who dishonors his father or mother.’
\pr “And all the people will answer, ‘Amen!’
\p
\v 17 “ ‘God's curse on anyone who moves a neighbor's property line.’
\pr “And all the people will answer, ‘Amen!’
Example 2. Deuteronomy 27.15,16,17 (GNT)
<usx version="3.1">
  <book code="DEU" style="id"/>
  <chapter number="27" style="c" sid="DEU 27"/>
  <para style="p">
    <verse number="15" style="v" sid="DEU 27:15"/>“ ‘God's curse on anyone who makes
    an idol of stone, wood, or metal and secretly worships it; the <char style="nd">
    Lord</char> hates idolatry.’</para>
  <para style="pr" vid="DEU 27:15">“And all the people will answer, ‘Amen!’
    <verse eid="DEU 27:15"/></para>
  <para style="p">
    <verse number="16" style="v" sid="DEU 27:16"/>“ ‘God's curse on anyone who
    dishonors his father or mother.’</para>
  <para style="pr" vid="DEU 27:16">“And all the people will answer, ‘Amen!’
    <verse eid="DEU 27:16"/></para>
  <para style="p">
    <verse number="17" style="v" sid="DEU 27:17"/>“ ‘God's curse on anyone who moves
    a neighbor's property line.’</para>
  <para style="pr" vid="DEU 27:17">“And all the people will answer, ‘Amen!’
    <verse eid="DEU 27:17"/></para>
</usx>
Example 3. Deuteronomy 27.15,16,17 (GNT)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "DEU",
      "content": []
    },
    {
      "type": "chapter",
      "marker": "c",
      "number": "27",
      "sid": "DEU 27"
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "15",
          "sid": "DEU 27:15"
        },
        "“ ‘God's curse on anyone who makes an idol of stone, wood, or metal and secretly worships it; the ",
        {
          "type": "char",
          "marker": "nd",
          "content": ["Lord"]
        },
        " hates idolatry.’"
      ]
    },
    {
      "type": "para",
      "marker": "pr",
      "content": ["“And all the people will answer, ‘Amen!’"]
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "16",
          "sid": "DEU 27:16"
        },
        "“ ‘God's curse on anyone who dishonors his father or mother.’"
      ]
    },
    {
      "type": "para",
      "marker": "pr",
      "content": ["“And all the people will answer, ‘Amen!’"]
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "17",
          "sid": "DEU 27:17"
        },
        "“ ‘God's curse on anyone who moves a neighbor's property line.’"
      ]
    },
    {
      "type": "para",
      "marker": "pr",
      "content": ["“And all the people will answer, ‘Amen!’"]
    }
  ]
}
Deuteronomy 27.15-17 (GNT)

Properties

TextType

VerseText

TextProperties

paragraph, publishable, vernacular

Publication Issues