Re: Something like "\hbox"?

2006-05-31 Thread Andreas Eckstein

Thanks for your replies, guys!
To summarize, my options for an FOP "\hbox" are:
-wait until floats are implemented
-use table design
-use the 'reference-orientation' attribute.
-or alternatively, implement a horizontal box stacking algorithm in XSLT 
utilizing XSL-FO absolute positioning.
I think I will go for the reference-orientation option, it sounds like 
the one most likely to work...


Thanks!

Andreas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Something like "\hbox"?

2006-05-31 Thread Andreas Eckstein

Hi all!
Consider a block-container, parent of several other block-container 
elements. Now what I want is a way to fill that parent container in 
horizontal order with child block-containers (in TeX I would use '\hbox' 
for this...). Is something like this possible in XSL-FO, and if yes is 
it implemented in FOP?


Greetings,

Andreas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: problem using fop 0.91 with header and footer

2006-01-25 Thread Andreas Eckstein
Just put an invisible element on the last page and reference its id from 
every footer.


[EMAIL PROTECTED] wrote:

It works.Great!
but I have another problem now.
I want to produce a footer that have page number and the page numbers total.
I mean sort of : 1/10 2/10 3/10 etc etc 
Any help?


-- Initial Header ---


From  : "Jeremias Maerki" [EMAIL PROTECTED]

To  : fop-users@xmlgraphics.apache.org
Cc  : 
Date  : Wed, 25 Jan 2006 14:53:18 +0100

Subject : Re: problem using fop 0.91 with header and footer








I've just fixed a bug that caused the RTF handler to miss the before and
after regions if they don't have the standard names:
http://svn.apache.org/viewcvs?rev=372214&view=rev

If you can't use FOP Trunk from Subversion, you can use the standard
names ("xsl-region-before" and "xsl-region-after") for the
static-content elements to still make it work.

"fo:page-number" works fine for me.

On 25.01.2006 12:31:50 [EMAIL PROTECTED] wrote:

Hi all
I'm using fop 0.91 and i try to create a rtf.
I cannot define header and footer and also i have problem using 


I show u what I wrote:

...

  
   





   
 







   



   

...


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [fop-0.91beta] Double sided layout

2006-01-24 Thread Andreas Eckstein

Glen Mazza wrote:

http://xmlgraphics.apache.org/fop/fo.html#fo-oddeven



Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[fop-0.91beta] Double sided layout

2006-01-23 Thread Andreas Eckstein

Hi all!

Currently I'm fooling around with fop-0.91 a bit. Now I was wondering if 
there was a simple way to do a double-sided layout, where the page 
numbers on all odd numbered pages are on the right, but on all even 
numbered pages are on the left.
First thing I tried was to embed static-content into the region-after 
child of simple-page-master, which of course didn't work.
Then I thought maybe the region-after element could inherit its 
properties (namely text-align) to the corresponding flow or 
static-content element. Which it did not.
Further reading revealed that a not-that-simple page-master element 
which allows for more complex page templates is considered for inclusion 
into the next version of the XSL-FO standard, but I guess it would be 
too much to hope that someone implemented something like it as a fop 
extension, right?
To sum up, is there a simple, fop-contained way to get alternating page 
number positions? If yes, is there an example somewhere? (If there is 
one shipped with the fop distro, please point your finger at me now and 
laugh. Thank you.)


Bye,

Andreas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]