Maybe I'm not seeing it but I don't think that is what I want. Let me explain better. Before each paragraph of text I want a single line that says "1.0 Title" When I ran the code you gave me it put all of them at the top of the document and not right above the paragraph its supposed to be over. Here is an example of what I want
1.0 Title
Here is the start of the paragraph.
2.0 Title 2
2.1 Title 2.1
Paragraph for section 2.1
jlr wrote:
If you use block, you can state exactly where you want the alignment.
<fo:block-container
absolute-postion="absolute"
left="1in">
<fo:block>
<.........rest of the stuff>
</fo:block>
</fo:block-container>