[xep-support] Fill last line (text-align-last="justify") in a block with acceptable word-spacing

From: EasyBrowse - Dirk Büttner <dirk@easybrowse.com>
Date: Wed Apr 25 2007 - 00:06:50 PDT

Hello,

in the pdf-file of source-code after discreption you see the last line
on page 7.
My target is to fill automaticly the last line with text so it look
like good and the space between the words in the complete block are
acceptable.

I can't find a setting to get this.
Is there no way to get a correct view, can you tell me if your company
plan to create a setting for my problem in the next time.

Best Regards

Dirk

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:eb="http://www.easybrowse.com/"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions">
     <fo:layout-master-set>
         <fo:simple-page-master master-name="page-odd"
page-height="147.9mm" page-width="96.5mm" margin-top="8.1mm"
margin-right="11.3mm" margin-bottom="11.64mm" margin-left="8.3mm">
             <fo:region-body clip="auto" margin-top="6.9mm"/>
             <fo:region-before extent="0pt" precedence="true"
display-align="before" region-name="createbefodd"/>

         </fo:simple-page-master>
         <fo:simple-page-master margin-top="8.1mm"
master-name="page-even" page-height="147.9mm" page-width="96.5mm"
margin-left="11.3mm" margin-bottom="11.64mm" margin-right="8.3mm">
             <fo:region-body clip="auto" margin-top="6.9mm"/>
             <fo:region-before extent="0pt" precedence="true"
display-align="before" region-name="createbefeven"/>
         </fo:simple-page-master>
         <fo:simple-page-master master-name="first"
page-height="147.9mm" page-width="96.5mm" margin-top="8.1mm"
margin-right="11.3mm" margin-bottom="11.64mm" margin-left="8.3mm">
             <fo:region-body clip="auto" margin-top="6.9mm"/>
             <fo:region-before extent="0pt" precedence="true"
display-align="before" region-name="createbefoddfirst"/>
         </fo:simple-page-master>
         <fo:simple-page-master master-name="page-odd-no-header"
page-height="147.9mm" page-width="96.5mm" margin-top="8.1mm"
margin-right="11.3mm" margin-bottom="11.64mm" margin-left="8.3mm">
             <fo:region-body clip="auto"/>
         </fo:simple-page-master>
         <fo:simple-page-master master-name="page-even-no-header"
page-height="147.9mm" page-width="96.5mm" margin-top="8.1mm"
margin-left="11.3mm" margin-bottom="11.64mm" margin-right="8.3mm">
             <fo:region-body clip="auto"/>
         </fo:simple-page-master>
         <fo:simple-page-master master-name="first-no-header"
page-height="147.9mm" page-width="96.5mm" margin-top="8.1mm"
margin-right="11.3mm" margin-bottom="11.64mm" margin-left="8.3mm">
             <fo:region-body clip="auto"/>
         </fo:simple-page-master>
         <fo:page-sequence-master master-name="page-sequ">
             <fo:repeatable-page-master-alternatives>
                 <fo:conditional-page-master-reference
master-reference="first" page-position="first"/>
                 <fo:conditional-page-master-reference
master-reference="page-even" odd-or-even="even"/>
                 <fo:conditional-page-master-reference
master-reference="page-odd" odd-or-even="odd"/>
             </fo:repeatable-page-master-alternatives>
         </fo:page-sequence-master>
         <fo:page-sequence-master master-name="page-sequ-no-header">
             <fo:repeatable-page-master-alternatives>
                 <fo:conditional-page-master-reference
master-reference="first-no-header" page-position="first"/>
                 <fo:conditional-page-master-reference
master-reference="page-even-no-header" odd-or-even="even"/>
                 <fo:conditional-page-master-reference
master-reference="page-odd-no-header" odd-or-even="odd"/>
             </fo:repeatable-page-master-alternatives>
         </fo:page-sequence-master>
     </fo:layout-master-set>
     <fo:page-sequence master-reference="page-sequ"
force-page-count="end-on-even" >
         <fo:static-content flow-name="xsl-footnote-separator">
             <fo:block space-before.minimum="0.5pt"
space-before.optimum="8pt">
                 <fo:inline>
                     <fo:leader leader-pattern="rule"
leader-length="18mm" rule-thickness="0.75pt" rule-style="solid"/>
                 </fo:inline>
             </fo:block>
         </fo:static-content>
         <fo:static-content flow-name="createbefoddfirst">
             <fo:table width="76mm" border-collapse="separate">
                 <fo:table-column column-width="5mm" column-number="1"/>
                 <fo:table-column column-number="2"/>
                 <fo:table-column column-width="5mm" column-number="3"/>
                 <fo:table-body>
                     <fo:table-row>
                         <fo:table-cell padding-bottom="0.5mm">
                             <fo:block>
                                 <fo:inline/>
                             </fo:block>
                         </fo:table-cell>
                         <fo:table-cell text-align="center"
padding-bottom="0.5mm">
                             <fo:block>
                                 <fo:inline/>
                             </fo:block>
                         </fo:table-cell>
                         <fo:table-cell padding-bottom="0.5mm">
                             <fo:block text-align="right">
                                 <fo:inline/>
                             </fo:block>
                         </fo:table-cell>
                     </fo:table-row>
                 </fo:table-body>
             </fo:table>
         </fo:static-content>
         <fo:flow flow-name="xsl-region-body">
             <fo:block text-align="center" linefeed-treatment="preserve"
break-after="page" font-size="10pt" space-after="5pt">
                 <fo:marker marker-class-name="title_3">Stücke</fo:marker>
                 <fo:inline>Stücke</fo:inline>
             </fo:block>
         </fo:flow>
     </fo:page-sequence>
     <fo:page-sequence master-reference="page-sequ"
force-page-count="end-on-even" >
         <fo:static-content flow-name="xsl-footnote-separator">
             <fo:block space-before.minimum="0.5pt"
space-before.optimum="8pt">
                 <fo:inline>
                     <fo:leader leader-pattern="rule"
leader-length="18mm" rule-thickness="0.75pt" rule-style="solid"/>
                 </fo:inline>
             </fo:block>
         </fo:static-content>
         <fo:static-content flow-name="createbefoddfirst">
             <fo:table width="76mm" border-collapse="separate">
                 <fo:table-column column-width="5mm" column-number="1"/>
                 <fo:table-column column-number="2"/>
                 <fo:table-column column-width="5mm" column-number="3"/>
                 <fo:table-body>
                     <fo:table-row>
                         <fo:table-cell padding-bottom="0.5mm">
                             <fo:block>
                                 <fo:inline/>
                             </fo:block>
                         </fo:table-cell>
                         <fo:table-cell text-align="center"
padding-bottom="0.5mm">
                             <fo:block>
                                 <fo:inline/>
                             </fo:block>
                         </fo:table-cell>
                         <fo:table-cell padding-bottom="0.5mm">
                             <fo:block text-align="right">
                                 <fo:inline/>
                             </fo:block>
                         </fo:table-cell>
                     </fo:table-row>
                 </fo:table-body>
             </fo:table>
         </fo:static-content>
         <fo:flow flow-name="xsl-region-body">
             <fo:block keep-together.within-page="10" font-size="18pt"
text-align="center" space-after="5pt">
                 <fo:inline font-style="italic">Hoffmann</fo:inline>
             </fo:block>
             <fo:block text-align="center" linefeed-treatment="preserve"
font-size="18pt" margin-bottom="23pt">
                 <fo:marker marker-class-name="title_3"> Stücke</fo:marker>
                 <fo:inline>Stücke</fo:inline>
             </fo:block>
             <fo:block keep-together.within-page="10" font-size="9.5pt"
text-align="center" linefeed-treatment="preserve">Herausgegeben</fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10" font-size="14pt"
text-align="center" linefeed-treatment="preserve"
space-before.maximum="300px" space-before.minimum="15px"
margin-bottom="18pt">jun<fo:character treat-as-word-space="true"
character="."/> Stuttgart</fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
break-before="page" font-size="7.5pt" text-align="center"
line-height="9pt" linefeed-treatment="preserve"
margin-bottom="18.5pt">Umschlaggestaltung<fo:character
treat-as-word-space="true" character=","/> unter Verwendung
<fo:character treat-as-word-space="true" character="-"/>Porträts von
John Höxter<fo:character treat-as-word-space="true" character=","/>
1907</fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10"
space-before.maximum="15px" space-after.maximum="15px" font-size="2pt"
hyphenation-keep="page" hyphenate="true" language="de" text-indent="3mm"
text-align="justify" linefeed-treatment="preserve"> </fo:block>
             <fo:block keep-together.within-page="10" font-size="6.5pt"
text-align="center" line-height="9pt"
linefeed-treatment="preserve">BIBLIOTHEK Nr<fo:character
treat-as-word-space="true" character="."/> 554</fo:block>
             <fo:block keep-together.within-page="10" font-size="6.5pt"
text-align="center" line-height="9pt" linefeed-treatment="preserve">Alle
Rechte vorbehalten</fo:block>
             <fo:block keep-together.within-page="10" font-size="6.5pt"
text-align="center" line-height="9pt" linefeed-treatment="preserve">GmbH
&amp; Co<fo:character treat-as-word-space="true"
character="."/><fo:character treat-as-word-space="true" character=","/>
Stuttgart</fo:block>
             <fo:block keep-together.within-page="10" font-size="6.5pt"
text-align="center" line-height="9pt"
linefeed-treatment="preserve">Gesamtherstellung: <fo:character
treat-as-word-space="true" character=","/> <fo:character
treat-as-word-space="true" character="."/> Printed i007</fo:block>
             <fo:block keep-together.within-page="10" font-size="6.5pt"
text-align="center" line-height="9pt"
linefeed-treatment="preserve"></fo:block>
             <fo:block keep-together.within-page="10" font-size="6.5pt"
text-align="center" line-height="9pt"
linefeed-treatment="preserve"><fo:character treat-as-word-space="true"
character="-"/>BIBLIOTHEK sind eingetragene Marken</fo:block>
             <fo:block keep-together.within-page="10" font-size="6.5pt"
text-align="center" line-height="9pt" linefeed-treatment="preserve">GmbH
&amp; Co<fo:character treat-as-word-space="true"
character="."/><fo:character treat-as-word-space="true" character=","/>
Stuttgart</fo:block>
             <fo:block keep-together.within-page="10" font-size="6.5pt"
text-align="center" line-height="9pt" linefeed-treatment="preserve">ISBN
978<fo:character treat-as-word-space="true" character="-"/></fo:block>
             <fo:block keep-together.within-page="10" font-size="6.5pt"
space-before="4pt" space-before.conditionality="discard"
text-align="center" line-height="9pt" linefeed-treatment="preserve"
margin-bottom="18.5pt"></fo:block>
             <fo:block keep-together.within-page="10"
break-before="page" font-size="8.5pt" text-align="center"
space-before.conditionality="discard" space-before.maximum="12px"
space-before.optimum="7px" space-before.minimum="5px"
space-after.maximum="12px" space-after.optimum="7px"
space-after.minimum="5px">
                 <fo:marker marker-class-name="title_4">. Erster
Teil</fo:marker>
                 <fo:external-graphic src="images/01.tif"/>
             </fo:block>
         </fo:flow>
     </fo:page-sequence>
     <fo:page-sequence master-reference="page-sequ" >
         <fo:static-content flow-name="xsl-footnote-separator">
             <fo:block space-before.minimum="0.5pt"
space-before.optimum="8pt">
                 <fo:inline>
                     <fo:leader leader-pattern="rule"
leader-length="18mm" rule-thickness="0.75pt" rule-style="solid"/>
                 </fo:inline>
             </fo:block>
         </fo:static-content>
         <fo:static-content flow-name="createbefodd">
             <fo:table width="76mm" border-collapse="separate">
                 <fo:table-column column-width="5mm" column-number="1"/>
                 <fo:table-column column-number="2"/>
                 <fo:table-column column-width="5mm" column-number="3"/>
                 <fo:table-body>
                     <fo:table-row>
                         <fo:table-cell padding-bottom="0.5mm">
                             <fo:block>
                                 <fo:inline/>
                             </fo:block>
                         </fo:table-cell>
                         <fo:table-cell text-align="center"
padding-bottom="0.5mm">
                             <fo:block>
                                 <fo:inline font-style="italic">
                                     <fo:retrieve-marker
retrieve-class-name="title_1" retrieve-boundary="document"/>
                                 </fo:inline>
                             </fo:block>
                         </fo:table-cell>
                         <fo:table-cell padding-bottom="0.5mm">
                             <fo:block text-align="right">
                                 <fo:inline>
                                     <fo:page-number/>
                                 </fo:inline>
                             </fo:block>
                         </fo:table-cell>
                     </fo:table-row>
                 </fo:table-body>
             </fo:table>
         </fo:static-content>
         <fo:static-content flow-name="createbefeven">
             <fo:table width="76mm" border-collapse="separate">
                 <fo:table-column column-width="5mm" column-number="1"/>
                 <fo:table-column column-number="2"/>
                 <fo:table-column column-width="5mm" column-number="3"/>
                 <fo:table-body>
                     <fo:table-row>
                         <fo:table-cell padding-bottom="0.5mm">
                             <fo:block>
                                 <fo:inline>
                                     <fo:page-number/>
                                 </fo:inline>
                             </fo:block>
                         </fo:table-cell>
                         <fo:table-cell text-align="center"
padding-bottom="0.5mm">
                             <fo:block>
                                 <fo:inline font-style="italic">
                                     <fo:retrieve-marker
retrieve-class-name="title_3" retrieve-boundary="document"/>
                                     <fo:retrieve-marker
retrieve-class-name="title_4" retrieve-boundary="document"/>
                                 </fo:inline>
                             </fo:block>
                         </fo:table-cell>
                         <fo:table-cell padding-bottom="0.5mm">
                             <fo:block>
                                 <fo:inline/>
                             </fo:block>
                         </fo:table-cell>
                     </fo:table-row>
                 </fo:table-body>
             </fo:table>
         </fo:static-content>
         <fo:static-content flow-name="createbefoddfirst">
             <fo:table width="76mm" border-collapse="separate">
                 <fo:table-column column-width="5mm" column-number="1"/>
                 <fo:table-column column-number="2"/>
                 <fo:table-column column-width="5mm" column-number="3"/>
                 <fo:table-body>
                     <fo:table-row>
                         <fo:table-cell padding-bottom="0.5mm">
                             <fo:block>
                                 <fo:inline/>
                             </fo:block>
                         </fo:table-cell>
                         <fo:table-cell text-align="center"
padding-bottom="0.5mm">
                             <fo:block>
                                 <fo:inline/>
                             </fo:block>
                         </fo:table-cell>
                         <fo:table-cell padding-bottom="0.5mm">
                             <fo:block text-align="right">
                                 <fo:inline/>
                             </fo:block>
                         </fo:table-cell>
                     </fo:table-row>
                 </fo:table-body>
             </fo:table>
         </fo:static-content>
         <fo:flow flow-name="xsl-region-body">
             <fo:block text-align="center" linefeed-treatment="preserve"
font-size="9.5pt" margin-bottom="16.5pt"><fo:marker
marker-class-name="title_1"> Der Mann</fo:marker><fo:inline>Der
Sandmann</fo:inline></fo:block>
             <fo:block keep-together.within-page="10" font-size="8.5pt"
text-align="center" line-height="9.56pt" margin-bottom="9pt"><fo:inline
font-style="italic">Nathanael an Lothar</fo:inline></fo:block>
             <fo:block keep-together.within-page="10" font-size="8.5pt"
hyphenation-keep="page" hyphenate="true" language="de"
line-height.minimum="9.530000000000001pt" line-height.optimum="9.56pt"
line-height.maximum="9.865pt" line-stacking-strategy="font-height"
line-height.conditionality="discard" word-spacing.minimum="-0.61pt"
word-spacing.optimum="-0.595pt" word-spacing.maximum="4pt"
text-align="justify" text-align-last="justify"
linefeed-treatment="preserve">Gewiß seid Ihr alle voll
Unruhe<fo:character treat-as-word-space="true" character=","/> daß ich
so lange – lange nicht geschrieben<fo:character
treat-as-word-space="true" character="."/> Mutter zürnt
wohl<fo:character treat-as-word-space="true" character=","/> und Clara
*ag glauben<fo:character treat-as-word-space="true" character=","/> ich
lebe hier in Saus und Braus und vergesse mein holdes
Engelsbild<fo:character treat-as-word-space="true" character=","/> so
tief mir in Herz und Sinn eingeprägt<fo:character
treat-as-word-space="true" character=","/> ganz und gar<fo:character
treat-as-word-space="true" character="."/> – Dem ist aber nicht so;
täglich und stündlich ged*e ich Eurer aller und in süßen Tr*umen geht
meines holden Clär­chens freundliche Gestalt vorüber und lächelt mich
mit ihren hellen Augen so anmutig an<fo:character
treat-as-word-space="true" character=","/> wie sie wohl
pflegte<fo:character treat-as-word-space="true" character=","/> wenn ich
zu Euch hineintrat<fo:character treat-as-word-space="true"
character="."/> – Ach wie vermochte ich denn Euch zu
schreiben<fo:character treat-as-word-space="true" character=","/> in der
zerrissenen Stimmung des Geistes<fo:character treat-as-word-space="true"
character=","/> die mir bisher alle Gedanken verstörte! – Etwas
Entsetzliches ist in mein Leben getreten! – D*nkle Ahnungen eines
gräßlichen mir droh*nden Geschicks breiten sich wie schwarze
Wolken­schatten über mich aus<fo:character treat-as-word-space="true"
character=","/> undurchdringlich jedem freundlichen
Sonnenstrahl<fo:character treat-as-word-space="true" character="."/> –
Nun soll ic* Dir sagen<fo:character treat-as-word-space="true"
character=","/> was mir *iderfuhr<fo:character
treat-as-word-space="true" character="."/> Ich muß es<fo:character
treat-as-word-space="true" character=","/> das sehe ich ein<fo:character
treat-as-word-space="true" character=","/> aber nur es
denkend<fo:character treat-as-word-space="true" character=","/> lacht es
wie toll aus mir heraus<fo:character treat-as-word-space="true"
character="."/> – Ach mein herzlieber Lothar! wie fange ich es denn
an<fo:character treat-as-word-space="true" character=","/> Dich nur
einigermaßen empfinden zu lassen<fo:character treat-as-word-space="true"
character=","/> daß das<fo:character treat-as-word-space="true"
character=","/> was mir vor einigen Tagen geschah<fo:character
treat-as-word-space="true" character=","/> denn wirklich mein Leben so
feindlich zerstören konnte! Wärst Du nur hier<fo:character
treat-as-word-space="true" character=","/> so könntest Du selbst
schauen; aber jetzt hältst Du mich gewiß für einen aberwitzigen
Geisterseher<fo:character treat-as-word-space="true" character="."/> –
Kurz und gut<fo:character treat-as-word-space="true" character=","/> das
Entsetzliche<fo:character treat-as-word-space="true" character=","/> was
mir geschah<fo:character treat-as-word-space="true" character=","/>
dessen tödlichen Eindruck zu vermeiden ich mich vergebens
bemühe<fo:character treat-as-word-space="true" character=","/> besteht
in nichts anderm<fo:character treat-as-word-space="true" character=","/>
als daß vor einigen Tagen<fo:character treat-as-word-space="true"
character=","/> nämlich am 30<fo:character treat-as-word-space="true"
character="."/> Oktober mittags um 12 Uhr<fo:character
treat-as-word-space="true" character=","/> ein Wetterglashändler in
meine Stube trat und mir seine Ware anbot<fo:character
treat-as-word-space="true" character="."/> Ich kaufte nichts und
drohte<fo:character treat-as-word-space="true" character=","/> ihn die
herabzuwerfen<fo:character treat-as-word-space="true" character=","/>
worauf er <fo:character treat-as-word-space="true" character=","/>
Vorfall können<fo:character treat-as-word-space="true"
character=","/></fo:block>
         </fo:flow>
     </fo:page-sequence>
</fo:root>
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Wed Apr 25 00:41:23 2007

This archive was generated by hypermail 2.1.8 : Wed Apr 25 2007 - 00:41:26 PDT