What syntax do I need: Copy Bible Verse Logos 9
I can't figure out what code to add to get this style to start new verses with a new paragraph. Here's what I've got. What do I need to add to the style? Tks.
Thessalonians 3:1 Finally, brethren, pray for us that the word of the Lord may spread rapidly and be glorified, just as it did also with you;2 Thessalonians 3:5 And may the Lord direct your hearts into the love of God and into the steadfastness of Christ.Philemon 4–6 I thank my God always, making mention of you in my prayers, because I hear of your love,
Comments
-
I'm not sure what style definition you have at the moment but I think the following gives you what you are looking for
%NoCitation
=ForEachVerse
<p>[FullVerseRef] [VerseText]</p>0 -
I would do it like this if you want individual verse numbers:
%NoFootnotes
%NoCitation=Header
<p><b>[FullPassageRef] ([Version]) </b>
=ForEachVerse
<sup>[VerseNum]</sup>[VerseText]
=Footer
</p>That gives me:
Jude 20–21 (KJV) 20But ye, beloved, building up yourselves on your most holy faith, praying in the Holy Ghost, 21keep yourselves in the love of God, looking for the mercy of our Lord Jesus Christ unto eternal life.
And like this if you don't:%NoFootnotes
%NoCitation=Header
<p><b>[FullPassageRef] ([Version]) </b>
=ForEachVerse
[VerseText]
=Footer
</p>If you don't want the translation short title, just delete ([Version]) from either.
Using Logos as a pastor, seminary professor, and Tyndale author
0 -
Tks, Justin.
Works great. Now, just out of curiosity, how would I get a blank line between paragraphs of multiple verses/paragraphs?
John Hamilton
0 -
Tks Graham,
Now, what command do I insert to get a blank line after each verse displayed?
0 -
John C Hamilton said:
Now, what command do I insert to get a blank line after each verse displayed?
I would add in a set of opening / closing paragraph symbols
=ForEachVerse
<p>[FullVerseRef] [VerseText]</p><p></p>0 -
Thanks Graham. I think I have to adjust the Word doc paragraph settings to get what I want.
Appreciate your time.
Hamilton
0