f

Summary

Description

Regular translation footnote.

Syntax help
  • USFM: \f caller content\f*

  • USX: <note style="f" @caller>content</note>

    caller *

    Note caller

    • + - Caller should be generated by the translation editor or publishing process.

    • - - No caller.

    • ? - Where ? represents the specific character to be used for the caller.

    content

    Character types for footnotes.

Style Type

Note

Valid In

[BookTitles], [BookIntroduction], [BookIntroductionEndTitles], [ChapterContent], [PeripheralContent]

Added

1.0

Examples

  • USFM

  • USX

Example 1. Mark 1.1 and 1.4 (GNT)
\p
\v 1 This is the Good News about Jesus Christ, the Son of God.\f + \fr 1.1:
\ft Some manuscripts do not have \fq the Son of God.\f*
...
\p
\v 4 So John appeared in the desert, baptizing and preaching.\f + \fr 1.4
\fq John appeared in the desert, baptizing and preaching\ft ; some manuscripts
have \fqa John the Baptist appeared in the desert, preaching.\f* “Turn away
from your sins and be baptized,” he told the people, “and God will forgive
your sins.”
Example 2. Mark 1.1 and 1.4 (GNT)
<para style="p">
  <verse number="1" style="v" sid="MRK 1:1"/>This is the Good News about Jesus
  Christ, the Son of God.<note caller="+" style="f">
    <char style="fr" closed="false">1.1: </char>
    <char style="ft" closed="false">Some manuscripts do not have </char>
    <char style="fq" closed="false">the Son of God.</char></note>
  <verse eid="MRK 1:1"/></para>
...
<para style="p">
  <verse number="4" style="v" sid="MRK 1:4"/>So John appeared in the desert,
  baptizing and preaching.<note caller="+" style="f">
    <char style="fr" closed="false">1.4 </char>
    <char style="fq" closed="false">John appeared in the desert, baptizing and
    preaching</char>
    <char style="ft" closed="false">; some manuscripts have </char>
    <char style="fqa" closed="false">John the Baptist appeared in the desert,
    preaching.</char></note>
  “Turn away from your sins and be baptized,” he told
  the people, “and God will forgive your sins.”<verse eid="MRK 1:4"/></para>
Mark 1.1 (caller) (GNT)
Mark 1.1 and 1.4 (note text) (GNT)

Properties

TextType

NoteText

TextProperties

publishable, vernacular, note

Publication Issues

Discussion

  • We currently allow interspersed text and foonotechars. Do we want to allow this? Or do we say that you can have one text run followed by any number of footnotechars?

  • What do we want to say about WS around a footnote caller? The current model follows PTXprint in requiring a space after the caller.