Re: Fonts page?

2007-09-06 Thread Max Berger

Andreas,

Looks like there is some text missing here. It should probably be  
something like:


Fonts in well-known paths are automatically detected. The paths for  
Unix-Systems are:

* [ the four bullets]
For Windows Systems these are:
* [add paths for windows]



Max Berger
e-mail: [EMAIL PROTECTED]

--
PGP/GnuPG ID: E81592BC   Print: F489F8759D4132923EC4  
BC7E072AB73AE81592BC
For information about me or my projects please see http:// 
max.berger.name



Am 05.09.2007 um 23:35 schrieb Andreas L Delmelle:



Hi all,

Is there a slight error on our fonts page?

see: http://xmlgraphics.apache.org/fop/0.94/fonts.html#register

What is the function/meaning of the first four bullets?

Have I missed something? Anyone know where these come from?


Cheers

Andreas




PGP.sig
Description: Signierter Teil der Nachricht


DO NOT REPLY [Bug 42049] - RTF (and PDF) tables incorrectly handle margin-left inheritance

2007-09-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=42049.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42049





--- Additional Comments From [EMAIL PROTECTED]  2007-09-06 10:33 ---
(In reply to comment #12)
snip / 
 and the result is like this:
 
 unindented block
   fo:block
 cell 1 cell 2

Yep, because the block does not establish its own reference area, the indent of 
0pt on the table is 
relative to the ancestor reference area of the block.

 
 I expected the result to be like this:
 
 unindented block
   fo:block
   cell 1 cell 2

... and a lot of users/authors with you, I think. That's precisely why Jeremias 
dedicated a Wiki page to 
the issue.

 I now realize that it may have to do with viewport/reference pair (as
 mentioned in the Wiki, referenced to 6.5.3 of the spec.). What I like to do is
 to achieve my expect result above. I have now learned this can be accomplished
 with the following construction:
 
 fo:blockunindented block/fo:block
 fo:block-container margin-left=10mm
   fo:table start-indent=0mm table-layout=fixed

Correct. The block-container establishes a new reference area, that will serve 
as a basis for computing 
the offset of the enclosed table. 
One small remark: using 'start-indent' instead of 'margin-left' is considered 
slightly better style, since 
start-indent is a 'native' XSL-FO property. 
margin-left is defined to preserve compatibility with CSS; it is translated 
into start-indent behind the 
scenes anyway... margin-left is not inherited, but the computed start-indent 
is, so it really makes no 
difference.

Cheers

Andreas

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 42049] - RTF (and PDF) tables incorrectly handle margin-left inheritance

2007-09-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=42049.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42049





--- Additional Comments From [EMAIL PROTECTED]  2007-09-06 10:48 ---
(In reply to comment #13)

BTW, forgot to mention, another way of achieving the result you seek is 
specifying the start-indent directly 
on the fo:table. In that case, one does need to reset the indent on the 
fo:table-body, -header and -footer 
to prevent it from being inherited by the table-cells and their content.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.