I absolutely LOVE having Word styles available in Copy Bible Verses. Thank you Logos team!!
The styles work great as long as the header, verses, and footer are each in separate paragraphs, but I run into problems when the the Header and Verses are all combined into a single paragraph. In that case, no style is assigned, and the Word "normal" style is attached by default. For example, I am trying to copy a passage of multiple verses with the entire output (header and verses) as a SINGLE paragraph. There is a line break after the header, but not a paragraph break. This allows the entire passage to be moved around in the document as a single paragraph, rather than as two paragraphs. For example, I am copying and pasting all of the following as one single paragraph:
<!--
p.Scripture, li.Scripture, div.Scripture
{mso-style-name:"Scripture";
mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-link:"Scripture Char";}
span.ScriptureChar
{mso-style-name:"Scripture Char";
mso-style-unhide:no;
mso-style-locked:yes;
mso-style-link:"Scripture";}
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:"";
margin-top:0in;
margin-right:0in;
margin-bottom:10.0pt;
margin-left:0in;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
{mso-style-noshow:yes;
mso-style-priority:99;
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Calibri","sans-serif";}
-->
1 Kings 6:1–3
1 In the four hundred and eightieth year after the Israelites had come out of Egypt, in the fourth year of Solomon’s reign over Israel, in the month of Ziv, the second month, he began to build the temple of the Lord. 2 The temple that King Solomon built for the Lord was sixty cubits long, twenty wide and thirty high. 3 The portico at the front of the main hall of the temple extended the width of the temple, that is twenty cubits, and projected ten cubits from the front of the temple.
I want to assign this paragraph with the Style "scripture", and have the following syntax:
%NoFootnotes
%NoCitation
%HeaderStyle=Scripture
%ForEachVerseStyle=Scripture
%FooterStyle=Scripture
=Header
<p><i><b>[FullPassageRef]
</b></i>
=ForEachVerse
<sup><b>[VerseNum]</b></sup> [VerseText]
=Footer
</p>
I've tried assigning the "Scripture" style to HeaderStyle alone, FooterStyle alone, and ForEachVerseStyle alone, as well as to all three at once (as in the syntax above), but in every case I simply get Word's "normal" style attached to the paragraph when I copy and paste.
Thanks for your attention to this problem.