Re: Placing Copyright notice on SigPlan without using float?

2014-02-11 Thread Pascal Sancho
Hi,

Internal FOP unit is millipoint, AKA mpt
To compute the right value, you just need to convert the desired one to mpt:

1pt = 1000mpt
1in = 72000mpt
1mm = 2835mpt (72000/25.4 rounded to integer)

2014-02-11 4:33 GMT+01:00 Aaron W. Hsu arcf...@sacrideo.us:
 Pascal Sancho psancho@gmail.com writes:

 If your requirement is to change the only 1st page/1st column height,
 the only solution I can imagine is:
  - add a space before to the 1st fo:block,
  - and tweak the FOP intermediate format (see [1]) to move up the 1st
 column area.

 I am now all but certain that this will work. I'm a bit confused about
 how the integers in the g elements of the intermediate value translate
 to actual units on the page. For instance, if I make sure there is 1in
 of space for the notice that I want to put in the bottom, what is the
 amount I have to reduce the Y axis of the transform attribute? I can get
 pretty close by trial and error, but I couldn't find the units
 documented in the Intermediate File format specification. I'd like to
 avoid trial and error so that this value does not need tweaking across
 multiple documents, fonts, and so forth.

 --
 Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us
 לֵ֤ב חֲכָמִים֙ בְּבֵ֣ית אֵ֔בֶל וְלֵ֥ב כְּסִילִ֖ים בְּבֵ֥ית שִׂמְחָֽה׃


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




-- 
pascal

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



Fwd: FOP engine is hang

2014-02-11 Thread Mohd Mohsin
Hi,

I am facing some issue in Apache FOP1.0 version.

My local FOP engine is hang when below scenario was occur.

 fo:block font-style=normal font-size=10mmpt role=html:div
fo:inline baseline-shift=super font-size=smaller
role=html:supth/fo:inlineof each month.
  /fo:block

Please let me know if you need more details about this issue.

Regards,
Mohsin


Re: Placing Copyright notice on SigPlan without using float?

2014-02-11 Thread Aaron W. Hsu
Pascal Sancho psancho@gmail.com writes:

 Internal FOP unit is millipoint, AKA mpt
 To compute the right value, you just need to convert the desired one to mpt:

 1pt = 1000mpt
 1in = 72000mpt
 1mm = 2835mpt (72000/25.4 rounded to integer)

Ah, that's perfect. Thanks a lot.

-- 
Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us
לֵ֤ב חֲכָמִים֙ בְּבֵ֣ית אֵ֔בֶל וְלֵ֥ב כְּסִילִ֖ים בְּבֵ֥ית שִׂמְחָֽה׃


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