sillsdev / ptx2pdf

XeTeX based macro package for typesetting USFM formatted (Paratext output) scripture files
21 stars 7 forks source link

Range selection issue (misses pictures and format settings) #891

Closed davidc86 closed 11 months ago

davidc86 commented 11 months ago

Here are the ranges we need: LUK 1:26-38 MAT 1:18-24 LUK 2:1-20 MAT 2:1-12

PTXprint now does allow these to print one after the other. (woohoo!)

But coming to the chapter 2 segments, it formats these wrong (conjoining v1 with the \mt), so not seeing the section heading or reference lines. Instead we get this: image

And NO PICTURES. (weird)

But if I set the range to LUK 2:0-20, then we get this:

image

AND we get PICTURES.

Related problems: The first set of ranges (LUK 1:26-38 etc.) for some reason DOES successfully pick up the \s1 and \sr and \r and \p fields before \v26, but 1) NO pictures in either of the mid-chapter segments (LUK 1:26-38 MAT 1:18-24). 2) NOT tracking the chapter number, so the Header says "Lukas 0"

davidc86 commented 11 months ago

Duplicate