Copy Verse Format

ASUNDER
ASUNDER Member Posts: 259 ✭✭✭

In the copy style builder, how do I get rid of the verse in the header, just having the chapter?

Format.png

And how to get rid of the half new paragraph space, butting up the text under the header?

So it would end up as:

John 3:
16 For God so loved the world …

Comments

  • Graham Criddle
    Graham Criddle MVP Posts: 33,272

    Try this:

    %NoRedLetter
    %NoFootnotes
    %NoCitation

    =Header

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

    =Footer

    <p>[FullBookName] [ChapterNum]:</p><p>

    image.png
  • ASUNDER
    ASUNDER Member Posts: 259 ✭✭✭

    Ok, thank you.
    I modified yours. This code seems to be working.

    %NoRedLetter
    %NoFootnotes
    %NoCitation
    %NoParFormatting
    %NoCharFormatting

    =Header

    <p>[FullBookName] [ChapterNum]:</p><p>
    =ForEachVerse
    <b>[VerseNum]</b> [VerseText]

    John 3:
    16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.

    I wonder if there is a four character short book style. Some book names are too long, but "Jn" for John is too short.
    Would be nice to configure each book based on a four letter customized short name.

  • ASUNDER
    ASUNDER Member Posts: 259 ✭✭✭

    I can't seem to get rid of the paragraph spacing between lines.
    On this forum between verses 16 and 17 for example, it works, but most places it doesn't. And the space after the header, I don't want there. ?

    John 3:

    16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.
    17 For God sent not his Son into the world to condemn the world; but that the world through him might be saved.

  • Joey Midgett
    Joey Midgett Member Posts: 266 ✭✭✭

    The spacing is a bug that should be fixed in v40 which should come out this week.