7.5.1 New Pages

<..configure ooffice latex..>+
 \Configure{newpage}{\par \EndP \IgnorePar
    \HCode{<text:p text:style-name="newpage"></text:p>}%
    \par\ShowPar}
 \OOstyles{%
   <style:style style:name="newpage" style:family="paragraph" >
       <style:paragraph-properties fo:break-after="page"/>
   </style:style>
 }
-_-_-