Looking at the OSIS->RTF filter it looks like it should work:
if (type == "bold" || type == "b" || type == "x-b")
outText("{\\b1 ", buf, u);
else// all other types
outText("{\\i1 ", buf, u);
If you have a chance, give the latest beta a try and let me know
(details in previous email
Hi Johan,
On Mon, Jul 18, 2011 at 6:40 PM, Johan Marais (joha...@absa.co.za) <
joha...@absa.co.za> wrote:
> Good morning,
>
> I hope someone could assist.
>
> I am busy marking up The Scriptures 2009 and I notice discrepancies with
> regards to displaying bold in BPBible and The SWORD Project for
Good morning,
I hope someone could assist.
I am busy marking up The Scriptures 2009 and I notice discrepancies with
regards to displaying bold in BPBible and The SWORD Project for Windows.
I used the following (as per the OSIS manual) to show bold = bold, but it shows as italics.
Portions mark