Re: Small error to the documentation

2012-07-18 Thread Chris Bowditch

On 14/07/2012 22:14, Glenn Adams wrote:

Hi Glenn,

I've moved this discussion to fop-dev as its now more relevant there.

the source for this file is 
under src/documentation/content/xdocs/compliance.ihtml; you can create 
a bug attaching a patch, or if it is a simple change, just send the 
diff or describe it in an email


Actually the changes you made to update the documentation for the 1.1 
release don't appear to have yet been merged back to trunk. This error 
only exists in the 1.1 branch. I have committed a fix to the 1.1 branch 
in revision: 1362810, but this raises the question on when the changes 
for the 1.1 documentation will be merged back to trunk?


Thanks,

Chris



On Sat, Jul 14, 2012 at 12:08 PM, polymorphisme 
mailto:webmas...@polymorphisme.org>> wrote:


Hi,

I have see an error to the documentation :
http://xmlgraphics.apache.org/fop/compliance.html#fo-property-script

How can I do a patch to the documentation ?

Regards.

--
View this message in context:

http://apache-fop.1065347.n5.nabble.com/Small-error-to-the-documentation-tp36342.html
Sent from the FOP - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail:
fop-users-unsubscr...@xmlgraphics.apache.org

For additional commands, e-mail:
fop-users-h...@xmlgraphics.apache.org







-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



writing-mode="rl", bidi-override etc

2012-07-18 Thread Jim Quest
hi,

in left-to-right languages, we display 1 / 2 (i.e. page 1 of 2 pages).
in right-to-left languages, it should also do 1 / 2, and it does if
1 / 2 

however, if it is  / ,

it displays (in right-to-left languages), 2 / 1 instead of 1 / 2

i have tried forcing it, using  to no
avail

it is the expected behaviour?

james


RE: writing-mode="rl", bidi-override etc

2012-07-18 Thread Robert Meyer

Hi James,

>From reading the XSL specification (http://www.w3.org/TR/xsl/#direction), it 
>states:

"For the 'direction' property to have any effect on inline-level
elements, the 'unicode-bidi' property's value must be 'embed' or
'override'. "

e.g. 

If you try that and are still having the same behaviour, would it be possible 
for you to reply with an example FO showing the problem.

Regards,

Robert Meyer

Date: Wed, 18 Jul 2012 11:23:36 +0100
Subject: writing-mode="rl", bidi-override etc
From: quest.ja...@gmail.com
To: fop-users@xmlgraphics.apache.org

hi,

in left-to-right languages, we display 1 / 2 (i.e. page 1 of 2 pages).
in right-to-left languages, it should also do 1 / 2, and it does if 
1 / 2 

however, if it is  / ,



it displays (in right-to-left languages), 2 / 1 instead of 1 / 2

i have tried forcing it, using  to no avail

it is the expected behaviour?

james
  

Re: writing-mode="rl", bidi-override etc

2012-07-18 Thread Glenn Adams
On Wed, Jul 18, 2012 at 7:07 AM, Robert Meyer  wrote:

>  Hi James,
>
> From reading the XSL specification (http://www.w3.org/TR/xsl/#direction),
> it states:
>
> "For the 'direction' property to have any effect on inline-level elements,
> the 'unicode-bidi' property's value must be 'embed' or 'override'. "
>
> e.g. 
>

I think what you want to do here is create a LTR embedding context, as
opposed to overriding the inherent directionality of the characters (which
is what the above does). So you should use:


/ 

You can also do the same thing using explicit Unicode BIDI control
characters LRE and PDF:

‪ / ‬

See [1] and [2] for more info.

[1]
http://xmlgraphics.apache.org/fop/1.1rc1/complexscripts.html#bidi_override_element
[2]
http://xmlgraphics.apache.org/fop/1.1rc1/complexscripts.html#bidi_controls

If you try that and are still having the same behaviour, would it be
> possible for you to reply with an example FO showing the problem.
>
> Regards,
>
> Robert Meyer
>
> --
> Date: Wed, 18 Jul 2012 11:23:36 +0100
> Subject: writing-mode="rl", bidi-override etc
> From: quest.ja...@gmail.com
> To: fop-users@xmlgraphics.apache.org
>
>
> hi,
>
> in left-to-right languages, we display 1 / 2 (i.e. page 1 of 2 pages).
> in right-to-left languages, it should also do 1 / 2, and it does if
> 1 / 2 
>
> however, if it is  /  ref-id="endofdoc"/>,
>
> it displays (in right-to-left languages), 2 / 1 instead of 1 / 2
>
> i have tried forcing it, using  to no
> avail
>
> it is the expected behaviour?
>
> james
>


Fonts not found in Red Hat Linux

2012-07-18 Thread Roberto Cahanap
Hello,

We were working in a Windows Server environment but now we have to port our 
application to Linux.

We are getting a font not found warning when we generate the PDF.

We have the config for FOP to auto-detect, and this was working fine in Windows.

Our Linux admin installed the fonts in the following directory: /usr/share/fonts

What can we do to fix this issue?

Thanks for your replies.

Roberto Cahanap
Developer, Reporting Department
Bio-Reference Laboratories, Inc.
Phone: 800-229-5227 x8499
Cell: 201-693-0132
Fax: 201-475-0344
Email: rcaha...@bioreference.com

The information transmitted in this email and any of its attachments is 
intended only for the person or entity to which it is addressed and may contain 
BioReference Laboratories proprietary information, which is privileged, 
confidential, or subject to copyright belonging to BioReference Laboratories. 
Any review, retransmission, dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited and may be unlawful. If you received this in 
error, please contact the sender immediately and delete and destroy the 
communication and all of the attachments you have received and all copies 
thereof.


RE: Fonts not found in Red Hat Linux

2012-07-18 Thread Roberto Cahanap
Hi Rob! Thanks for responding.

I am a total Linux newbie. The only thing I know is the regular commands to 
change directory, etc.

I found out online how to find the version. We are using:
Red Hat Enterprise Linux Server release 6.1 (Santiago)

I don't know how to start the config manager.

Let me look online to see how I can run this config manager.

-Roberto

From: Rob Sargent [mailto:rsarg...@xmission.com]
Sent: Wednesday, July 18, 2012 2:31 PM
To: fop-users@xmlgraphics.apache.org
Subject: Re: Fonts not found in Red Hat Linux

Welcome to linux.  Start the config manager (synaptic maybe, you don't save 
which flavor) and look for "msfont"

On 07/18/2012 12:27 PM, Roberto Cahanap wrote:
Hello,

We were working in a Windows Server environment but now we have to port our 
application to Linux.

We are getting a font not found warning when we generate the PDF.

We have the config for FOP to auto-detect, and this was working fine in Windows.

Our Linux admin installed the fonts in the following directory: /usr/share/fonts

What can we do to fix this issue?

Thanks for your replies.



The information transmitted in this email and any of its attachments is 
intended only for the person or entity to which it is addressed and may contain 
BioReference Laboratories proprietary information, which is privileged, 
confidential, or subject to copyright belonging to BioReference Laboratories. 
Any review, retransmission, dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited and may be unlawful. If you received this in 
error, please contact the sender immediately and delete and destroy the 
communication and all of the attachments you have received and all copies 
thereof.

The information transmitted in this email and any of its attachments is 
intended only for the person or entity to which it is addressed and may contain 
BioReference Laboratories proprietary information, which is privileged, 
confidential, or subject to copyright belonging to BioReference Laboratories. 
Any review, retransmission, dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited and may be unlawful. If you received this in 
error, please contact the sender immediately and delete and destroy the 
communication and all of the attachments you have received and all copies 
thereof.


Re: Fonts not found in Red Hat Linux

2012-07-18 Thread Rob Sargent
Welcome to linux.  Start the config manager (synaptic maybe, you don't 
save which flavor) and look for "msfont"


On 07/18/2012 12:27 PM, Roberto Cahanap wrote:


Hello,

We were working in a Windows Server environment but now we have to 
port our application to Linux.


We are getting a font not found warning when we generate the PDF.

We have the config for FOP to auto-detect, and this was working fine 
in Windows.


Our Linux admin installed the fonts in the following directory: 
/usr/share/fonts


What can we do to fix this issue?

Thanks for your replies.

Roberto Cahanap

Developer, Reporting Department

Bio-Reference Laboratories, Inc.

Phone: 800-229-5227 x8499

Cell: 201-693-0132

Fax: 201-475-0344

Email: rcaha...@bioreference.com

The information transmitted in this email and any of its attachments 
is intended only for the person or entity to which it is addressed and 
may contain BioReference Laboratories proprietary information, which 
is privileged, confidential, or subject to copyright belonging to 
BioReference Laboratories. Any review, retransmission, dissemination 
or other use of, or taking of any action in reliance upon, this 
information by persons or entities other than the intended recipient 
is prohibited and may be unlawful. If you received this in error, 
please contact the sender immediately and delete and destroy the 
communication and all of the attachments you have received and all 
copies thereof.