1.7.3 Quotations

<..ooffice begin-end env..>+
 \ConfigureEnv{quotation}
    {<.begin env section.>}
    {<.end env section.>\par\ShowPar \noindent}
    {\IgnorePar\EndP \bgroup  <.HtmlPar for quatation.>}
    {\EndP\IgnorePar \egroup \ShowPar }
-_-_-

<..HtmlPar for quatation..>
 \Configure{HtmlPar}
    {\EndP \HCode{<text:p text:style-name="quotation<.cond rtl class.>"
                            >}}
    {\EndP \HCode{<text:p text:style-name="quotation<.cond rtl class.>"
                            >}}
    {\HCode{</text:p>}}
    {\HCode{</text:p>}}%
-_-_-

<..ooffice begin-end env..>+
 \NewConfigureOO{quotation}
 \ConfigureOO{quotation}
    {\Hnewline
       <style:style style:name="quotation"
                    style:family="paragraph"
                    style:parent-style-name="Standard">\Hnewline
         <style:paragraph-properties
                    fo:margin-left="1cm"
                    fo:margin-right="1cm"
                    fo:margin-top="0cm"
                    fo:margin-bottom="0cm"
                    fo:text-indent="0.499cm"
                    style:auto-text-indent="true"/>\Hnewline
       </style:style>\Hnewline <.quotation rtl.>%
    }
-_-_-