[sword-devel] transChange within a rdg element

2016-02-05 Thread David Haslam
Something that DM and I have mooted. When transChange is used within a rdg element (i.e. inside a note), and since SWORD renders text within a rdg as italics, then the text within the transChange ought ideally to be rendered as normal type in order to maintain the contrast with the other text

Re: [sword-devel] transChange within a rdg element

2016-02-05 Thread Greg Hellings
At this point, I believe that SWORD hands off styling like that to the app to do with CSS (for those apps using HTML output). Does it not? I don't thin it's using or , although I could be wrong. --Greg On Fri, Feb 5, 2016 at 10:26 AM, David Haslam wrote: > Something that

Re: [sword-devel] transChange within a rdg element

2016-02-05 Thread DM Smith
At this point the code (osisxhtml) says: if ((type == "added") || (type == "supplied")) outText("", buf, u); else if (type == "tenseChange") buf += "*"; Note: supplied is not a valid value for transChange and probably represents an earlier OSIS text. It really bother’s

Re: [sword-devel] transChange within a rdg element

2016-02-05 Thread DM Smith
SVN head. > On Feb 5, 2016, at 12:32 PM, Peter Von Kaehne wrote: > > is this in svn head? Or simply a release? > > Peter > > Gesendet: Freitag, 05. Februar 2016 um 17:10 Uhr > Von: "DM Smith" > An: "SWORD Developers' Collaboration Forum"

Re: [sword-devel] transChange within a rdg element

2016-02-05 Thread Peter Von Kaehne
I must have left it untouched. Sorry. Will fix.   Gesendet: Freitag, 05. Februar 2016 um 17:37 Uhr Von: "DM Smith" An: "SWORD Developers' Collaboration Forum" Betreff: Re: [sword-devel] transChange within a rdg element SVN head.   On Feb 5,

Re: [sword-devel] transChange within a rdg element

2016-02-05 Thread DM Smith
Thanks! I did a quick read of the source looking for other problems. Not seeing anything obvious. While you have the patient open, would you also add support for to at least put it on a next line? Outputting it as a would be one way to do this. Right now these non-canonical pieces of text are

Re: [sword-devel] transChange within a rdg element

2016-02-05 Thread Peter Von Kaehne
is this in svn head? Or simply a release?   Peter   Gesendet: Freitag, 05. Februar 2016 um 17:10 Uhr Von: "DM Smith" An: "SWORD Developers' Collaboration Forum" Betreff: Re: [sword-devel] transChange within a rdg element At this point the

Re: [sword-devel] diatheke missing bibletext.cls and sword.sty

2016-02-05 Thread Peter von Kaehne
$495 for a desktop licence Sent from my phone. Apologies for brevity and typos.On 5 Feb 2016 8:17 am, David Haslam wrote: > > If you have the OSIS XML source file, why not use Prince XML to create the > PDF for printing a Bible? > > Or do you only have the module and

Re: [sword-devel] diatheke missing bibletext.cls and sword.sty

2016-02-05 Thread David Haslam
If you have the OSIS XML source file, why not use Prince XML to create the PDF for printing a Bible? Or do you only have the module and not the source text? http://www.princexml.com/ Although the first page mentions HTML, the samples page gives an example for OSIS.

Re: [sword-devel] diatheke missing bibletext.cls and sword.sty

2016-02-05 Thread Peter von Kaehne
Prince Whatnot is not open source. It is also a fairly rubbish output. Sent from my phone. Apologies for brevity and typos.On 5 Feb 2016 8:17 am, David Haslam wrote: > > If you have the OSIS XML source file, why not use Prince XML to create the > PDF for printing a

Re: [sword-devel] diatheke missing bibletext.cls and sword.sty

2016-02-05 Thread Brian Jolly
Thanks Guys, I am really trying to stick with the free and open set of tools (sword/diatheke/LaTeX). Peter, thanks for your work on the filters. Are any of the LaTeX support files shareable even outside of SVN? Feel free to contact me off list if that's more appropriate. On Fri, Feb 5, 2016

Re: [sword-devel] diatheke missing bibletext.cls and sword.sty

2016-02-05 Thread Michael H
Brian, You'll run into issues trying to build a Bible in Latex. Simon Cozens did, and decided to fix it. Resulting in Sile. (That's a stretch and mangled history, but theres a bit of truth in there.) Sile is free and open source and is designed to produce printed books, with Bibles in mind.