forked from WycliffeAssociates/en_tm
Add 'translate/file-formats/USFM-Markers/01.md'
This commit is contained in:
parent
82c125beb4
commit
0b739bc9f1
|
@ -0,0 +1,54 @@
|
||||||
|
### Some other common USFM markers are:
|
||||||
|
|
||||||
|
#### USMF Markers at the beginning of every book of the Bible.
|
||||||
|
|
||||||
|
\id SNG Unlocked Literal Bible
|
||||||
|
\ide UTF-8
|
||||||
|
\h Song of Songs
|
||||||
|
\toc1 The Song of Songs
|
||||||
|
\toc2 Song of Songs
|
||||||
|
\toc3 Sng
|
||||||
|
\mt Song of Songs
|
||||||
|
|
||||||
|
|
||||||
|
Sta
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#### Book Titles
|
||||||
|
|
||||||
|
Book titles have the USFM marker "\mt" to show the formatting of the title at the beginning of the book. For example, the book of Genesis has the following line.
|
||||||
|
|
||||||
|
\mt Genesis
|
||||||
|
|
||||||
|
INSERT IMAGE
|
||||||
|
|
||||||
|
#### Headings
|
||||||
|
|
||||||
|
Headings within books have the heading
|
||||||
|
|
||||||
|
|
||||||
|
#### Indents for Poetry
|
||||||
|
|
||||||
|
Indents for poetry have the USFM marker "\q." For example, the second line of Proverbs 1:2 has \q before it to show that it should be indented to the right.
|
||||||
|
|
||||||
|
\c 1
|
||||||
|
\p
|
||||||
|
\v 1 The proverbs of Solomon son of David, the king of Israel.
|
||||||
|
\q
|
||||||
|
\v 2 These proverbs are to teach wisdom and instruction,
|
||||||
|
\q to teach words of insight,
|
||||||
|
|
||||||
|
When a computer program that reads USFM reads this Proverbs 1:1-2, it indents the line marked with "\q".
|
||||||
|
|
||||||
|
INSERT IMAGE
|
||||||
|
|
||||||
|
|
||||||
|
#### Footnotes
|
||||||
|
Example: Mark 16:20
|
||||||
|
\v 20 The disciples left and preached everywhere, while the Lord worked with them and confirmed the word by the signs that went with them.] \f + \ft See the note on Mark 16:9. \f*
|
||||||
|
20 The disciples left and preached everywhere, while the Lord worked with them and confirmed the word by the signs that went with them.] [2]
|
||||||
|
16:20 [2]See the note on Mark 16:9.
|
||||||
|
Quotes
|
||||||
|
Headers
|
Loading…
Reference in New Issue