Help To Wean off ZipScript

xnman
xnman Member Posts: 2,990 ✭✭✭
edited November 2024 in English Forum

I have been a faithful fan of WordSearch ZipScript.  I got to thinking I may loose ZipScript one day because I have come to the conclusion that Logos is not going to update it. So I have to learn CopyVerse.... 

So I built a style in Word called LogosBibleVerse to change the font from Logos Calibri to Times New Roman and saved it in Word ....

07-02-2024-03-57-05


Then I build the following file in CopyVerse:

---------------------------------  

%NoCharFormatting
%NoRedLetter
%NoFootnotes
%NoCitation

%ForEachVerseStyle=LogosBibleVerse

=Header
<p>“<i>

=ForEachVerse
<sup>[VerseNum]</sup> <i>[VerseText]

=Footer
</i>” - [FullPassageRef]</p>

-----------------------------------

But when I copy verses in CopyVerse as Styled and paste in Word ... the passage still comes up in Calibri.  

My question is... what did I do wrong? 

xn = Christan man=man -- Acts 11:26 "....and the disciples were first called Christians in Antioch".

Barney Fife is my hero! He only uses an abacus with 14 rows!

Comments

  • Wolfgang Schneider
    Wolfgang Schneider Member Posts: 683 ✭✭✭

    xnman said:

    Then I build the following file in CopyVerse:

    ---------------------------------  

    %NoCharFormatting
    %NoRedLetter
    %NoFootnotes
    %NoCitation

    %ForEachVerseStyle=LogosBibleVerse

    =Header
    <p>“<i>

    =ForEachVerse
    <sup>[VerseNum]</sup> <i>[VerseText]

    =Footer
    </i>” - [FullPassageRef]</p>

    -----------------------------------

    But when I copy verses in CopyVerse as Styled and paste in Word ... the passage still comes up in Calibri.  

    My question is... what did I do wrong? 

    I suspect this is caused by the placing of your <p> and </p> tags. Your defined LogosBibleVerse Word style for the ForEachVerse section doesn't show because it is placed  "inside" your <p> .... </p> paragraph opened in Header and closed in Footer section. 

    Wolfgang Schneider

    (BibelCenter)

  • Doc B
    Doc B Member Posts: 3,693 ✭✭✭

    xnman said:

    and paste in Word

    I think this is a MS Word issue rather than a Logos issue.

    Which paste are you using? There should be three choices...keep source, merge, or text only.  Usually, one of those choices will follow what was copied.

    You can cheat by changing the Word font to TNR in the space directly in front of where you are pasting as well.

    Eating a steady diet of government cheese, and living in a van down by the river.

  • xnman
    xnman Member Posts: 2,990 ✭✭✭

    Doc B said:

    xnman said:

    and paste in Word

    I think this is a MS Word issue rather than a Logos issue.

    Which paste are you using? There should be three choices...keep source, merge, or text only.  Usually, one of those choices will follow what was copied.

    You can cheat by changing the Word font to TNR in the space directly in front of where you are pasting as well.

    didn't think of that.... old habits lol.....  Thanks

    Edit: Paste #2 (merge) did the trick. Works great!  Thanks.

    xn = Christan man=man -- Acts 11:26 "....and the disciples were first called Christians in Antioch".

    Barney Fife is my hero! He only uses an abacus with 14 rows!

  • Wolfgang Schneider
    Wolfgang Schneider Member Posts: 683 ✭✭✭

    xnman said:

    Edit: Paste #2 (merge) did the trick. Works great!  Thanks.

    Using the "Copy and Paste" option in CBV (rather than the "Copy" option + manually pasting in Word) also worked.

    Wolfgang Schneider

    (BibelCenter)

  • xnman
    xnman Member Posts: 2,990 ✭✭✭

    Thanks.  I figured I am going to lose ZipScript.... so better learn now... I do love ZipScript though.... 

    xn = Christan man=man -- Acts 11:26 "....and the disciples were first called Christians in Antioch".

    Barney Fife is my hero! He only uses an abacus with 14 rows!