John Y Cherny is out of the office.

2008-09-22 Thread John . Y . Cherny
I will be out of the office starting 09/20/2008 and will not return until 09/29/2008. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

How to add space between words

2008-09-22 Thread Ashish Kulkarni
Hi I need to print text like My Name is ABC So i have fo:block My Name isfo:inline space-before=3mm margin-left=3mm font-size=6pt ABC/fo:inline /fo:block When i print PDF, i get My Name is ABC without any gap beween is and ABC How can i add space between words

RE: How to add space between words

2008-09-22 Thread Amick, Eric
The easiest way is probably with fo:leader fo:block My name isfo:leader leader-length=3mm/ABC /fo:block Eric Amick Legislative Computer Systems Office of the Clerk From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 11:36 To:

Re: How to add space between words

2008-09-22 Thread Louis . Masters
How about a low-tech way: My Name is nbsp;nbsp;nbsp;nbsp;nbsp; ABC where nbsp is #160; Ashish Kulkarni [EMAIL PROTECTED] wrote on 09/22/2008 11:35:39 AM: Hi I need to print text like My Name is ABC So i have fo:block My Name isfo:inline space-before=3mm margin-left=3mm

Re: How to add space between words

2008-09-22 Thread Philip V
I believe you can also preserve whitespace: fo:block white-space-collapse=false input: paraThis is my name Phil/para output: This is my name Phil HTH, Phil -- View this message in context:

Problem with fo:block backgrounds on greyscale printer

2008-09-22 Thread Brad Smith
Hello all, I have a document that has notes scattered throughout, which are presented in little boxes with a light-grey background. The xslfo for them looks like this: fo:block background-color=#ee margin=10px padding=10px padding-bottom=5px

Re: Problem with fo:block backgrounds on greyscale printer

2008-09-22 Thread Andreas Delmelle
On Sep 22, 2008, at 20:54, Brad Smith wrote: Hi snip / When I print one of these on a color printer, the grey box looks perfect, but if I print it on a greyscale printer, the box has no background at all. Is there a more universal way I should be describing the background than #ee? You

Re: Problem with fo:block backgrounds on greyscale printer

2008-09-22 Thread Brad Smith
That seem to have worked. Thanks! On Mon, Sep 22, 2008 at 3:13 PM, Andreas Delmelle [EMAIL PROTECTED] wrote: On Sep 22, 2008, at 20:54, Brad Smith wrote: Hi snip / When I print one of these on a color printer, the grey box looks perfect, but if I print it on a greyscale printer, the box