h

Summary

Description

Running header text.

Syntax help
  • USFM: \h content

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

Style Type

Paragraph

Valid In

[BookHeaders]

Added

1.0

Updated

3.0

  • Deprecated h# syntax. It is no longer recommended to use the numbered variable syntax h#, where the variable # represented components or 'levels' of text for the running header (e.g. inside, outside, or sub-division/section etc.).

Examples

  • USFM

  • USX

  • USJ

Example 1. Matthew (GNT)
\id MAT
\h Matthew
Example 2. Matthew (GNT)
<usx version="3.1">
  <book code="MAT" style="id"/>
  <para style="h">Matthew</para>
</usx>
Example 3. Matthew (GNT)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "MAT",
      "content": []
    },
    {
      "type": "para",
      "marker": "h",
      "content": ["Matthew"]
    }
  ]
}
Matthew (GNT)

Properties

TextType

Other

TextProperties

paragraph, publishable, vernacular

Publication Issues