[docbook-apps] Renaming role attribute for epub

2011-07-08 Thread redlettucemail
For epub transforming, there is coding in epub docbook.xsl for book cover images of: d:imageobject[@role='front-large'] I would like to use an attribute role='epub' in my markup. If I change the imageobject role value to 'epub', how do I then remap that back to 'front-large' so the stylesheet wo

Re: [docbook-apps] Alternatives to MS Arial Unicode for PDF output?

2011-07-08 Thread maxwell
On Fri, 8 Jul 2011 12:05:56 EDT, deannel...@aol.com wrote: > We use DejaVu fonts that are freely available from > _http://dejavu-fonts.org/_ (http://dejavu-fonts.org/) > > They have several unicode fonts that incorporate almost all of the unicode > sets. > ... >> From: Ron Catterall >> ... >

Re: [docbook-apps] Table reading order in right-to-left languages

2011-07-08 Thread Peter Desjardins
Ah, thanks! I was failing to distinguish between input and output. So my code does not need to care how a browser presents the sequence of columns. Peter On Fri, Jul 8, 2011 at 12:10 PM, Bob Stayton wrote: > Hi Peter, >> >> I assume that the columns in a table used in a right-to-left language >

Re: [docbook-apps] Table reading order in right-to-left languages

2011-07-08 Thread Bob Stayton
Hi Peter, I assume that the columns in a table used in a right-to-left language would be ordered sequentially from the right to the left. Can anyone confirm or deny that? If I understand you correctly, I think I can confirm it. Actually, it is important to distinguish between the input and th

Re: [docbook-apps] Alternatives to MS Arial Unicode for PDF output?

2011-07-08 Thread DeanNelson
Paul, We use DejaVu fonts that are freely available from _http://dejavu-fonts.org/_ (http://dejavu-fonts.org/) They have several unicode fonts that incorporate almost all of the unicode sets. I have found them very clean and they are continually maintained as well. Regards, Dean Nelson

[docbook-apps] Alternatives to MS Arial Unicode for PDF output?

2011-07-08 Thread Paul DuBois
As has been noted on this list, the MS Arial Unicode font is not freely downloadable. For example, from last year: > From: Ron Catterall > Date: June 7, 2010 10:06:34 AM CDT > To: Bob Stayton , docbook-apps > > Subject: Re: [docbook-apps] Font problem - need 2 font files in Docbook > Reply-To:

[docbook-apps] Table reading order in right-to-left languages

2011-07-08 Thread Peter Desjardins
Hi, I am writing a customization to add HTML table cell attributes for accessibility. Specifically, I am trying to write some logical rules for associating body cells with header cells. Some of the logic I am considering depends on the column sequence number. I assume that the columns in a table u