1.7.1 Quotes

<..ooffice begin-end env..>
 \ConfigureEnv{quote}
    {<.begin env section.>}
    {<.end env section.>\par\ShowPar}
    {\EndP \ifvmode \IgnorePar\fi
     \bgroup <.HtmlPar at quote.>%
    }
    {\IgnorePar\EndP \egroup \ShowPar \ShowIndent}
-_-_-

<..HtmlPar at quote..>
 \Configure{HtmlPar}
    {\EndP \HCode{<.input line num.>%
                  <text:p text:style-name="quote<.cond rtl class.>"
                          >}}
    {\EndP \HCode{<.input line num.>%
                  <text:p text:style-name="quote<.cond rtl class.>"
                           >}}
    {\HCode{</text:p>}}
    {\HCode{</text:p>}}%
-_-_-

<..configure ooffice latex..>+
 \NewConfigureOO{quote}
 \ConfigureOO{quote}{\Hnewline
 <style:style style:name="quote"
              style:family="paragraph"
              style:parent-style-name="Text-body"
              style:next-style-name="Text-body">\Hnewline
 <style:paragraph-properties  fo:margin-left="1cm"
              fo:margin-right="1cm"
              fo:margin-top="0.199cm"
              fo:margin-bottom="0.199cm"
              fo:text-indent="0cm"
              style:auto-text-indent="false"/>\Hnewline
 </style:style>
 \Hnewline <.quote trl.>}
-_-_-