Help with Custom "Copy Bible Verses" Syntax
I'm trying to create a CBV style that includes the whole passage reference, but the Help file does not reveal how to do this. I have got the following so far
[quote]%NoCharFormatting
%NoRedLetter
%NoFootnotes
%NoCitation
%CopyAllText
[FullPassageRef]
=ForEachVerse
[VerseText]
But [FullPassageRef] does not work where it is placed.
Has anyone discovered how to do this? I tried to find the inbuilt styles to compare, but can't find the source files.
Thanks
Richard
Comments
-
Are you trying to get the full passage reference at the beginning of the copied text, or repeated for each verse?
That is:
Judges 3:20–21
And Ehud came to him as he was sitting alone in his cool roof chamber. And Ehud said, “I have a message from God for you.” And he arose from his seat. And Ehud reached with his left hand, took the sword from his right thigh, and thrust it into his belly.
or
Judges 3:20 And Ehud came to him as he was sitting alone in his cool roof chamber. And Ehud said, “I have a message from God for you.” And he arose from his seat.
Judges 3:21 And Ehud reached with his left hand, took the sword from his right thigh, and thrust it into his belly.
?
0 -
Thanks ... Ideally I'd like it once, at the end, on a new line, in brackets, so
<Passage text>
(Ref)Cheers
Richard0 -
This should get you started:
%NoCharFormatting
%NoRedLetter
%NoFootnotes
%NoCitation=ForEachVerse
<p>[VerseText]</p>=Footer
<p><b>[FullPassageRef]</b>
([Version])</p>0 -
Great - it was the "=Footer" syntax I was looking for, to shove the reference after the verse text.
Thanks
Richard0