iex

Summary

Description

Introduction explanatory or bridge text.

  • Recommended use: Explanation of missing book or section in a short Old Testament, or for attribution sentences found at the end of the 14 Pauline Epistles.

Syntax help
  • USFM: \iex content

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

Style Type

Paragraph

Valid In

[BookIntroduction]

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. After Romans 16 (KJV54 - BFBS)
\id ROM
\c 16
\p ...
\v 27 to God only wise, \add be\add* glory through Jesus Christ for ever. Amen.
\iex Written to the Romans from Corinthus, and sent by Phebe servant of the
church at Cenchrea.
Example 2. After Romans 16 (KJV54 - BFBS)
<usx version="3.1">
  <book code="ROM" style="id"/>
  <chapter number="16" style="c" sid="ROM 16"/>
  <para style="p">... <verse number="27" style="v" sid="ROM 16:27"/>to God only
    wise, <char style="add">be</char> glory through Jesus Christ for ever. Amen.
    <verse eid="ROM 16:27"/></para>
  <para style="iex">Written to the Romans from Corinthus, and sent by Phebe servant
    of the church at Cenchrea.</para>
</usx>
Example 3. After Romans 16 (KJV54 - BFBS)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "ROM",
      "content": []
    },
    {
      "type": "chapter",
      "marker": "c",
      "number": "16",
      "sid": "ROM 16"
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        "...",
        {
          "type": "verse",
          "marker": "v",
          "number": "27",
          "sid": "ROM 16:27"
        },
        "to God only wise,",
        {
          "type": "char",
          "marker": "add",
          "content": ["be"]
        },
        "glory through Jesus Christ for ever. Amen."
      ]
    },
    {
      "type": "para",
      "marker": "iex",
      "content": [
        "Written to the Romans from Corinthus, and sent by Phebe servant of the church at Cenchrea."
      ]
    }
  ]
}
missing

Properties

TextType

Other

TextProperties

paragraph, publishable, vernacular

Publication Issues