In your OSIS example you start out with both columns being aligned horizontally. After a section head they are out of alignment.
In printing Bibles that is a problem.
Background: When printing Bibles on thin paper it is distracting if you see text from opposite side. The process is called backing. You must carefully control the interline spacing and font sizes so that running text from the back matches the running text on the front. Alignment across columns is required in order to achieve that. Headings/Chapter numbers are okay to take up 2 or 3 lines but everything is a multiple of a line.
I am having a similar problem.
The running text is 11/13
@page {
marks: crop cross ;
size: 6in 9in portrait;
margin: 2pc 5pc 2pc 4pc;
font: 11pt/13pt Gentium, Georgia, serif;
}
h3.book {
font-size: 10pt;
text-height: 13pt;
text-align: left;
margin: 0;
padding: 13pt 0 0 0;
string-set: h3;
}
h3.parallelPassage {
font-size: 9pt;
text-height: 13pt;
text-align: left;
margin: 0;
padding: 0;
}
I have different font size for section head (h3.book) but the same line height as running text. But I am off horizontal alignment.
How do I fix this?
In printing Bibles that is a problem.
Background: When printing Bibles on thin paper it is distracting if you see text from opposite side. The process is called backing. You must carefully control the interline spacing and font sizes so that running text from the back matches the running text on the front. Alignment across columns is required in order to achieve that. Headings/Chapter numbers are okay to take up 2 or 3 lines but everything is a multiple of a line.
I am having a similar problem.
The running text is 11/13
@page {
marks: crop cross ;
size: 6in 9in portrait;
margin: 2pc 5pc 2pc 4pc;
font: 11pt/13pt Gentium, Georgia, serif;
}
h3.book {
font-size: 10pt;
text-height: 13pt;
text-align: left;
margin: 0;
padding: 13pt 0 0 0;
string-set: h3;
}
h3.parallelPassage {
font-size: 9pt;
text-height: 13pt;
text-align: left;
margin: 0;
padding: 0;
}
I have different font size for section head (h3.book) but the same line height as running text. But I am off horizontal alignment.
How do I fix this?
Jim Albright
Wycliffe Bible Translators