summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-06 01:23:33 +0000
committerKarl Berry <karl@freefriends.org>2006-12-06 01:23:33 +0000
commit3b0d4121fbdaa8b4dc48c1aeab08bd63d71d0307 (patch)
treec0e71b65ec445e74e995d7853a367aa30e50f0dd /Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
parentee72c8e218febb4e5e2395951e36cd91b36aabcd (diff)
tex4ht-1.0.2006_12_04_1651
git-svn-id: svn://tug.org/texlive/trunk@2598 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht5739
1 files changed, 4219 insertions, 1520 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht b/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
index 81ff84e4fc7..f25db5c6d31 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
@@ -1,6 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% ooffice.4ht 2005-10-22-10:51 %
-% Copyright (C) 2001--2005 Maarten Wisse %
+% ooffice.4ht 2006-12-04-15:27 %
+% Copyright (C) 2001--2006 Maarten Wisse %
% James Naughton %
% Eitan M. Gurari %
% %
@@ -31,41 +31,69 @@
% gurari@cse.ohio-state.edu %
% http://www.cse.ohio-state.edu/~gurari %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2005-10-22-10:51}
+\immediate\write-1{version 2006-12-04-15:27}
\exit:ifnot{Preamble,%
alphanum,%
amsart,%
amsmath,%
amsproc,%
+apa,%
+apacite,%
article,%
babel,%
book,%
color,%
+curve,%
+elsart,%
fontmath,%
footmisc,%
g-brief,%
graphics,%
+hyperref,%
jurabib,%
latex,%
lineno,%
listings,%
+longtable,%
plain,%
report,%
+scrartcl,%
scrbook,%
scrreprt,%
slides,%
soul,%
+tabularx,%
tex4ht}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{Preamble}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{html}{xml}
+ \Configure{ext}{4oo}
\Configure{PROLOG}{VERSION,DOCTYPE}
-\:CheckOption{oo2}\if:Option
- \def\oo:dtd:ver{2.0}
-\else
+\:CheckOption{oo1}\if:Option
+ \def\text:outlinelevel{text:level}
+\def\list:text:level{text:outline-level}
+\def\style:properties{style:properties }
+\def\style:par:properties{style:properties }
+\def\style:tableproperties{style:properties }
+\def\style:sectionproperties{style:properties }
+\def\text:orderedlist{text:ordered-list }
+\def\text:unorderedlist{text:unordered-list }
+
\def\oo:dtd:ver{1.0}
+\else
+ \def\list:text:level{text:level}
+\def\text:outlinelevel{text:outline-level}
+\def\style:properties{style:text-properties }
+\def\style:par:properties{style:paragraph-properties }
+\def\style:tableproperties{style:table-properties }
+\def\style:sectionproperties{style:section-properties }
+\def\text:orderedlist{text:list }
+\def\text:unorderedlist{text:list }
+
+ \def\oo:dtd:ver{2.0}
+ \Log:Note{For OpenOffice 1.0 format use the
+ command line option 'sxw'}%
\fi
\let\Css=\:gobble
\edef\Preamble{\Preamble,refcaption}
@@ -105,7 +133,8 @@ tex4ht}
\def\:gobbleM#1->{}
\let\:OOstyles=\empty
\def\OOstyles#1{\edef\:OOstyles{\:OOstyles #1}}
-\OOstyles{<?xml version="1.0" encoding="UTF-8"?>\Hnewline
+\:CheckOption{oo1}\if:Option
+ \OOstyles{<?xml version="1.0" encoding="UTF-8"?>\Hnewline
%
<!DOCTYPE office:document-styles PUBLIC
"-//OpenOffice.org//DTD OfficeDocument \oo:dtd:ver//\expandafter
@@ -132,7 +161,59 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Hnewline
office:version="1.0">\Hnewline
<office:styles>\Hnewline
+\OOstyles{%
+ <style:font-decl
+ style:name="Courier"
+ fo:font-family="Courier"
+ style:font-family-generic="modern"
+ style:font-pitch="fixed"/>\Hnewline
+}
+%
}
+\else
+ \OOstyles{<?xml version="1.0" encoding="UTF-8"?>\Hnewline
+%
+<!DOCTYPE office:document-styles PUBLIC
+ "-//OpenOffice.org//DTD OfficeDocument \oo:dtd:ver//\expandafter
+\ifx \csname a:dtd-lang\endcsname\relax EN\else
+ \csname a:dtd-lang\endcsname
+\fi
+"
+ "office.dtd">\Hnewline
+<office:document-styles \Hnewline
+ xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" \Hnewline
+xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" \Hnewline
+xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" \Hnewline
+xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" \Hnewline
+xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" \Hnewline
+xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"\Hnewline
+xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
+xmlns:dc="http://purl.org/dc/elements/1.1/" \Hnewline
+xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" \Hnewline
+xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" \Hnewline
+xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0"\Hnewline
+xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" \Hnewline
+xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" \Hnewline
+xmlns:math="http://www.w3.org/1998/Math/MathML" \Hnewline
+xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" \Hnewline
+xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" \Hnewline
+xmlns:ooo="http://openoffice.org/2004/office" \Hnewline
+xmlns:ooow="http://openoffice.org/2004/writer" \Hnewline
+xmlns:oooc="http://openoffice.org/2004/calc" \Hnewline
+xmlns:dom="http://www.w3.org/2001/xml-events" \Hnewline
+\Hnewline
+ office:version="1.0">\Hnewline
+ <office:font-face-decls>
+ <style:font-face
+ style:name="Courier"
+ svg:font-family="Courier"
+ style:font-family-generic="modern"
+ style:font-pitch="fixed"/>\Hnewline
+%
+ </office:font-face-decls>
+ <office:styles>\Hnewline
+}
+\fi
\let\oo:style=\empty
\def\NewConfigureOO#1{%
\expandafter\ifx \csname c:#1:oo:style:\endcsname\relax
@@ -157,7 +238,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\fi
\let\:OOmanifest=\empty
\def\OOmanifest#1{\edef\:OOmanifest{\:OOmanifest #1}}
-\OOmanifest{<?xml version="1.0" encoding="UTF-8"?>\Hnewline
+\:CheckOption{oo1}\if:Option
+ \OOmanifest{<?xml version="1.0" encoding="UTF-8"?>\Hnewline
%
<!DOCTYPE manifest:manifest PUBLIC
"-//OpenOffice.org//DTD
@@ -168,10 +250,43 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
" "Manifest.dtd">\Hnewline
<manifest:manifest
xmlns:manifest="http://openoffice.org/2001/manifest">\Hnewline
+ <manifest:file-entry
+ manifest:media-type="application/vnd.sun.xml.writer"
+ manifest:full-path="/"/>\Hnewline
+ <manifest:file-entry
+ manifest:media-type=""
+ manifest:full-path="Pictures/"/>\Hnewline
+<manifest:file-entry
+ manifest:media-type="text/xml"
+ manifest:full-path="content.xml"/>\Hnewline
+<manifest:file-entry
+ manifest:media-type="text/xml"
+ manifest:full-path="styles.xml"/>\Hnewline
<manifest:file-entry
- manifest:media-type="application/vnd.sun.xml.writer"
- manifest:full-path="/"/>\Hnewline
+ manifest:media-type="text/xml"
+ manifest:full-path="meta.xml"/>\Hnewline
<manifest:file-entry
+ manifest:media-type="text/xml"
+ manifest:full-path="settings.xml"/>\Hnewline
+%
+}
+\else
+ \OOmanifest{<?xml version="1.0" encoding="UTF-8"?>\Hnewline
+%
+<!DOCTYPE manifest:manifest PUBLIC
+ "-//OpenOffice.org//DTD
+ Manifest \oo:dtd:ver//\expandafter
+\ifx \csname a:dtd-lang\endcsname\relax EN\else
+ \csname a:dtd-lang\endcsname
+\fi
+" "Manifest.dtd">\Hnewline
+<manifest:manifest
+ xmlns:manifest =
+ "urn:oasis:names:tc:opendocument:xmlns:manifest:1.0">\Hnewline
+ <manifest:file-entry
+ manifest:media-type="application/vnd.oasis.opendocument.text"
+ manifest:full-path="/"/>
+ <manifest:file-entry
manifest:media-type=""
manifest:full-path="Pictures/"/>\Hnewline
<manifest:file-entry
@@ -188,6 +303,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
manifest:full-path="settings.xml"/>\Hnewline
%
}
+\fi
\tmp:cnt=\time \divide\tmp:cnt by 60
\edef\:temp{\the\tmp:cnt}
\multiply\tmp:cnt by -60 \advance\tmp:cnt by \time
@@ -197,6 +313,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
:\ifnum \tmp:cnt<10 0\fi\the\tmp:cnt :00}
\NewConfigure{META}[1]{\concat:config\a:META{#1}}
\let\a:META\relax
+\newif\ifCenteredFrame
\def\HTML:PAR#1#2{%
\Configure{HtmlPar}%
{\EndP\HCode{<!--l. \the\inputlineno-->%
@@ -208,7 +325,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{VERSION}{\HCode{<?xml version="1.0" encoding="UTF-8"?>\Hnewline
}}
-\Configure{DOCTYPE}{\HCode{<!DOCTYPE office:document-content PUBLIC
+\:CheckOption{-xttl} \if:Option
+ \Configure{DOCTYPE}{\HCode{<!DOCTYPE office:document-content PUBLIC
"-//OpenOffice.org//DTD OfficeDocument \oo:dtd:ver//\expandafter
\ifx \csname a:dtd-lang\endcsname\relax EN\else
\csname a:dtd-lang\endcsname
@@ -216,154 +334,19 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
"
"office.dtd">\Hnewline
}}
-\:CheckOption{oo2}\if:Option
- \Configure{HTML}
- {\HCode{<office:document-content \Hnewline
- xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" \Hnewline
-xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" \Hnewline
-xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" \Hnewline
-xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" \Hnewline
-xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" \Hnewline
-xmlns:fo="http://www.w3.org/1999/XSL/Format" \Hnewline
-xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
-xmlns:dc="http://purl.org/dc/elements/1.1/" \Hnewline
-xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" \Hnewline
-xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0"\Hnewline
-xmlns:svg="http://www.w3.org/2000/svg" \Hnewline
-xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" \Hnewline
-xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" \Hnewline
-xmlns:math="http://www.w3.org/1998/Math/MathML" \Hnewline
-xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" \Hnewline
-xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" \Hnewline
-xmlns:ooo="http://openoffice.org/2004/office" \Hnewline
-xmlns:ooow="http://openoffice.org/2004/writer" \Hnewline
-xmlns:oooc="http://openoffice.org/2004/calc" \Hnewline
-xmlns:dom="http://www.w3.org/2001/xml-events" \Hnewline
-xmlns:xforms="http://www.w3.org/2002/xforms" \Hnewline
-xmlns:xsd="http://www.w3.org/2001/XMLSchema" \Hnewline
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" \Hnewline
-%
- office:version="1.0"
- >\Hnewline
- <office:automatic-styles>
- \Hnewline
- <style:style style:name="P1"
- style:family="paragraph"
- style:parent-style-name="Contents 1">\Hnewline
- <style:properties>\Hnewline
- <style:tab-stops>\Hnewline
- <style:tab-stop style:position="16.999cm"
- style:type="right"
- style:leader-char="."/>\Hnewline
- </style:tab-stops>\Hnewline
- </style:properties>\Hnewline
- </style:style>
- \Hnewline
-%
-\Hnewline
- <style:style style:name="P2"
- style:family="paragraph"
- style:parent-style-name="Contents 2">\Hnewline
- <style:properties>\Hnewline
- <style:tab-stops>\Hnewline
- <style:tab-stop style:position="16.999cm"
- style:type="right"
- style:leader-char="."/>\Hnewline
- </style:tab-stops>\Hnewline
- </style:properties>\Hnewline
- </style:style>
- \Hnewline
-%
-\Hnewline
- <style:style style:name="P3"
- style:family="paragraph"
- style:parent-style-name="Contents 3">\Hnewline
- <style:properties>\Hnewline
- <style:tab-stops>\Hnewline
- <style:tab-stop style:position="16.999cm"
- style:type="right"
- style:leader-char="."/>\Hnewline
- </style:tab-stops>\Hnewline
- </style:properties>\Hnewline
- </style:style>\Hnewline
- \Hnewline
-%
-\Hnewline
- <style:style style:name="P4"
- style:family="paragraph"
- style:parent-style-name="Contents 4">\Hnewline
- <style:properties>\Hnewline
- <style:tab-stops>\Hnewline
- <style:tab-stop style:position="16.999cm"
- style:type="right"
- style:leader-char="."/>\Hnewline
- </style:tab-stops>\Hnewline
- </style:properties>\Hnewline
- </style:style>
- \Hnewline
-%
-\Hnewline
- <style:style style:name="P5"
- style:family="paragraph"
- style:parent-style-name="Contents 5">\Hnewline
- <style:properties>\Hnewline
- <style:tab-stops>\Hnewline
- <style:tab-stop style:position="16.999cm"
- style:type="right"
- style:leader-char="."/>\Hnewline
- </style:tab-stops>\Hnewline
- </style:properties>\Hnewline
- </style:style> \Hnewline
-%
-\Hnewline
- <style:style style:name="P6"
- style:family="paragraph"
- style:parent-style-name="Index 1">\Hnewline
- <style:properties>\Hnewline
- <style:tab-stops>\Hnewline
- <style:tab-stop style:position="0cm"/>\Hnewline
- </style:tab-stops>\Hnewline
- </style:properties>\Hnewline
- </style:style>
- \Hnewline
-%
-\Hnewline
- <style:style style:name="P7"
- style:family="paragraph"
- style:parent-style-name="Index 2">\Hnewline
- <style:properties>\Hnewline
- <style:tab-stops>\Hnewline
- <style:tab-stop style:position="0cm"/>\Hnewline
- </style:tab-stops>\Hnewline
- </style:properties>\Hnewline
- </style:style>
- \Hnewline
-%
-\Hnewline
- <style:style style:name="P8"
- style:family="paragraph"
- style:parent-style-name="Index 3">\Hnewline
- <style:properties>\Hnewline
- <style:tab-stops>\Hnewline
- <style:tab-stop style:position="0cm"/>\Hnewline
- </style:tab-stops>\Hnewline
- </style:properties>\Hnewline
- </style:style>
- \Hnewline
-%
-<style:style style:name="tabular"
- style:family="table">\Hnewline
-<style:properties style:rel-width="76\%"
- fo:margin-left="1cm"
- fo:margin-right="1cm"
- table:align="margins"/>\Hnewline
-</style:style>\Hnewline
-\Hnewline
- </office:automatic-styles>
- }}
- {\EndP\HCode{</office:document-content>}}
\else
- \Configure{HTML}
+ \Configure{DOCTYPE}{\HCode{<!DOCTYPE office:document-content PUBLIC
+ "-//OpenOffice.org//DTD OfficeDocument \oo:dtd:ver//\expandafter
+\ifx \csname a:dtd-lang\endcsname\relax EN\else
+ \csname a:dtd-lang\endcsname
+\fi
+"
+ "office.dtd">\Hnewline
+\Hnewline
+ <?xtpipes file="oo-text.4xt" ?>\Hnewline}}
+\fi
+\:CheckOption{oo1}\if:Option
+ \Configure{HTML}
{\HCode{<office:document-content \Hnewline
xmlns:chart="http://openoffice.org/2000/chart" \Hnewline
xmlns:dr3d="http://openoffice.org/2000/dr3d" \Hnewline
@@ -387,121 +370,120 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Hnewline
<style:style style:name="P1"
style:family="paragraph"
- style:parent-style-name="Contents 1">\Hnewline
- <style:properties>\Hnewline
+ style:parent-style-name="Contents-1">\Hnewline
+ <\style:par:properties>\Hnewline
<style:tab-stops>\Hnewline
<style:tab-stop style:position="16.999cm"
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline
%
\Hnewline
<style:style style:name="P2"
style:family="paragraph"
- style:parent-style-name="Contents 2">\Hnewline
- <style:properties>\Hnewline
+ style:parent-style-name="Contents-2">\Hnewline
+ <\style:par:properties>\Hnewline
<style:tab-stops>\Hnewline
<style:tab-stop style:position="16.999cm"
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline
%
\Hnewline
<style:style style:name="P3"
style:family="paragraph"
- style:parent-style-name="Contents 3">\Hnewline
- <style:properties>\Hnewline
+ style:parent-style-name="Contents-3">\Hnewline
+ <\style:par:properties>\Hnewline
<style:tab-stops>\Hnewline
<style:tab-stop style:position="16.999cm"
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>\Hnewline
\Hnewline
%
\Hnewline
<style:style style:name="P4"
style:family="paragraph"
- style:parent-style-name="Contents 4">\Hnewline
- <style:properties>\Hnewline
+ style:parent-style-name="Contents-4">\Hnewline
+ <\style:par:properties>\Hnewline
<style:tab-stops>\Hnewline
<style:tab-stop style:position="16.999cm"
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline
%
\Hnewline
<style:style style:name="P5"
style:family="paragraph"
- style:parent-style-name="Contents 5">\Hnewline
- <style:properties>\Hnewline
+ style:parent-style-name="Contents-5">\Hnewline
+ <\style:par:properties>\Hnewline
<style:tab-stops>\Hnewline
<style:tab-stop style:position="16.999cm"
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style> \Hnewline
%
\Hnewline
<style:style style:name="P6"
style:family="paragraph"
- style:parent-style-name="Index 1">\Hnewline
- <style:properties>\Hnewline
+ style:parent-style-name="Index-1">\Hnewline
+ <\style:par:properties>\Hnewline
<style:tab-stops>\Hnewline
<style:tab-stop style:position="0cm"/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:properties>\Hnewline
</style:style>
\Hnewline
%
\Hnewline
<style:style style:name="P7"
style:family="paragraph"
- style:parent-style-name="Index 2">\Hnewline
- <style:properties>\Hnewline
+ style:parent-style-name="Index-2">\Hnewline
+ <\style:par:properties>\Hnewline
<style:tab-stops>\Hnewline
<style:tab-stop style:position="0cm"/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline
%
\Hnewline
<style:style style:name="P8"
style:family="paragraph"
- style:parent-style-name="Index 3">\Hnewline
- <style:properties>\Hnewline
+ style:parent-style-name="Index-3">\Hnewline
+ <\style:par:properties>\Hnewline
<style:tab-stops>\Hnewline
<style:tab-stop style:position="0cm"/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline
%
<style:style style:name="tabular"
style:family="table">\Hnewline
-<style:properties style:rel-width="76\%"
+<\style:tableproperties style:rel-width="76\%"
fo:margin-left="1cm"
fo:margin-right="1cm"
table:align="margins"/>\Hnewline
</style:style>\Hnewline
\Hnewline
+ \Hnewline
</office:automatic-styles>
}}
{\EndP\HCode{</office:document-content>}}
-\fi
-\Configure{HEAD}{}{}
\Configure{BODY}
{\HCode{<office:body>}\par\ShowPar}
{\IgnorePar\EndP
@@ -510,99 +492,32 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{<meta:initial-creator>TeX4ht from \jobname.tex,
options: \expandafter\:gobbleM\meaning\Preamble\Hnewline
(http://www.cse.ohio-state.edu/\string
- ~gurari/TeX4ht/mn.html)
+ ~gurari/TeX4ht/)
\Hnewline
</meta:initial-creator>\Hnewline}
\Configure{META}
{<dc:creator>TeX4ht from \jobname.tex,
options: \expandafter\:gobbleM\meaning\Preamble\Hnewline
(http://www.cse.ohio-state.edu/\string
- ~gurari/TeX4ht/mn.html)
+ ~gurari/TeX4ht/)
\Hnewline
</dc:creator>\Hnewline}
\Configure{META}
{<meta:creation-date>\:today</meta:creation-date>\Hnewline}
\Configure{META}
{<dc:date>\:today</dc:date>\Hnewline}
-\Configure{IMG}
- {\ht:special{t4ht>\PictureFile.4og}%
-\ht:special{t4ht*>}%
-\ht:special{t4ht<\PictureFile.4og}%
-\OOmanifest{<manifest:file-entry
- manifest:full-path="Pictures/\PictureFile"/>\Hnewline
-}%
-%
- \ht:special{t4ht=<draw:image\Hnewline
- xlink:href="\#Pictures/}}
- {\ht:special{t4ht=" \Hnewline
- text:anchor-type="as-char" % "paragraph"
-% svg:width="...inch"
-% svg:height="...inch"
- draw:z-index="0"
- xlink:type="simple"
- xlink:show="embed"
- xlink:actuate="onLoad"
- draw:name="}}
- {}
- {\ht:special{t4ht=" }}
- {\ht:special{t4ht=/>}}
-\Configure{PictureAlt*+[]}
- {\ht:special{t4ht>\jobname .tmp}}
- {\ht:special{t4ht<\jobname .tmp}}
-\Configure{PictureAlt*+}
- {\let\sv:HtmlPar=\HtmlPar \let\HtmlPar=\empty
- \def\PsCode##1{{\ht:special{\PsCodeSpecial##1}}}%
-%
- \iffalse{\fi
-\let\sv:halign=\halign
-\let\sv:cr=\cr
-\let\sv:crcr=\crcr
-\iffalse}\fi
-\RecallTeXcr \let\halign =\TeXhalign
-%
- \NoFonts\csname PauseMathClass\endcsname \SUBOff \SUPOff
- \let\HCode=\:gobble
- \let\EndPicture=\empty
- \ht:special{t4ht>\jobname 1.tmp}%
- }
- {\ht:special{t4ht<\jobname 1.tmp}%
- \let\HCode=\:HCode
- \let\EndPicture=\:UnDef \let\HtmlPar=\sv:HtmlPar \SUBOn \SUPOn
- \csname EndPauseMathClass\endcsname \EndNoFonts
- \iffalse{\fi
-\let\halign=\sv:halign
-\let\cr=\sv:cr
-\let\crcr=\sv:crcr
-\iffalse}\fi
-%
- \let\PsCode=\relax
-}
-\:CheckOption{.gif} \if:Option
- \Configure{Picture}{.gif}
-\fi
-\:CheckOption{.wmf} \if:Option
- \Configure{Picture}{.wmf}
-\fi
-\:CheckOption{.svg} \if:Option
- \Configure{Picture}{.svg}
-\fi
-\:CheckOption{info}\if:Option
- \Log:Note{to request a format for dvi pictures,
- use the desired command line option from:
- `.gif', `.svg', `.wmf'}}
-\fi
\Configure{Preamble}
{}
{\ht:special{t4ht>\jobname-settings.4os}%
\ht:special{t4ht=<?xml version="1.0" encoding="UTF-8"?>\Hnewline
}%
\ht:special{t4ht=<!DOCTYPE office:document-settings PUBLIC
- "-//OpenOffice.org//DTD OfficeDocument \oo:dtd:ver//\expandafter
+ "-//OpenOffice.org//DTD OfficeDocument \oo:dtd:ver//\expandafter
\ifx \csname a:dtd-lang\endcsname\relax EN\else
\csname a:dtd-lang\endcsname
\fi
"
- "office.dtd">\Hnewline
+ "office.dtd">\Hnewline
}%
\ht:special{t4ht=<office:document-settings \Hnewline
xmlns:office="http://openoffice.org/2000/office" \Hnewline
@@ -611,8 +526,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
office:version="1.0"> \Hnewline
<office:settings> \Hnewline
}%
- \ht:special{t4ht=</office:settings>
-</office:document-settings>\Hnewline
+ \ht:special{t4ht=</office:document-settings>\Hnewline
}%
\ht:special{t4ht*>}%
\ht:special{t4ht<\jobname-settings.4os}%
@@ -671,19 +585,281 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
\OOmanifest{</manifest:manifest>\Hnewline}%
%
- \:CheckOption{oo2}\if:Option
+ \:CheckOption{oo1}\if:Option
+ \ht:special{t4ht>\jobname .4ox}%
+ \ht:special{t4ht*>}%
+ \ht:special{t4ht<\jobname .4ox}%
+\else
\ht:special{t4ht>\jobname .4od}%
\ht:special{t4ht*>}%
\ht:special{t4ht<\jobname .4od}%
+\fi
+%
+ \fi
+ }
+\def\text:footnote{\text:footnote}
+\def\text:note:class{}
+\def\index:entry:chapter{text:index-entry-chapter-number}
+
\else
+ {\Configure{Needs}{File: \jobname.odt}\Needs{}}
+ \Configure{HTML}
+ {\HCode{<office:document-content \Hnewline
+ xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" \Hnewline
+xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" \Hnewline
+xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" \Hnewline
+xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" \Hnewline
+xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" \Hnewline
+xmlns:fo="http://www.w3.org/1999/XSL/Format" \Hnewline
+xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
+xmlns:dc="http://purl.org/dc/elements/1.1/" \Hnewline
+xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" \Hnewline
+xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0"\Hnewline
+xmlns:svg="http://www.w3.org/2000/svg" \Hnewline
+xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" \Hnewline
+xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" \Hnewline
+xmlns:math="http://www.w3.org/1998/Math/MathML" \Hnewline
+xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" \Hnewline
+xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" \Hnewline
+xmlns:ooo="http://openoffice.org/2004/office" \Hnewline
+xmlns:ooow="http://openoffice.org/2004/writer" \Hnewline
+xmlns:oooc="http://openoffice.org/2004/calc" \Hnewline
+xmlns:dom="http://www.w3.org/2001/xml-events" \Hnewline
+xmlns:xforms="http://www.w3.org/2002/xforms" \Hnewline
+xmlns:xsd="http://www.w3.org/2001/XMLSchema" \Hnewline
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" \Hnewline
+%
+ office:version="1.0"
+ >\Hnewline
+ <office:automatic-styles>
+ <style:page-layout style:name="Standard-page-layout">
+ <style:page-layout-properties
+ fo:page-width="8.5in"
+ fo:page-height="11in"
+ style:num-format="1"
+ style:print-orientation="portrait"
+ fo:margin-top="0.7874in"
+ fo:margin-bottom="0.7874in"
+ fo:margin-left="0.7874in"
+ fo:margin-right="0.7874in"
+ style:writing-mode="lr-tb"
+ style:footnote-max-height="0in">
+ <style:footnote-sep
+ style:width="0.0071in"
+ style:distance-before-sep="0.0398in"
+ style:distance-after-sep="0.0398in"
+ style:adjustment="left"
+ style:rel-width="25\%"
+ style:color="\#000000"/>
+ </style:page-layout-properties>
+ <style:header-style/>
+ <style:footer-style/>
+</style:page-layout>
+\Hnewline
+ </office:automatic-styles>
+ }}
+ {\EndP\HCode{</office:document-content>}}
+\Configure{BODY}
+ {\HCode{<office:body><office:text>}\par\ShowPar}
+ {\IgnorePar\EndP
+ \HCode{</office:text></office:body>\Hnewline}}
+\Configure{META}
+ {<meta:initial-creator>TeX4ht from \jobname.tex,
+ options: \expandafter\:gobbleM\meaning\Preamble\Hnewline
+ (http://www.cse.ohio-state.edu/\string
+ ~gurari/TeX4ht/)
+\Hnewline
+ </meta:initial-creator>\Hnewline}
+\Configure{META}
+ {<meta:generator>TeX4ht from \jobname.tex,
+ options: \expandafter\:gobbleM\meaning\Preamble\Hnewline
+ (http://www.cse.ohio-state.edu/\string
+ ~gurari/TeX4ht/)
+\Hnewline
+ </meta:generator>\Hnewline}
+\Configure{META}
+ {<meta:creation-date>\:today</meta:creation-date>\Hnewline}
+\Configure{META}
+ {<dc:date>\:today</dc:date>\Hnewline}
+\Configure{Preamble}
+ {}
+ {\ht:special{t4ht>\jobname-settings.4os}%
+ \ht:special{t4ht=<?xml version="1.0" encoding="UTF-8"?>\Hnewline
+}%
+ \ht:special{t4ht=<!DOCTYPE office:document-settings PUBLIC
+ "-//OpenOffice.org//DTD OfficeDocument \oo:dtd:ver//\expandafter
+\ifx \csname a:dtd-lang\endcsname\relax EN\else
+ \csname a:dtd-lang\endcsname
+\fi
+"
+ "office.dtd">\Hnewline
+}%
+ \ht:special{t4ht=<office:document-settings \Hnewline
+ xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" \Hnewline
+ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
+ xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" \Hnewline
+ office:version="1.0"> \Hnewline
+}%
+ \ht:special{t4ht=</office:document-settings>\Hnewline
+}%
+\ht:special{t4ht*>}%
+\ht:special{t4ht<\jobname-settings.4os}%
+%
+ \def\OOstyles##1{%
+\ht:special{t4ht>\jobname-styles.4oy}%
+ \ht:special{t4ht=##1}%
+ \ht:special{t4ht*>}%
+}
+\OOstyles{\:OOstyles}
+\ht:special{t4ht*>\jobname-styles.4oy}%
+\let\:OOstyles=\:UnDef
+%
+ \def\OOmanifest##1{%
+ \ht:special{t4ht>\jobname-manifest.4of}%
+ \ht:special{t4ht=##1}%
+ \ht:special{t4ht*>}%
+}
+\OOmanifest{\:OOmanifest}
+\ht:special{t4ht*>\jobname-manifest.4of}%
+\let\:OOmanifest=\:UnDef
+%
+ \ht:special{t4ht>\jobname-meta.4ot}%
+ \ht:special{t4ht=<?xml version="1.0" encoding="UTF-8"?>\Hnewline
+}%
+ \ht:special{t4ht=<!DOCTYPE office:document-meta PUBLIC
+ "-//OpenOffice.org//DTD OfficeDocument \oo:dtd:ver//\expandafter
+\ifx \csname a:dtd-lang\endcsname\relax EN\else
+ \csname a:dtd-lang\endcsname
+\fi
+"
+ "office.dtd">\Hnewline
+}%
+ \ht:special{t4ht=<office:document-meta \Hnewline
+ xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0"\Hnewline
+ xmlns:xlink="http://www.w3.org/1999/xlink"\Hnewline
+ xmlns:dc="http://purl.org/dc/elements/1.1/"\Hnewline
+ xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0"\Hnewline
+ xmlns:ooo="http://openoffice.org/2004/office"\Hnewline
+ office:version="1.0">\Hnewline
+<office:meta>\Hnewline
+}%
+ \ht:special{t4ht=\a:META}%
+ \ht:special{t4ht=</office:meta></office:document-meta>\Hnewline
+}%
+\ht:special{t4ht*>}%
+\ht:special{t4ht<\jobname-meta.4ot}%
+%
+ }
+\Configure{@/BODY}
+ {\relax
+ \ifnum \FileNumber=1
+ \OOstyles{%
+ \oo:style
+ </office:styles>\Hnewline
+ <office:master-styles>\Hnewline
+ <style:master-page
+ style:name="Standard"
+ style:page-layout-name="Standard-page-layout"/>\Hnewline
+\Hnewline
+ </office:master-styles>\Hnewline
+ </office:document-styles>\Hnewline}%
+%
+ \OOmanifest{</manifest:manifest>\Hnewline}%
+%
+ \:CheckOption{oo1}\if:Option
\ht:special{t4ht>\jobname .4ox}%
\ht:special{t4ht*>}%
\ht:special{t4ht<\jobname .4ox}%
-
+\else
+ \ht:special{t4ht>\jobname .4od}%
+ \ht:special{t4ht*>}%
+ \ht:special{t4ht<\jobname .4od}%
\fi
%
\fi
}
+\def\text:footnote{text:note}
+\:CheckOption{endnotes}\if:Option
+ \def\text:note:class{text:note-class="endnote" }
+\else
+ \def\text:note:class{text:note-class="footnote" }
+ \Log:Note{for end notes instead of footnotes,
+ use the command line option `endnotes'}
+\fi
+\def\index:entry:chapter{text:index-entry-chapter}
+
+\fi
+\Configure{HEAD}{}{}
+\def\svg:width{0.0pt}\def\svg:height{0.0pt}
+\Configure{IMG}
+ {\ht:special{t4ht>\PictureFile.4og}%
+\ht:special{t4ht*>}%
+\ht:special{t4ht<\PictureFile.4og}%
+\OOmanifest{<manifest:file-entry
+ manifest:full-path="Pictures/\PictureFile"/>\Hnewline
+}%
+%
+ \ht:special{t4ht=<draw:frame
+ draw:name="\PictureFile"
+ text:anchor-type="as-char" % "paragraph"
+% svg:width="...pt"
+% svg:height="...pt"
+ draw:z-index="0">%
+ <draw:image\Hnewline
+ xlink:href="Pictures/}}
+ {\ht:special{t4ht=" \Hnewline
+ xlink:type="simple"
+ xlink:show="embed"
+ xlink:actuate="onLoad"
+ /><!--draw:name="}}
+ {" }
+ {\ht:special{t4ht=" }}
+ {\ht:special{t4ht=--></draw:frame>}}
+\Configure{PictureAlt*+[]}
+ {\ht:special{t4ht>\jobname .tmp}}
+ {\ht:special{t4ht<\jobname .tmp}}
+\Configure{PictureAlt*+}
+ {\let\sv:HtmlPar=\HtmlPar \let\HtmlPar=\empty
+ \def\PsCode##1{{\ht:special{\PsCodeSpecial##1}}}%
+%
+ \iffalse{\fi
+\let\sv:halign=\halign
+\let\sv:cr=\cr
+\let\sv:crcr=\crcr
+\iffalse}\fi
+\RecallTeXcr \let\halign =\TeXhalign
+%
+ \NoFonts\csname PauseMathClass\endcsname \SUBOff \SUPOff
+ \let\HCode=\:gobble
+ \let\EndPicture=\empty
+ \ht:special{t4ht>\jobname 1.tmp}%
+ }
+ {\ht:special{t4ht<\jobname 1.tmp}%
+ \let\HCode=\:HCode
+ \let\EndPicture=\:UnDef \let\HtmlPar=\sv:HtmlPar \SUBOn \SUPOn
+ \csname EndPauseMathClass\endcsname \EndNoFonts
+ \iffalse{\fi
+\let\halign=\sv:halign
+\let\cr=\sv:cr
+\let\crcr=\sv:crcr
+\iffalse}\fi
+%
+ \let\PsCode=\relax
+}
+\:CheckOption{.gif} \if:Option
+ \Configure{Picture}{.gif}
+\fi
+\:CheckOption{.wmf} \if:Option
+ \Configure{Picture}{.wmf}
+\fi
+\:CheckOption{.svg} \if:Option
+ \Configure{Picture}{.svg}
+\fi
+\:CheckOption{info}\if:Option
+ \Log:Note{to request a format for dvi pictures,
+ use the desired command line option from:
+ `.gif', `.svg', `.wmf'}
+\fi
\Configure{CutAtTITLE+}{}
\Configure{HPageTITLE+}{}
\Configure{TITLE}{}{}
@@ -710,31 +886,31 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{m}{m} %{\HCode{valign-middle align-left}}
{b}{n} %{\HCode{valign-baseline align-left}}
{}
-\def\mml:class#1"#2"{}
+\def\mml:class#1"#2"{ }
\expandafter\ifx \csname if@rl\endcsname\relax
\expandafter \csname newif\expandafter\endcsname \csname if@rl\endcsname
\@rlfalse
\fi
-\HTML:PAR{\ifHCond Like \fi Text body\if@rl\space rtl\fi
+\HTML:PAR{\ifHCond Like-\fi Text-body\if@rl-rtl\fi
}%
- {\ifdim \parindent=\z@ Text body\else
- First line indent\fi \if@rl\space rtl\fi
+ {\ifdim \parindent=\z@ Text-body\else
+ First-line-indent\fi \if@rl-rtl\fi
}
\NewConfigureOO{p-indent}
\ConfigureOO{p-indent}{%
-<style:style style:name="First line indent"
+<style:style style:name="First-line-indent"
style:family="paragraph"
- style:parent-style-name="Text body"
+ style:parent-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:margin-left="0cm"
+<\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:text-indent="0.499cm"
style:auto-text-indent="false"/>
-</style:style>\Hnewline <style:style style:name="First line indent rtl"
+</style:style>\Hnewline <style:style style:name="First-line-indent-rtl"
style:family="paragraph"
- style:parent-style-name="Text body"
+ style:parent-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:margin-left="0cm"
+<\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:text-indent="0.499cm"
style:auto-text-indent="false"
@@ -745,13 +921,13 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{p-noindent}
\ConfigureOO{p-noindent}{%
-<style:style style:name="Text body"
+<style:style style:name="Text-body"
style:family="paragraph"
style:parent-style-name="Standard"
- style:next-style-name="First line indent"
+ style:next-style-name="First-line-indent"
style:class="text"
style:master-page-name="">\Hnewline
-<style:properties fo:margin-top="0cm"
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0cm"
fo:line-height="120\%"
fo:text-align="justify"
@@ -763,13 +939,13 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:page-number="0"/>
</style:style>
\Hnewline
-<style:style style:name="Like Text body"
+<style:style style:name="Like-Text-body"
style:family="paragraph"
style:parent-style-name="Standard"
- style:next-style-name="First line indent"
+ style:next-style-name="First-line-indent"
style:class="text"
style:master-page-name="">\Hnewline
-<style:properties fo:margin-top="0cm"
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0cm"
fo:line-height="120\%"
fo:text-align="justify"
@@ -780,13 +956,13 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
fo:hyphenation-ladder-count="no-limit"
style:page-number="0"/>
</style:style>
-\Hnewline <style:style style:name="Text body rtl"
+\Hnewline <style:style style:name="Text-body-rtl"
style:family="paragraph"
style:parent-style-name="Standard"
- style:next-style-name="First line indent"
+ style:next-style-name="First-line-indent"
style:class="text"
style:master-page-name="">\Hnewline
-<style:properties fo:margin-top="0cm"
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0cm"
fo:line-height="120\%"
style:justify-single-word="false"
@@ -799,13 +975,13 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:writing-mode="rl-tb" />
</style:style>
\Hnewline
-<style:style style:name="Like Text body rtl"
+<style:style style:name="Like-Text-body-rtl"
style:family="paragraph"
style:parent-style-name="Standard"
- style:next-style-name="First line indent"
+ style:next-style-name="First-line-indent"
style:class="text"
style:master-page-name="">\Hnewline
-<style:properties fo:margin-top="0cm"
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0cm"
fo:line-height="120\%"
style:justify-single-word="false"
@@ -823,17 +999,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{p-nopar}
{<style:style style:name="p-nopar"
style:family="paragraph"
- style:parent-style-name="Text body">\Hnewline
- <style:properties
+ style:parent-style-name="Text-body">\Hnewline
+ <\style:par:properties
fo:text-align="justify"
style:auto-text-indent="false"
fo:margin-top="0.3cm"
fo:margin-bottom="0.3cm"
style:justify-single-word="false"/>\Hnewline
- </style:style>\Hnewline <style:style style:name="p-nopar rtl"
+ </style:style>\Hnewline <style:style style:name="p-nopar-rtl"
style:family="paragraph"
- style:parent-style-name="Text body">\Hnewline
- <style:properties
+ style:parent-style-name="Text-body">\Hnewline
+ <\style:par:properties
style:auto-text-indent="false"
fo:margin-top="0.3cm"
fo:margin-bottom="0.3cm"
@@ -844,8 +1020,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\OOstyles{%
<style:style style:name="clearpage" style:family="paragraph"
- style:parent-style-name="Text body">
- <style:properties fo:break-before="page" />
+ style:parent-style-name="Text-body">
+ <\style:par:properties fo:break-before="page" />
</style:style>
}
\def\Hclearpage{%
@@ -966,254 +1142,440 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{hebtex}
\ConfigureList{itemize}%
- {\EndP\HCode{<text:unordered-list
- text:style-name="Itemize\if@rl\space rtl\fi
+ {\EndP\HCode{<\text:unorderedlist
+ text:style-name="Itemize\if@rl-rtl\fi
">\Hnewline}\def\end@Item{}\bgroup
\Configure{HtmlPar}
- {\EndP\HCode{<text:p text:style-name="Inside itemize\if@rl\space rtl\fi
+ {\EndP\HCode{<text:p text:style-name="Inside-itemize\if@rl-rtl\fi
">}}
- {\EndP\HCode{<text:p text:style-name="Inside itemize\if@rl\space rtl\fi
+ {\EndP\HCode{<text:p text:style-name="Inside-itemize\if@rl-rtl\fi
">}}
{\HCode{</text:p>\Hnewline}} {\HCode{</text:p>\Hnewline}}}
{\EndP\IgnorePar \egroup \HCode{</text:list-item>\Hnewline
- </text:unordered-list>\Hnewline}\ShowPar}
+ </\text:unorderedlist>\Hnewline}\ShowPar}
{\EndP\end@Item\DeleteMark}
{\HCode{<text:list-item>}\par\ShowPar
\def\end@Item{\HCode{</text:list-item>\Hnewline}}}
-\NewConfigureOO{itemize}
-\ifOption{oo+}
- {\ConfigureOO{itemize}
- {<text:list-style style:name="Itemize">\Hnewline
- <text:list-level-style-bullet
- text:level="1"
- text:style-name="Bullet Symbols"
- style:num-suffix="."
- text:bullet-char="-">\Hnewline
- <style:properties text:min-label-width="0.499cm"/>\Hnewline
- </text:list-level-style-bullet>\Hnewline
- </text:list-style>\Hnewline
-<style:style style:name="Inside itemize"
+\ConfigureList{enumerate}%
+ {\EndP\HCode{<\text:orderedlist
+ text:style-name="Enumerate\if@rl-rtl\fi
+">\Hnewline}\def\end@Item{}\bgroup
+ \Configure{HtmlPar}
+ {\EndP\HCode{<text:p
+ text:style-name="Inside-enumerate\if@rl-rtl\fi
+">}}
+ {\EndP\HCode{<text:p
+ text:style-name="Inside-enumerate\if@rl-rtl\fi
+">}}
+ {\HCode{</text:p>\Hnewline}} {\HCode{</text:p>\Hnewline}}}
+ {\EndP\IgnorePar \egroup \HCode{</text:list-item>\Hnewline
+ </\text:orderedlist>\Hnewline}\ShowPar}
+ {\EndP\end@Item\DeleteMark}
+ {\HCode{<text:list-item>}\par\ShowPar
+ \def\end@Item{\HCode{</text:list-item>\Hnewline}}}
+\:CheckOption{oo1}\if:Option
+ \NewConfigureOO{itemize}
+\ConfigureOO{itemize}
+ {<style:style style:name="Inside-itemize"
style:family="paragraph"
- style:parent-style-name="Text body"
+ style:parent-style-name="Standard"
style:list-style-name="Itemize"/>\Hnewline
-<text:list-style style:name="Itemize rtl">\Hnewline
- <text:list-level-style-bullet
- text:level="1"
- text:style-name="Bullet Symbols"
- text:bullet-char="\string&\:sharp x2022;" >\Hnewline
- <style:properties
- text:space-before="0.15inch"
- text:min-label-distance="0.05inch"/>\Hnewline
- </text:list-level-style-bullet>\Hnewline
- <text:list-level-style-bullet
- text:level="2"
- text:bullet-char="\string&\:sharp x25E6;" >\Hnewline
- <style:properties
- text:space-before="0.1972inch"
- text:min-label-width="0.2965inch"/>\Hnewline
- </text:list-level-style-bullet>\Hnewline
- <text:list-level-style-bullet
- text:level="3"
- text:bullet-char="\string&\:sharp x25AA;" >\Hnewline
- <style:properties
- text:space-before="0.3937inch"
- text:min-label-width="0.4965inch"/>\Hnewline
- </text:list-level-style-bullet>\Hnewline
- <text:list-level-style-bullet
- text:level="4"
- text:bullet-char="\string&\:sharp x25AB;" >\Hnewline
- <style:properties
- text:space-before="0.5909inch"
- text:min-label-width="0.6965inch"/>\Hnewline
- </text:list-level-style-bullet>\Hnewline
-</text:list-style>\Hnewline
-<style:style style:name="Inside itemize rtl"
- style:family="paragraph"
- style:list-style-name="Itemize rtl">\Hnewline
- <style:properties
- fo:text-align="end"
- style:justify-single-word="false"
- style:writing-mode="rl-tb"/>\Hnewline
-</style:style>\Hnewline
-}}
- {\ConfigureOO{itemize}{<text:list-style style:name="Itemize rtl">\Hnewline
+%
+ <text:list-style style:name="Itemize">\Hnewline
<text:list-level-style-bullet
- text:level="1"
- text:style-name="Bullet Symbols"
+ \list:text:level="1"
+ text:style-name="Bullet-Symbols"
text:bullet-char="\string&\:sharp x2022;" >\Hnewline
- <style:properties
- text:space-before="0.15inch"
- text:min-label-distance="0.05inch"/>\Hnewline
+ <\style:properties
+ text:space-before="0.15in"
+ text:min-label-distance="0.05in"/>\Hnewline
</text:list-level-style-bullet>\Hnewline
<text:list-level-style-bullet
- text:level="2"
- text:bullet-char="\string&\:sharp x25E6;" >\Hnewline
- <style:properties
- text:space-before="0.1972inch"
- text:min-label-width="0.2965inch"/>\Hnewline
+ \list:text:level="2"
+ text:bullet-char="-" >\Hnewline
+ <\style:properties
+ text:space-before="0.35in"
+ text:min-label-distance="0.05in" />\Hnewline
</text:list-level-style-bullet>\Hnewline
<text:list-level-style-bullet
- text:level="3"
- text:bullet-char="\string&\:sharp x25AA;" >\Hnewline
- <style:properties
- text:space-before="0.3937inch"
- text:min-label-width="0.4965inch"/>\Hnewline
+ \list:text:level="3"
+ text:bullet-char="\string&\:sharp x204E;" >\Hnewline
+ <\style:properties
+ text:space-before="0.55in"
+ text:min-label-distance="0.05in" />\Hnewline
</text:list-level-style-bullet>\Hnewline
<text:list-level-style-bullet
- text:level="4"
- text:bullet-char="\string&\:sharp x25AB;" >\Hnewline
- <style:properties
- text:space-before="0.5909inch"
- text:min-label-width="0.6965inch"/>\Hnewline
+ \list:text:level="4"
+ text:bullet-char="\string&\:sharp x00B7;" >\Hnewline
+ <\style:properties
+ text:space-before="0.75in"
+ text:min-label-distance="0.05in" />\Hnewline
</text:list-level-style-bullet>\Hnewline
</text:list-style>\Hnewline
-<style:style style:name="Inside itemize rtl"
- style:family="paragraph"
- style:list-style-name="Itemize rtl">\Hnewline
- <style:properties
- fo:text-align="end"
- style:justify-single-word="false"
- style:writing-mode="rl-tb"/>\Hnewline
-</style:style>\Hnewline
-}}
-\ConfigureList{enumerate}%
- {\EndP\HCode{<text:ordered-list
- text:style-name="Enumerate\if@rl\space rtl\fi
-">\Hnewline}\def\end@Item{}\bgroup
- \Configure{HtmlPar}
- {\EndP\HCode{<text:p text:style-name="Inside enumerate\if@rl\space rtl\fi
-">}}
- {\EndP\HCode{<text:p text:style-name="Inside enumerate\if@rl\space rtl\fi
-">}}
- {\HCode{</text:p>\Hnewline}} {\HCode{</text:p>\Hnewline}}}
- {\EndP\IgnorePar \egroup \HCode{</text:list-item>\Hnewline
- </text:ordered-list>\Hnewline}\ShowPar}
- {\EndP\end@Item\DeleteMark}
- {\HCode{<text:list-item>}\par\ShowPar
- \def\end@Item{\HCode{</text:list-item>\Hnewline}}}
+%
+ }
\NewConfigureOO{enumerate}
-\ifOption{oo+}
- {\ConfigureOO{enumerate}%
- {<text:list-style style:name="Enumerate">\Hnewline
- <text:list-level-style-number
- text:level="1"
- text:style-name="Numbering Symbols"
- style:num-suffix="."
- style:num-format="1">\Hnewline
- <style:properties text:min-label-width="0.499cm"/>\Hnewline
- </text:list-level-style-number>\Hnewline
-</text:list-style>\Hnewline
-<style:style style:name="Inside enumerate"
+\ConfigureOO{enumerate}%
+ {<style:style style:name="Inside-enumerate"
style:family="paragraph"
- style:parent-style-name="Text body"
+ style:parent-style-name="Text-body"
style:list-style-name="Enumerate"/>\Hnewline
%
- <text:list-style style:name="Enumerate rtl">\Hnewline
+ <text:list-style style:name="Enumerate">\Hnewline
<text:list-level-style-number
- text:level="1"
- text:style-name="Numbering Symbols"
- style:num-suffix="."
- style:num-format="1">\Hnewline
- <style:properties
- text:space-before="0.15inch"
- text:min-label-distance="0.05inch"/>\Hnewline
+ \list:text:level="1"
+ text:style-name="Numbering-Symbols"
+ style:num-prefix="\csname b:enumerate:1\endcsname"
+ style:num-suffix="\csname c:enumerate:1\endcsname"
+ style:num-format="\csname a:enumerate:1\endcsname">\Hnewline
+ <\style:properties
+ text:space-before="0.15in"
+ text:min-label-distance="0.05in"/>\Hnewline
</text:list-level-style-number>\Hnewline
<text:list-level-style-number
- text:level="2"
- style:num-suffix="."
- style:num-format="a">\Hnewline
- <style:properties
- text:space-before="0.1972inch"
- text:min-label-width="0.2965inch"/>\Hnewline
+ \list:text:level="2"
+ style:num-prefix="\csname b:enumerate:2\endcsname"
+ style:num-suffix="\csname c:enumerate:2\endcsname"
+ style:num-format="\csname a:enumerate:2\endcsname">\Hnewline
+ <\style:properties
+ text:space-before="0.35in"
+ text:min-label-distance="0.05in"/>\Hnewline
</text:list-level-style-number>\Hnewline
<text:list-level-style-number
- text:level="3"
- style:num-suffix="."
- style:num-format="i">\Hnewline
- <style:properties
- text:space-before="0.3937inch"
- text:min-label-width="0.4965inch"/>\Hnewline
+ \list:text:level="3"
+ style:num-prefix="\csname b:enumerate:3\endcsname"
+ style:num-suffix="\csname c:enumerate:3\endcsname"
+ style:num-format="\csname a:enumerate:3\endcsname">\Hnewline
+ <\style:properties
+ text:space-before="0.6in"
+ text:min-label-distance="0.05in"/>\Hnewline
</text:list-level-style-number>\Hnewline
<text:list-level-style-number
- text:level="4"
- style:num-suffix="."
- style:num-format="A">\Hnewline
- <style:properties
- text:space-before="0.5909inch"
- text:min-label-width="0.6965inch"/>\Hnewline
+ \list:text:level="4"
+ style:num-prefix="\csname b:enumerate:4\endcsname"
+ style:num-suffix="\csname c:enumerate:4\endcsname"
+ style:num-format="\csname a:enumerate:4\endcsname">\Hnewline
+ <\style:properties
+ text:space-before="0.8in"
+ text:min-label-distance="0.05in"/>\Hnewline
</text:list-level-style-number>\Hnewline
</text:list-style>\Hnewline
-<style:style style:name="Inside enumerate rtl"
+%
+ <style:style style:name="Inside-enumerate-rtl"
style:family="paragraph"
- style:list-style-name="Enumerate rtl">\Hnewline
- <style:properties
+ style:list-style-name="Enumerate-rtl">\Hnewline
+ <\style:par:properties
fo:text-align="end"
style:justify-single-word="false"
style:writing-mode="rl-tb"/>\Hnewline
</style:style>\Hnewline
-}}
- {\ConfigureOO{enumerate}{<text:list-style style:name="Enumerate rtl">\Hnewline
+%
+ <text:list-style style:name="Enumerate-rtl">\Hnewline
<text:list-level-style-number
- text:level="1"
- text:style-name="Numbering Symbols"
+ \list:text:level="1"
+ text:style-name="Numbering-Symbols"
style:num-suffix="."
style:num-format="1">\Hnewline
- <style:properties
- text:space-before="0.15inch"
- text:min-label-distance="0.05inch"/>\Hnewline
+ <\style:properties
+ text:space-before="0.15in"
+ text:min-label-distance="0.05in"/>\Hnewline
</text:list-level-style-number>\Hnewline
<text:list-level-style-number
- text:level="2"
+ \list:text:level="2"
style:num-suffix="."
style:num-format="a">\Hnewline
- <style:properties
- text:space-before="0.1972inch"
- text:min-label-width="0.2965inch"/>\Hnewline
+ <\style:properties
+ text:space-before="0.1972in"
+ text:min-label-width="0.2965in"/>\Hnewline
</text:list-level-style-number>\Hnewline
<text:list-level-style-number
- text:level="3"
+ \list:text:level="3"
style:num-suffix="."
style:num-format="i">\Hnewline
- <style:properties
- text:space-before="0.3937inch"
- text:min-label-width="0.4965inch"/>\Hnewline
+ <\style:properties
+ text:space-before="0.3937in"
+ text:min-label-width="0.4965in"/>\Hnewline
</text:list-level-style-number>\Hnewline
<text:list-level-style-number
- text:level="4"
+ \list:text:level="4"
style:num-suffix="."
style:num-format="A">\Hnewline
- <style:properties
- text:space-before="0.5909inch"
- text:min-label-width="0.6965inch"/>\Hnewline
+ <\style:properties
+ text:space-before="0.5909in"
+ text:min-label-width="0.6965in"/>\Hnewline
</text:list-level-style-number>\Hnewline
</text:list-style>\Hnewline
-<style:style style:name="Inside enumerate rtl"
+}
+\NewConfigureOO{description}
+\ConfigureOO{description}{<style:style
+ style:name="dd"
+ style:family="paragraph"
+ style:parent-style-name="Text-body">
+ <\style:par:properties
+ fo:margin-left="0.35in"
+ fo:margin-right="0in"
+ fo:margin-top="0.2cm"
+ fo:margin-bottom="0.2cm"
+ fo:text-indent="0in"
+ style:auto-text-indent="false"/>
+</style:style>
+<style:style
+ style:name="dt"
+ style:family="paragraph">
+ <\style:par:properties
+ fo:margin-left="0.1in"
+ fo:font-weight="bold"
+ />
+</style:style>
+<style:style
+ style:name="dd-2"
+ style:family="paragraph"
+ style:parent-style-name="Text-body">
+ <\style:par:properties
+ fo:margin-left="0.75in"
+ fo:margin-right="0in"
+ fo:margin-top="0.2cm"
+ fo:margin-bottom="0.2cm"
+ fo:text-indent="0in"
+ style:auto-text-indent="false"/>
+</style:style>
+<style:style
+ style:name="dt-2"
+ style:family="paragraph">
+ <\style:par:properties
+ fo:margin-left="0.5in"
+ fo:font-weight="bold"
+ />
+</style:style>
+}
+
+\else
+ \NewConfigureOO{itemize}
+\ConfigureOO{itemize}
+ {<style:style style:name="Inside-itemize"
+ style:family="paragraph"
+ style:parent-style-name="Standard"
+ style:list-style-name="Itemize"/>\Hnewline
+%
+ <text:list-style style:name="Itemize" >
+ <text:list-level-style-bullet
+ text:level="1"
+ text:style-name="Bullet-Symbols"
+ text:bullet-char="\string&\:sharp x2022;" >\Hnewline
+ <style:list-level-properties
+ text:space-before="0.15in"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet
+ text:level="2"
+ text:style-name="Bullet-Symbols"
+ text:bullet-char="-" >\Hnewline
+ <style:list-level-properties
+ text:space-before="0.35in"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet
+ text:level="3"
+ text:style-name="Bullet-Symbols"
+ text:bullet-char="\string&\:sharp x204E;" >\Hnewline
+ <style:list-level-properties
+ text:space-before="0.55in"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-bullet>
+ <text:list-level-style-bullet
+ text:level="4"
+ text:style-name="Bullet-Symbols"
+ text:bullet-char="\string&\:sharp x00B7;" >\Hnewline
+ <style:list-level-properties
+ text:space-before="0.75in"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-bullet>
+</text:list-style>
+%
+ }
+\NewConfigureOO{enumerate}
+\ConfigureOO{enumerate}%
+ {<style:style style:name="Inside-enumerate"
+ style:family="paragraph"
+ style:parent-style-name="Text-body"
+ style:list-style-name="Enumerate"/>\Hnewline
+%
+ <text:list-style style:name="Enumerate">\Hnewline
+ <text:list-level-style-number
+ text:level="1"
+ text:style-name="Numbering-Symbols"
+ style:num-prefix="\csname b:enumerate:1\endcsname"
+ style:num-suffix="\csname c:enumerate:1\endcsname" >\Hnewline
+ <style:list-level-properties
+ text:space-before="0.15in"
+ style:num-format="\csname a:enumerate:1\endcsname"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+ <text:list-level-style-number
+ text:level="2"
+ text:style-name="Numbering-Symbols"
+ style:num-prefix="\csname b:enumerate:2\endcsname"
+ style:num-suffix="\csname c:enumerate:2\endcsname">\Hnewline
+ <style:list-level-properties
+ text:space-before="0.35in"
+ style:num-format="\csname a:enumerate:2\endcsname"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+ <text:list-level-style-number
+ text:level="3"
+ text:style-name="Numbering-Symbols"
+ style:num-prefix="\csname b:enumerate:3\endcsname"
+ style:num-suffix="\csname c:enumerate:3\endcsname">\Hnewline
+ <style:list-level-properties
+ text:space-before="0.6in"
+ style:num-format="\csname a:enumerate:3\endcsname"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+ <text:list-level-style-number
+ text:level="4"
+ text:style-name="Numbering-Symbols"
+ style:num-prefix="\csname b:enumerate:4\endcsname"
+ style:num-suffix="\csname c:enumerate:4\endcsname">\Hnewline
+ <style:list-level-properties
+ text:space-before="0.8in"
+ style:num-format="\csname a:enumerate:4\endcsname"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+</text:list-style>\Hnewline
+%
+ <style:style style:name="Inside-enumerate-rtl"
style:family="paragraph"
- style:list-style-name="Enumerate rtl">\Hnewline
- <style:properties
+ style:list-style-name="Enumerate-rtl">\Hnewline
+ <\style:par:properties
fo:text-align="end"
style:justify-single-word="false"
style:writing-mode="rl-tb"/>\Hnewline
</style:style>\Hnewline
-}}
+%
+ <text:list-style style:name="Enumerate-rtl">\Hnewline
+ <text:list-level-style-number
+ text:level="1"
+ text:style-name="Numbering-Symbols"
+ style:num-prefix="\csname b:enumerate:1\endcsname"
+ style:num-suffix="\csname c:enumerate:1\endcsname" >\Hnewline
+ <style:list-level-properties
+ text:space-before="0.15in"
+ style:num-format="\csname a:enumerate:1\endcsname"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+ <text:list-level-style-number
+ text:level="2"
+ text:style-name="Numbering-Symbols"
+ style:num-prefix="\csname b:enumerate:2\endcsname"
+ style:num-suffix="\csname c:enumerate:2\endcsname">\Hnewline
+ <style:list-level-properties
+ text:space-before="0.35in"
+ style:num-format="\csname a:enumerate:2\endcsname"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+ <text:list-level-style-number
+ text:level="3"
+ text:style-name="Numbering-Symbols"
+ style:num-prefix="\csname b:enumerate:3\endcsname"
+ style:num-suffix="\csname c:enumerate:3\endcsname">\Hnewline
+ <style:list-level-properties
+ text:space-before="0.6in"
+ style:num-format="\csname a:enumerate:3\endcsname"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+ <text:list-level-style-number
+ text:level="4"
+ text:style-name="Numbering-Symbols"
+ style:num-prefix="\csname b:enumerate:4\endcsname"
+ style:num-suffix="\csname c:enumerate:4\endcsname">\Hnewline
+ <style:list-level-properties
+ text:space-before="0.8in"
+ style:num-format="\csname a:enumerate:4\endcsname"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+</text:list-style>\Hnewline
+}
+\NewConfigureOO{description}
+\ConfigureOO{description}{<style:style
+ style:name="dd"
+ style:family="paragraph"
+ style:parent-style-name="Standard">
+ <\style:par:properties
+ fo:margin-left="0.35in"
+ fo:margin-right="0in"
+ fo:margin-top="0.2cm"
+ fo:margin-bottom="0.2cm"
+ fo:text-indent="0in"
+ style:auto-text-indent="false"/>
+</style:style>
+<style:style
+ style:name="dt"
+ style:family="paragraph"
+ style:parent-style-name="">
+ <style:paragraph-properties
+ fo:margin-left="0.1in"
+ fo:margin-right="0in"
+ fo:text-indent="0in"
+ style:auto-text-indent="false"/>
+ <style:text-properties
+ fo:font-weight="bold"
+ />
+</style:style>
+<style:style
+ style:name="dd-2"
+ style:family="paragraph"
+ style:parent-style-name="Standard">
+ <\style:par:properties
+ fo:margin-left="0.75in"
+ fo:margin-right="0in"
+ fo:margin-top="0.2cm"
+ fo:margin-bottom="0.2cm"
+ fo:text-indent="0inch"
+ style:auto-text-indent="false"/>
+</style:style>
+<style:style
+ style:name="dt-2"
+ style:family="paragraph"
+ style:parent-style-name="">
+ <style:paragraph-properties
+ fo:margin-left="0.5in"
+ fo:margin-right="0in"
+ fo:text-indent="0in"
+ style:auto-text-indent="false"/>
+ <style:text-properties
+ fo:font-weight="bold"
+ />
+</style:style>
+}
+
+\fi
+\NewConfigure{enumerate:1}{3}
+\NewConfigure{enumerate:2}{3}
+\NewConfigure{enumerate:3}{3}
+\NewConfigure{enumerate:4}{3}
+\Configure{enumerate:1}{1}{}{.}
+\Configure{enumerate:2}{a}{(}{)}
+\Configure{enumerate:3}{i}{}{.}
+\Configure{enumerate:4}{A}{}{.}
+
\let\end:itm=\empty
\HAssign\desc:level=0
\ConfigureList{description}%
{\EndP \end:itm \gHAdvance\desc:level by 1
\SaveHtmlPar \HCode{<!--text:section
- text:style-name="description\if@rl\space rtl\fi
+ text:style-name="description\if@rl-rtl\fi
"
text:name="description"\Hnewline -->}%
\global\let\end:itm=\empty
\Configure{HtmlPar}
{\end:itm\gdef\end:itm{\HCode{</text:p>\Hnewline}}%
\HCode{<text:p
- text:style-name="dd\if@rl\space rtl\fi
+ text:style-name="dd\if@rl-rtl\fi
%
\ifnum \desc:level>1 -\desc:level \fi">}}
{\end:itm\gdef\end:itm{\HCode{</text:p>\Hnewline}}%
\HCode{<text:p
- text:style-name="dd\if@rl\space rtl\fi
+ text:style-name="dd\if@rl-rtl\fi
%
\ifnum \desc:level>1 -\desc:level \fi">}}
{}{}%
@@ -1222,57 +1584,15 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\HCode{<!-- /text:section -->}\RecallHtmlPar
\gHAdvance\desc:level by -1 \ShowPar}
{\end:itm \gdef\end:itm{\Tg</text:p>}\HCode{<text:p
- text:style-name="dt\if@rl\space rtl\fi
+ text:style-name="dt\if@rl-rtl\fi
%
\ifnum \desc:level>1 -\desc:level \fi
"\Hnewline>}\bgroup \bf}
{\egroup \end:itm \gdef\end:itm{\HCode{</text:p>}}%
\HCode{<text:p\Hnewline
- text:style-name="dd\if@rl\space rtl\fi
+ text:style-name="dd\if@rl-rtl\fi
%
\ifnum \desc:level>1 -\desc:level \fi"\Hnewline>}}
-\NewConfigureOO{description}
-\ConfigureOO{description}{<style:style
- style:name="dd"
- style:family="paragraph"
- style:parent-style-name="Text body">
- <style:properties
- fo:margin-left="0.35inch"
- fo:margin-right="0inch"
- fo:margin-top="0.2cm"
- fo:margin-bottom="0.2cm"
- fo:text-indent="0inch"
- style:auto-text-indent="false"/>
-</style:style>
-<style:style
- style:name="dt"
- style:family="paragraph">
- <style:properties
- fo:margin-left="0.1inch"
- fo:font-weight="bold"
- />
-</style:style>
-<style:style
- style:name="dd-2"
- style:family="paragraph"
- style:parent-style-name="Text body">
- <style:properties
- fo:margin-left="0.75inch"
- fo:margin-right="0inch"
- fo:margin-top="0.2cm"
- fo:margin-bottom="0.2cm"
- fo:text-indent="0inch"
- style:auto-text-indent="false"/>
-</style:style>
-<style:style
- style:name="dt-2"
- style:family="paragraph">
- <style:properties
- fo:margin-left="0.5inch"
- fo:font-weight="bold"
- />
-</style:style>
-}
\Configure{cite}
{\HCode{<text:bibliography-mark text:identifier="}\bgroup
\def\:nbsp{ }%
@@ -1284,20 +1604,20 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\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:properties fo:margin-left="1cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par: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 <style:style style:name="quote trl"
+\Hnewline <style:style style:name="quote-trl"
style:family="paragraph"
- style:parent-style-name="Text body trl"
- style:next-style-name="Text body trl">\Hnewline
-<style:properties fo:margin-left="1cm"
+ style:parent-style-name="Text-body-trl"
+ style:next-style-name="Text-body-trl">\Hnewline
+<\style:par:properties fo:margin-left="1cm"
fo:margin-right="1cm"
fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
@@ -1312,12 +1632,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\NewConfigureOO{begin-end-env}
\ConfigureOO{begin-end-env}{\Hnewline
<style:style style:name="begin-env-p" style:family="paragraph">\Hnewline
- <style:properties fo:margin-top="2mm"
+ <\style:par:properties fo:margin-top="2mm"
fo:margin-bottom="0mm"
fo:line-height="0.1mm" />\Hnewline
</style:style>\Hnewline
<style:style style:name="end-env-p" style:family="paragraph">\Hnewline
- <style:properties fo:margin-bottom="2mm"
+ <\style:par:properties fo:margin-bottom="2mm"
fo:margin-top="0mm"
fo:line-height="0.1mm" />\Hnewline
</style:style>\Hnewline
@@ -1349,12 +1669,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<text:table-of-content-source
text:outline-level="6">\Hnewline
<text:index-title-template
- text:style-name="Contents Heading">\contentsname
+ text:style-name="Contents-Heading">\contentsname
</text:index-title-template>\Hnewline
<text:table-of-content-entry-template
text:outline-level="1"
- text:style-name="Contents 1">\Hnewline
-<text:index-entry-chapter-number/>\Hnewline
+ text:style-name="Contents-1">\Hnewline
+<\index:entry:chapter />\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="right"
@@ -1364,8 +1684,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
<text:table-of-content-entry-template
text:outline-level="2"
- text:style-name="Contents 2">\Hnewline
-<text:index-entry-chapter-number/>\Hnewline
+ text:style-name="Contents-2">\Hnewline
+<\index:entry:chapter />\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="right"
@@ -1375,8 +1695,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
<text:table-of-content-entry-template
text:outline-level="3"
- text:style-name="Contents 3">\Hnewline
-<text:index-entry-chapter-number/>\Hnewline
+ text:style-name="Contents-3">\Hnewline
+<\index:entry:chapter />\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="right"
@@ -1386,8 +1706,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
<text:table-of-content-entry-template
text:outline-level="4"
- text:style-name="Contents 4">\Hnewline
-<text:index-entry-chapter-number/>\Hnewline
+ text:style-name="Contents-4">\Hnewline
+<\index:entry:chapter />\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="right"
@@ -1397,8 +1717,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
<text:table-of-content-entry-template
text:outline-level="5"
- text:style-name="Contents 5">\Hnewline
-<text:index-entry-chapter-number/>\Hnewline
+ text:style-name="Contents-5">\Hnewline
+<\index:entry:chapter />\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="right"
@@ -1408,8 +1728,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
<text:table-of-content-entry-template
text:outline-level="6"
- text:style-name="Contents 6">\Hnewline
-<text:index-entry-chapter-number/>\Hnewline
+ text:style-name="Contents-6">\Hnewline
+<\index:entry:chapter />\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="right"
@@ -1419,8 +1739,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
<text:table-of-content-entry-template
text:outline-level="7"
- text:style-name="Contents 7">\Hnewline
-<text:index-entry-chapter-number/>\Hnewline
+ text:style-name="Contents-7">\Hnewline
+<\index:entry:chapter />\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="right"
@@ -1430,8 +1750,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
<text:table-of-content-entry-template
text:outline-level="8"
- text:style-name="Contents 8">\Hnewline
-<text:index-entry-chapter-number/>\Hnewline
+ text:style-name="Contents-8">\Hnewline
+<\index:entry:chapter />\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="right"
@@ -1441,8 +1761,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
<text:table-of-content-entry-template
text:outline-level="9"
- text:style-name="Contents 9">\Hnewline
-<text:index-entry-chapter-number/>\Hnewline
+ text:style-name="Contents-9">\Hnewline
+<\index:entry:chapter />\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="right"
@@ -1452,8 +1772,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
<text:table-of-content-entry-template
text:outline-level="10"
- text:style-name="Contents 10">\Hnewline
-<text:index-entry-chapter-number/>\Hnewline
+ text:style-name="Contents-10">\Hnewline
+<\index:entry:chapter />\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="right"
@@ -1466,8 +1786,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<text:index-body>\Hnewline
\ifx\contentsname\empty \else
\ifx\contentsname\:UnDef \else
- <text:index-title text:style-name="Sect2" >
- <text:p text:style-name="Contents Heading">\contentsname</text:p>
+ <text:index-title text:style-name="Sect2" text:name="contents">
+ <text:p text:style-name="Contents-Heading">\contentsname</text:p>
</text:index-title>
\fi \fi
}\IgnorePar}
@@ -1480,32 +1800,32 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{Sect1}{\Hnewline
<style:style style:name="Sect1"
style:family="section">
- <style:properties>
+ <\style:sectionproperties>
<style:columns fo:column-count="1"
fo:column-gap="0cm">
<style:column fo:margin-top="0.5cm"
fo:margin-left="0cm"
fo:margin-right="0cm"/>
</style:columns>
- </style:properties>
+ </\style:sectionproperties>
</style:style>
\Hnewline }
\NewConfigureOO{Sect2}
\ConfigureOO{Sect2}{\Hnewline
<style:style style:name="Sect2"
style:family="section">
- <style:properties>
+ <\style:sectionproperties>
<style:columns fo:column-count="0" fo:column-gap="0cm"/>
- </style:properties>
+ </\style:sectionproperties>
</style:style>
\Hnewline }
\NewConfigureOO{Contents Heading}
\ConfigureOO{Contents Heading}{\Hnewline
- <style:style style:name="Contents Heading"
+ <style:style style:name="Contents-Heading"
style:family="paragraph"
style:parent-style-name="Heading"
style:class="index">
- <style:properties
+ <\style:par:properties
fo:margin-top="0.5cm"
fo:margin-bottom="0.2cm"
fo:margin-left="0cm"
@@ -1580,10 +1900,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Hnewline text:style-name="}\cell:sty
\HCode{">}}%
\par \ShowPar
+\par \ShowPar
%
\PushStack\Table:Stck\TableNo
}
{\IgnorePar \EndP
+\IgnorePar \EndP
\PopStack\Table:Stck\TableNo
%
\csname not:Pcell\endcsname{\HCode{</text:p>}}%
@@ -1632,7 +1954,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\xdef\:AllColMargins{\:AllColMargins 0}%
}
\Configure{halignTR}
- {\HCode{valign-baseline}}
+ {}
\Configure{halignTBL}
% {t}{\HCode{valign-top}}
% {b}{\HCode{valign-baseline}}
@@ -1660,7 +1982,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:name="\:temp"
style:family="paragraph"
style:parent-style-name="Standard">\Hnewline
- <style:properties
+ <\style:par:properties
}%
\OOstyles{%
fo:padding-left="0\ifnum \Left:Marg >0 .17\fi cm"
@@ -1805,7 +2127,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\OOstyles {<style:style style:name="hline-p-hr"
style:family="paragraph">\Hnewline
- <style:properties
+ <\style:par:properties
fo:padding="0.00001cm"
fo:margin-top="0.00001cm"
fo:margin-bottom="0.00001cm"
@@ -1858,20 +2180,20 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\NewConfigureOO{Index Heading}
\ConfigureOO{Index Heading}{\Hnewline
<style:style
- style:name="Index Heading"
+ style:name="Index-Heading"
style:family="paragraph"
style:parent-style-name="Heading"
style:class="index">\Hnewline
- <style:properties
- fo:margin-left="0inch"
- fo:margin-right="0inch"
+ <\style:par:properties
+ fo:margin-left="0in"
+ fo:margin-right="0in"
fo:font-size="16pt"
fo:font-weight="bold"
style:font-size-asian="16pt"
style:font-weight-asian="bold"
style:font-size-complex="16pt"
style:font-weight-complex="bold"
- fo:text-indent="0inch"
+ fo:text-indent="0in"
style:auto-text-indent="false"
text:number-lines="false"
text:line-number="0"/>\Hnewline
@@ -1905,16 +2227,16 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{verse}{\Hnewline
<style:style style:name="verse"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">
-<style:properties fo:margin-left="1.499cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">
+<\style:par:properties fo:margin-left="1.499cm"
fo:margin-right="1cm"
fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-indent="-0.499cm"
style:auto-text-indent="false">
<style:tab-stops/>
-</style:properties>
+</\style:par:properties>
</style:style>
\Hnewline}
\Configure{float}
@@ -1942,7 +2264,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{</text:span>}}
\NewConfigureOO{verb}
\ConfigureOO{verb}{<style:style style:name="verb" style:family="text">\Hnewline
- <style:properties
+ <\style:properties
fo:font-family="monospace"
/>\Hnewline
</style:style>\Hnewline
@@ -1961,12 +2283,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\hbox{\HCode{<text:line-break/>}}}
\NewConfigureOO{obeylines}
\ConfigureOO{obeylines}{<style:style style:name="obeylines-h" style:family="text">\Hnewline
- <style:properties
+ <\style:properties
fo:wrap-option="no-wrap"
/>\Hnewline
</style:style>\Hnewline
<style:style style:name="obeylines-v" style:family="text">\Hnewline
- <style:properties
+ <\style:properties
fo:wrap-option="no-wrap"
/>\Hnewline
</style:style>\Hnewline
@@ -1976,7 +2298,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\IgnorePar\EndP \HAssign\Verb:N=0
\HCode{<!--l. \the\inputlineno-->%
<text:p
- text:style-name="Preformatted Text\if@rl\space rtl\fi
+ text:style-name="Preformatted-Text\if@rl-rtl\fi
">}\EndNoFonts
}
{\NoFonts \EndP \ht:special{t4ht=</text:p>}\ShowPar\par}
@@ -1988,10 +2310,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
{\HCode{<text:s/>}}
\NewConfigureOO{verbatim}
-\ConfigureOO{verbatim}{<style:style style:name="Preformatted Text"
+\ConfigureOO{verbatim}{<style:style style:name="Preformatted-Text"
style:family="paragraph"
style:parent-style-name="Standard">\Hnewline
- <style:properties
+ <\style:par:properties
fo:font-family="monospace"
% fo:wrap-option="no-wrap"
style:font-name="Courier"
@@ -2000,10 +2322,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
fo:text-indent="0cm"
/>\Hnewline
</style:style>\Hnewline
-<style:style style:name="Preformatted Text rtl"
+<style:style style:name="Preformatted-Text-rtl"
style:family="paragraph"
style:parent-style-name="Standard">\Hnewline
- <style:properties
+ <\style:par:properties
fo:font-family="monospace"
% fo:wrap-option="no-wrap"
style:font-name="Courier"
@@ -2017,13 +2339,6 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
</style:style>\Hnewline
%
}
-\OOstyles{%
- <style:font-decl
- style:name="Courier"
- fo:font-family="Courier"
- style:font-family-generic="modern"
- style:font-pitch="fixed"/>
-}
\Configure{Link}{text:a}{xlink:href=}{office:name=}{}%
\def\NOHREF:#1{\space xlink:href="\:sharp#1"}%
\ifx \tmp:bx\:UnDef \csname newbox\endcsname \tmp:bx \fi
@@ -2034,17 +2349,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
-tx}
{\setbox\tmp:bx=\hbox\bgroup}
{\NoFonts
- \HCode{<text:footnote\Hnewline text:id="}fn\FNnum x\minipageNum
+ \HCode{<\text:footnote\Hnewline\text:note:class
+ text:id="}fn\FNnum x\minipageNum
%
- \HCode{"><text:footnote-citation>}%
+ \HCode{"><\text:footnote-citation>}%
}%
}
{\ifTag{fn\FNnum x\minipageNum
-tx}
{\egroup}
- {\EndNoFonts \HCode{</text:footnote-citation><text:footnote-body>
+ {\EndNoFonts \HCode{</\text:footnote-citation><\text:footnote-body>
<text:p\Hnewline text:style-name="Footnote">%
- </text:p></text:footnote-body></text:footnote>}%
+ </text:p></\text:footnote-body></\text:footnote>}%
}%
}
@@ -2060,13 +2376,14 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
} {}%
%
\SaveEndP \NoFonts \let\@textsuperscript\hbox
- \HCode{<text:footnote\Hnewline text:id="}fn\FNnum x\minipageNum
+ \HCode{<\text:footnote\Hnewline\text:note:class
+ text:id="}fn\FNnum x\minipageNum
%
- \HCode{"><text:footnote-citation>}%
+ \HCode{"><\text:footnote-citation>}%
\IgnorePar \special{t4ht@(}%
}
{\EndNoFonts \RecallEndP
- \HCode{</text:footnote-citation><text:footnote-body>
+ \HCode{</\text:footnote-citation><\text:footnote-body>
<text:p\Hnewline text:style-name="Footnote"><text:s/>}%
\SaveHtmlPar \Configure{HtmlPar}
{\EndP \HCode{<text:p text:style-name="Footnote">}}
@@ -2075,7 +2392,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{</text:p>}}%
\ShowPar \special{t4ht@)}%
}
- {\RecallHtmlPar \HCode{</text:p></text:footnote-body></text:footnote>}%
+ {\RecallHtmlPar \HCode{</text:p></\text:footnote-body></\text:footnote>}%
\expandafter\global\expandafter
\let\csname (fn\FNnum x\minipageNum
)\endcsname\def
@@ -2086,15 +2403,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\setbox\tmp:bx=\hbox\bgroup}
{\egroup}
{\NoFonts \leavevmode \bgroup \protect\Configure{$}{}{}{}%
- \hbox{\HCode{<text:footnote\Hnewline text:id="}fn\the\c@footnote x\minipageNum
+ \hbox{\HCode{<\text:footnote\Hnewline\text:note:class
+ text:id="}fn\the\c@footnote x\minipageNum
%
- \HCode{"><text:footnote-citation>}}%
+ \HCode{"><\text:footnote-citation>}}%
}
{\egroup \EndNoFonts
- \HCode{</text:footnote-citation><text:footnote-body>
+ \HCode{</\text:footnote-citation><\text:footnote-body>
<text:p\Hnewline text:style-name="Footnote"><text:s/>}}
- {\HCode{</text:p></text:footnote-body></text:footnote>}}
+ {\HCode{</text:p></\text:footnote-body></\text:footnote>}}
+\Configure{textsuperscript}
+ {\HCode{<text:span text:style-name="textsuperscript">}}
+ {\HCode{</text:span>}}
+\OOstyles{%
+<style:style style:name="textsuperscript" style:family="text">\Hnewline
+ <\style:properties style:text-position="super 80\%"/>\Hnewline
+</style:style>\Hnewline
+}
\Configure{centercr}
{\ht:special{t4ht=<text:line-break/>}}
{\ht:everypar{\ht:everypar{\HtmlPar}}}
@@ -2115,20 +2441,20 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{<!--begin maketitle-->}}
{\HCode{<!--end maketitle-->}\par}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="Title\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="Title\if@rl-rtl\fi
" >}}
{\HCode{</text:p>}}
\Configure{thanks author date and}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="Text body\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="Text-body\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="author\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="author\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="date\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="date\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{}
@@ -2140,7 +2466,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:parent-style-name="Heading"
style:next-style-name="author"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -2150,12 +2476,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:font-weight-complex="bold"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style> \Hnewline <style:style style:name="Title rtl"
+</style:style> \Hnewline <style:style style:name="Title-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="author rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="author-rtl"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -2172,18 +2498,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{author}{%
<style:style style:name="author"
style:family="paragraph"
- style:parent-style-name="Text body"
+ style:parent-style-name="Text-body"
style:next-style-name="date">\Hnewline
-<style:properties fo:margin-top="0cm"
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="author rtl"
+</style:style>\Hnewline <style:style style:name="author-rtl"
style:family="paragraph"
- style:parent-style-name="Text body rtl"
- style:next-style-name="date rtl">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="date-rtl">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -2195,18 +2521,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{date}{%
<style:style style:name="date"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="date rtl"
+</style:style>\Hnewline <style:style style:name="date-rtl"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -2217,36 +2543,36 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureEnv{abstract}
{\IgnorePar\EndP \bgroup
\Configure{HtmlPar}
- {\EndP \HCode{<text:p text:style-name="abstract\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
">}}
- {\EndP \HCode{<text:p text:style-name="abstract\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}
}
{\ifvmode \IgnorePar\fi \EndP \egroup \ShowPar\par \IgnoreIndent }
{\ifvmode \IgnorePar\fi\EndP
- \HCode{<text:p text:style-name="abstract title">}%
+ \HCode{<text:p text:style-name="abstract-title">}%
}
{\HCode{</text:p>}}
\NewConfigureOO{abstract}
\ConfigureOO{abstract}{\Hnewline
<style:style style:name="abstract"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-left="3cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
fo:margin-right="3cm"
fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="10pt"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
-</style:style>\Hnewline <style:style style:name="abstract rtl"
+</style:style>\Hnewline <style:style style:name="abstract-rtl"
style:family="paragraph"
- style:parent-style-name="Text body rtl"
- style:next-style-name="Text body rtl">\Hnewline
-<style:properties fo:margin-left="3cm"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="Text-body-rtl">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
fo:margin-right="3cm"
fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
@@ -2258,11 +2584,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{abstract-title}
\ConfigureOO{abstract-title}{\Hnewline
-<style:style style:name="abstract title"
+<style:style style:name="abstract-title"
style:family="paragraph"
style:parent-style-name="abstract"
style:next-style-name="abstract">\Hnewline
-<style:properties fo:margin-top="0.499cm"
+<\style:par:properties fo:margin-top="0.499cm"
fo:margin-bottom="0cm"
fo:font-weight="bold"
fo:text-align="center"
@@ -2272,11 +2598,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\NewConfigureOO{Contents 1}
\ConfigureOO{Contents 1}{\Hnewline
- <style:style style:name="Contents 1"
+ <style:style style:name="Contents-1"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:margin-top="0cm"
fo:margin-bottom="0.101cm"
@@ -2288,17 +2614,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>\Hnewline
}
%
\NewConfigureOO{Contents 2}
\ConfigureOO{Contents 2}{\Hnewline
- <style:style style:name="Contents 2"
+ <style:style style:name="Contents-2"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0.499cm"
+ <\style:par:properties fo:margin-left="0.499cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">
@@ -2307,17 +2633,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>
</style:tab-stops>
- </style:properties>
+ </\style:par:properties>
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 3}
\ConfigureOO{Contents 3}{\Hnewline
- <style:style style:name="Contents 3"
+ <style:style style:name="Contents-3"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0.998cm"
+ <\style:par:properties fo:margin-left="0.998cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">
@@ -2326,17 +2652,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>
</style:tab-stops>
- </style:properties>
+ </\style:par:properties>
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 4}
\ConfigureOO{Contents 4}{\Hnewline
- <style:style style:name="Contents 4"
+ <style:style style:name="Contents-4"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="1.498cm"
+ <\style:par:properties fo:margin-left="1.498cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">\Hnewline
@@ -2345,17 +2671,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 5}
\ConfigureOO{Contents 5}{\Hnewline
- <style:style style:name="Contents 5"
+ <style:style style:name="Contents-5"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="1.997cm"
+ <\style:par:properties fo:margin-left="1.997cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">\Hnewline
@@ -2364,17 +2690,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline}
%
\NewConfigureOO{Index 1}
\ConfigureOO{Index 1}{\Hnewline
- <style:style style:name="Index 1"
+ <style:style style:name="Index-1"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>
@@ -2383,11 +2709,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
\NewConfigureOO{Index 2}
\ConfigureOO{Index 2}{\Hnewline
- <style:style style:name="Index 2"
+ <style:style style:name="Index-2"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0.499cm"
+ <\style:par:properties fo:margin-left="0.499cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
@@ -2396,11 +2722,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
\NewConfigureOO{Index 3}
\ConfigureOO{Index 3}{\Hnewline
- <style:style style:name="Index 3"
+ <style:style style:name="Index-3"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0.998cm"
+ <\style:par:properties fo:margin-left="0.998cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
@@ -2476,17 +2802,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{}
{\HCode{</text:p>}}
+\def\ref:name{\refname}
\HAssign\bib:N=0
\ConfigureList{thebibliography}%
{\IgnorePar\EndP \gHAdvance\bib:N by 1
\HCode{<text:bibliography text:name="bib-\bib:N">
<text:bibliography-source>\Hnewline
- <text:index-title-template>}\NoFonts\refname\EndNoFonts\HCode{
+ <text:index-title-template>}\NoFonts\ref:name\EndNoFonts\HCode{%
</text:index-title-template>\Hnewline
%
<text:bibliography-entry-template\Hnewline
text:bibliography-type="custom1"
- text:style-name="Bibliography 1">\Hnewline
+ text:style-name="Bibliography11">\Hnewline
%
<text:index-entry-bibliography
text:bibliography-data-field="identifier"/>\Hnewline
@@ -2519,15 +2846,16 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<style:style style:name="p-bibitem"\Hnewline
style:family="paragraph" \Hnewline
style:parent-style-name="Standard">\Hnewline
- <style:properties fo:margin-left="1cm"\Hnewline
+ <\style:par:properties fo:margin-left="1cm"\Hnewline
fo:text-indent="-1cm"\Hnewline
fo:margin-right="0cm" \Hnewline
style:auto-text-indent="false">\Hnewline
<style:tab-stops/>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>\Hnewline
}
+
\ConfigureEnv{quote}
{\ifvmode \IgnorePar\fi \EndP
\gHAdvance\BegEnd:N by 1
@@ -2542,11 +2870,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\bgroup \Configure{HtmlPar}
{\EndP \HCode{<!--l. \the\inputlineno-->%
%
- <text:p text:style-name="quote\if@rl\space rtl\fi
+ <text:p text:style-name="quote\if@rl-rtl\fi
">}}
{\EndP \HCode{<!--l. \the\inputlineno-->%
%
- <text:p text:style-name="quote\if@rl\space rtl\fi
+ <text:p text:style-name="quote\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}%
@@ -2562,11 +2890,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
{\ifvmode \IgnorePar\fi\EndP
\HCode{<text:p text:style-name="end-env-p"></text:p></text:section>}%
-}
+\par\ShowPar \noindent}
{\IgnorePar\EndP \bgroup \Configure{HtmlPar}
- {\EndP \HCode{<text:p text:style-name="quotation\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="quotation\if@rl-rtl\fi
">}}
- {\EndP \HCode{<text:p text:style-name="quotation\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="quotation\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}%
@@ -2578,17 +2906,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<style:style style:name="quotation"
style:family="paragraph"
style:parent-style-name="Standard">\Hnewline
- <style:properties
+ <\style:par: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 <style:style style:name="quotation rtl"
+ </style:style>\Hnewline <style:style style:name="quotation-rtl"
style:family="paragraph"
style:parent-style-name="Standard">\Hnewline
- <style:properties
+ <\style:par:properties
fo:margin-left="1cm"
fo:margin-right="1cm"
fo:margin-top="0cm"
@@ -2625,10 +2953,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="flushright"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body"
style:master-page-name="">
-<style:properties fo:margin-top="0.199cm"
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="end"
style:justify-single-word="false"
@@ -2660,9 +2988,9 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="flushleft"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">
-<style:properties fo:margin-top="0.199cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="start"
style:justify-single-word="false"/>
@@ -2693,14 +3021,14 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="center"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">
-<style:properties fo:margin-top="0.199cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="center"
style:justify-single-word="false">
<style:tab-stops/>
-</style:properties>
+</\style:par:properties>
</style:style>\Hnewline
}
\Configure{centerline}
@@ -2721,7 +3049,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\OOstyles{%
<style:style style:name="tabbing-\tabbing:N-\tabbing:Nrow"
>\Hnewline
- <style:properties
+ <\style:properties
fo:wrap-option="no-wrap"
\ifx \TabWidth\empty \else
fo:width="\TabWidth pt"
@@ -2740,7 +3068,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{tabbing}{<style:style style:name="tabbing"
style:family="paragraph"
style:parent-style-name="Standard" >\Hnewline
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:text-indent="0.5cm"
style:auto-text-indent="false"/>\Hnewline
@@ -2772,9 +3100,9 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{chapter}
{\IgnorePar\EndP \HCode{<!--start of chapter-->}}
{\IgnorePar\EndP \HCode{<!--end of chapter-->}}
- {\HCode{<text:h text:style-name="Heading 1\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-1\if@rl-rtl\fi
"
- text:level="1"><text:span
+ \text:outlinelevel="1"><text:span
text:style-name="chapter">}\TitleMark\space
\HCode{</text:span>}%
\HCode{<text:line-break/>}\IgnoreIndent}
@@ -2782,45 +3110,59 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{likechapter}
{\IgnorePar\EndP \HCode{<!--start of chapter*-->}}
{\IgnorePar\EndP \HCode{<!--end of chapter*-->}}
- {\HCode{<text:h text:style-name="Heading 1\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-1\if@rl-rtl\fi
"
- text:level="1">}\IgnoreIndent}
+ \text:outlinelevel="1">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\ConfigureMark{chapter}
{\if@mainmatter \chaptername \ \thechapter\fi}
-
-\Configure{part}
- {\IgnorePar\EndP \HCode{<!--start part-->}}
- {\IgnorePar\EndP \HCode{<!--end part-->}}
- {\HCode{<text:p text:style-name="part">
- <text:span text:style-name="part">}\TitleMark\space
+\ConfigureMark{appendix}
+ {\if@mainmatter \appendixname \ \thechapter\fi}
+\Configure{appendix}
+ {\IgnorePar\EndP \HCode{<!--start of appendix-->}}
+ {\IgnorePar\EndP \HCode{<!--end of appendix-->}}
+ {\HCode{<text:h text:style-name="Heading-1\if@rl-rtl\fi
+"
+ \text:outlinelevel="1"><text:span
+ text:style-name="chapter">}\TitleMark\space
\HCode{</text:span>}%
- \HCode{<text:line-break/>}}
- {\HCode{</text:p>\Hnewline}\par\ShowPar\IgnoreIndent}
-\ConfigureMark{part}{\partname\space\thepart}
-\NewConfigureOO{part}
-\ConfigureOO{part}{\Hnewline
-<style:style style:name="part"
- style:family="paragraph"
- style:parent-style-name="Heading\if@rl\space rtl\fi
+ \HCode{<text:line-break/>}\IgnoreIndent}
+ {\HCode{</text:h>\Hnewline}\par\ShowPar}
+
+\ifx \part\:UnDef\else
+ \Configure{part}
+ {\IgnorePar\EndP \HCode{<!--start part-->}}
+ {\IgnorePar\EndP \HCode{<!--end part-->}}
+ {\HCode{<text:p text:style-name="part">
+ <text:span text:style-name="part">}\TitleMark\space
+ \HCode{</text:span>}%
+ \HCode{<text:line-break/>}}
+ {\HCode{</text:p>\Hnewline}\par\ShowPar\IgnoreIndent}
+ \ConfigureMark{part}{\partname\space\thepart}
+ \NewConfigureOO{part}
+ \ConfigureOO{part}{\Hnewline
+ <style:style style:name="part"
+ style:family="paragraph"
+ style:parent-style-name="Heading\if@rl-rtl\fi
"
- style:next-style-name="Text body"
- style:list-style-name="part">\Hnewline
-<style:properties fo:margin-top="0.52cm"
- fo:margin-bottom="0.21cm"
- fo:font-size="18pt"/>\Hnewline
-</style:style>\Hnewline
-}
+ style:next-style-name="Text-body"
+ style:list-style-name="part">\Hnewline
+ <\style:par:properties fo:margin-top="0.52cm"
+ fo:margin-bottom="0.21cm"
+ fo:font-size="18pt"/>\Hnewline
+ </style:style>\Hnewline
+ }
+\fi
\ConfigureMark{section}
{\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
\else \@seccntformat{section}\fi }
\Configure{section}
{\IgnorePar\EndP \HCode{<!--start of section-->}}
{\IgnorePar\EndP \HCode{<!--end of section-->}}
- {\HCode{<text:h text:style-name="Heading 2\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-2\if@rl-rtl\fi
"
- text:level="2"><text:span
+ \text:outlinelevel="2"><text:span
text:style-name="section">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
@@ -2830,9 +3172,9 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{subsection}
{\IgnorePar\EndP \HCode{<!--start of subsection-->}}
{\IgnorePar\EndP \HCode{<!--end of subsection-->}}
- {\HCode{<text:h text:style-name="Heading 3\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-3\if@rl-rtl\fi
"
- text:level="3"><text:span
+ \text:outlinelevel="3"><text:span
text:style-name="subsection">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
@@ -2842,60 +3184,61 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{subsubsection}
{\IgnorePar\EndP \HCode{<!--start of subsubsection-->}}
{\IgnorePar\EndP \HCode{<!--end of subsubsection-->}}
- {\HCode{<text:h text:style-name="Heading 4\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-4\if@rl-rtl\fi
"
- text:level="4"><text:span
+ \text:outlinelevel="4"><text:span
text:style-name="subsubsection">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{likesection}
{\IgnorePar\EndP \HCode{<!--start of section*-->}}
{\IgnorePar\EndP \HCode{<!--end of section*-->}}
- {\HCode{<text:h text:style-name="Heading 2\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-2\if@rl-rtl\fi
"
- text:level="2">}\IgnoreIndent}
+ \text:outlinelevel="2">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{likesubsection}
{\IgnorePar\EndP \HCode{<!--start of subsection*-->}}
{\IgnorePar\EndP \HCode{<!--end of subsection*-->}}
- {\HCode{<text:h text:style-name="Heading 3\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-3\if@rl-rtl\fi
"
- text:level="3">}\IgnoreIndent}
+ \text:outlinelevel="3">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{paragraph}
{\IgnorePar\EndP \HCode{<!--start of paragraph-->}}
{\IgnorePar\EndP \HCode{<!--end of paragraph-->}}
- {\HCode{<text:h text:style-name="Heading 5\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-5\if@rl-rtl\fi
"
- text:level="5">}}
+ \text:outlinelevel="5">}}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{subparagraph}
{\IgnorePar\EndP \HCode{<!--start of subparagraph-->}}
{\IgnorePar\EndP \HCode{<!--end of subparagraph-->}}
- {\HCode{<text:h text:style-name="Heading 6\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-6\if@rl-rtl\fi
"
- text:level="6">}}
+ \text:outlinelevel="6">}}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
+
\NewConfigureOO{Heading-1}
\ConfigureOO{Heading-1}{\Hnewline
-<style:style style:name="Heading 1"
+<style:style style:name="Heading-1"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="17.2999992370605pt"
+<\style:par:properties fo:font-size="17.2999992370605pt"
fo:font-weight="bold"
style:font-size-asian="115\%"
style:font-weight-asian="bold"
style:font-size-complex="115\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 1 rtl"
+\Hnewline <style:style style:name="Heading-1-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="17.2999992370605pt"
+<\style:par:properties fo:font-size="17.2999992370605pt"
fo:font-weight="bold"
style:font-size-asian="115\%"
style:font-weight-asian="bold"
@@ -2909,24 +3252,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-2}
\ConfigureOO{Heading-2}{\Hnewline
-<style:style style:name="Heading 2"
+<style:style style:name="Heading-2"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="14.3999996185303pt"
+<\style:par:properties fo:font-size="14.3999996185303pt"
style:font-size-complex="14pt"
style:font-style-complex="italic"
style:font-weight-complex="bold"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"/>
</style:style>
-\Hnewline <style:style style:name="Heading 2 rtl"
+\Hnewline <style:style style:name="Heading-2-rtl"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="14.3999996185303pt"
+<\style:par:properties fo:font-size="14.3999996185303pt"
style:font-size-complex="14pt"
style:font-style-complex="italic"
style:font-weight-complex="bold"
@@ -2940,24 +3283,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-3}
\ConfigureOO{Heading-3}{\Hnewline
-<style:style style:name="Heading 3"
+<style:style style:name="Heading-3"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="12pt"
+<\style:par:properties fo:font-size="12pt"
fo:font-weight="bold"
style:font-size-asian="14pt"
style:font-weight-asian="bold"
style:font-size-complex="14pt"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 3 rtl"
+\Hnewline <style:style style:name="Heading-3-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="12pt"
+<\style:par:properties fo:font-size="12pt"
fo:font-weight="bold"
style:font-size-asian="14pt"
style:font-weight-asian="bold"
@@ -2971,12 +3314,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-4}
\ConfigureOO{Heading-4}{\Hnewline
-<style:style style:name="Heading 4"
+<style:style style:name="Heading-4"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="12pt"
+<\style:par:properties fo:font-size="12pt"
fo:font-weight="bold"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"
@@ -2985,12 +3328,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:font-weight-complex="bold"
/>
</style:style>
-\Hnewline <style:style style:name="Heading 4 rtl"
+\Hnewline <style:style style:name="Heading-4-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="12pt"
+<\style:par:properties fo:font-size="12pt"
fo:font-weight="bold"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"
@@ -3006,12 +3349,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-5}
\ConfigureOO{Heading-5}{\Hnewline
-<style:style style:name="Heading 5"
+<style:style style:name="Heading-5"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:margin-left="0cm"
+<\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"
@@ -3023,12 +3366,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
fo:text-indent="0cm"
style:auto-text-indent="false"/>
</style:style>
-\Hnewline <style:style style:name="Heading 5 rtl"
+\Hnewline <style:style style:name="Heading-5-rtl"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:margin-left="0cm"
+<\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"
@@ -3047,24 +3390,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-6}
\ConfigureOO{Heading-6}{\Hnewline
-<style:style style:name="Heading 6"
+<style:style style:name="Heading-6"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 6 rtl"
+\Hnewline <style:style style:name="Heading-6-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -3078,24 +3421,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-7}
\ConfigureOO{Heading-7}{\Hnewline
-<style:style style:name="Heading 7"
+<style:style style:name="Heading-7"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 7 rtl"
+\Hnewline <style:style style:name="Heading-7-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -3109,24 +3452,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-8}
\ConfigureOO{Heading-8}{\Hnewline
-<style:style style:name="Heading 8"
+<style:style style:name="Heading-8"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 8 rtl"
+\Hnewline <style:style style:name="Heading-8-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -3140,24 +3483,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-9}
\ConfigureOO{Heading-9}{\Hnewline
-<style:style style:name="Heading 9"
+<style:style style:name="Heading-9"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 9 rtl"
+\Hnewline <style:style style:name="Heading-9-rtl"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -3171,24 +3514,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-10}
\ConfigureOO{Heading-10}{\Hnewline
-<style:style style:name="Heading 10"
+<style:style style:name="Heading-10"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 10 rtl"
+\Hnewline <style:style style:name="Heading-10-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -3200,7 +3543,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{caption}
{\ht:everypar{\HtmlPar}%
- \ifvmode \EndP\ShowPar\else \HCode{<text:line-break/>}\fi
+ \ifvmode \EndP \par\ShowPar\else \HCode{<text:line-break/>}\fi
\HCode{\Hnewline <text:span text:style-name="caption" >%
<text:span text:style-name="caption-title" >}}
{: }
@@ -3208,7 +3551,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{</text:span>}}
\OOstyles{%
<style:style style:name="caption-title" style:family="text">\Hnewline
- <style:properties fo:font-style="normal"
+ <\style:properties fo:font-style="normal"
fo:font-weight="bold"/>\Hnewline
</style:style>\Hnewline
}
@@ -3219,35 +3562,35 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<text:alphabetical-index-source
text:sort-algorithm="alphanumeric">\Hnewline
<text:index-title-template
- text:style-name="Index Heading">\indexname
+ text:style-name="Index-Heading">\indexname
</text:index-title-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="1"
- text:style-name="Index 1">\Hnewline
+ text:style-name="Index-1">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="2"
- text:style-name="Index 2">\Hnewline
+ text:style-name="Index-2">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="3"
- text:style-name="Index 3">\Hnewline
+ text:style-name="Index-3">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
@@ -3271,8 +3614,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{@begin}{theindex}{\ifx \indexname\empty \else
\def\put:IndexTitle{\HCode{<text:index-title
text:style-name="Sect1"
- text:name="Alphabetical Index1_Head"><text:p
- text:style-name="Index Heading">}\indexname
+ text:name="Alphabetical_Index1_Head"><text:p
+ text:style-name="Index-Heading">}\indexname
\HCode{</text:p></text:index-title>\Hnewline}
}\fi}
@@ -3290,20 +3633,20 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{<!--begin maketitle-->}}
{\HCode{<!--end maketitle-->}\par}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="Title\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="Title\if@rl-rtl\fi
" >}}
{\HCode{</text:p>}}
\Configure{thanks author date and}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="Text body\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="Text-body\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="author\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="author\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="date\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="date\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{}
@@ -3315,7 +3658,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:parent-style-name="Heading"
style:next-style-name="author"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -3325,12 +3668,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:font-weight-complex="bold"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style> \Hnewline <style:style style:name="Title rtl"
+</style:style> \Hnewline <style:style style:name="Title-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="author rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="author-rtl"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -3347,18 +3690,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{author}{%
<style:style style:name="author"
style:family="paragraph"
- style:parent-style-name="Text body"
+ style:parent-style-name="Text-body"
style:next-style-name="date">\Hnewline
-<style:properties fo:margin-top="0cm"
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="author rtl"
+</style:style>\Hnewline <style:style style:name="author-rtl"
style:family="paragraph"
- style:parent-style-name="Text body rtl"
- style:next-style-name="date rtl">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="date-rtl">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -3370,18 +3713,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{date}{%
<style:style style:name="date"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="date rtl"
+</style:style>\Hnewline <style:style style:name="date-rtl"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -3392,36 +3735,36 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureEnv{abstract}
{\IgnorePar\EndP \bgroup
\Configure{HtmlPar}
- {\EndP \HCode{<text:p text:style-name="abstract\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
">}}
- {\EndP \HCode{<text:p text:style-name="abstract\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}
}
{\ifvmode \IgnorePar\fi \EndP \egroup \ShowPar\par \IgnoreIndent }
{\ifvmode \IgnorePar\fi\EndP
- \HCode{<text:p text:style-name="abstract title">}%
+ \HCode{<text:p text:style-name="abstract-title">}%
}
{\HCode{</text:p>}}
\NewConfigureOO{abstract}
\ConfigureOO{abstract}{\Hnewline
<style:style style:name="abstract"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-left="3cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
fo:margin-right="3cm"
fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="10pt"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
-</style:style>\Hnewline <style:style style:name="abstract rtl"
+</style:style>\Hnewline <style:style style:name="abstract-rtl"
style:family="paragraph"
- style:parent-style-name="Text body rtl"
- style:next-style-name="Text body rtl">\Hnewline
-<style:properties fo:margin-left="3cm"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="Text-body-rtl">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
fo:margin-right="3cm"
fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
@@ -3433,11 +3776,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{abstract-title}
\ConfigureOO{abstract-title}{\Hnewline
-<style:style style:name="abstract title"
+<style:style style:name="abstract-title"
style:family="paragraph"
style:parent-style-name="abstract"
style:next-style-name="abstract">\Hnewline
-<style:properties fo:margin-top="0.499cm"
+<\style:par:properties fo:margin-top="0.499cm"
fo:margin-bottom="0cm"
fo:font-weight="bold"
fo:text-align="center"
@@ -3447,11 +3790,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\NewConfigureOO{Contents 1}
\ConfigureOO{Contents 1}{\Hnewline
- <style:style style:name="Contents 1"
+ <style:style style:name="Contents-1"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:margin-top="0cm"
fo:margin-bottom="0.101cm"
@@ -3463,17 +3806,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>\Hnewline
}
%
\NewConfigureOO{Contents 2}
\ConfigureOO{Contents 2}{\Hnewline
- <style:style style:name="Contents 2"
+ <style:style style:name="Contents-2"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0.499cm"
+ <\style:par:properties fo:margin-left="0.499cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">
@@ -3482,17 +3825,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>
</style:tab-stops>
- </style:properties>
+ </\style:par:properties>
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 3}
\ConfigureOO{Contents 3}{\Hnewline
- <style:style style:name="Contents 3"
+ <style:style style:name="Contents-3"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0.998cm"
+ <\style:par:properties fo:margin-left="0.998cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">
@@ -3501,17 +3844,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>
</style:tab-stops>
- </style:properties>
+ </\style:par:properties>
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 4}
\ConfigureOO{Contents 4}{\Hnewline
- <style:style style:name="Contents 4"
+ <style:style style:name="Contents-4"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="1.498cm"
+ <\style:par:properties fo:margin-left="1.498cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">\Hnewline
@@ -3520,17 +3863,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 5}
\ConfigureOO{Contents 5}{\Hnewline
- <style:style style:name="Contents 5"
+ <style:style style:name="Contents-5"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="1.997cm"
+ <\style:par:properties fo:margin-left="1.997cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">\Hnewline
@@ -3539,17 +3882,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline}
%
\NewConfigureOO{Index 1}
\ConfigureOO{Index 1}{\Hnewline
- <style:style style:name="Index 1"
+ <style:style style:name="Index-1"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>
@@ -3558,11 +3901,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
\NewConfigureOO{Index 2}
\ConfigureOO{Index 2}{\Hnewline
- <style:style style:name="Index 2"
+ <style:style style:name="Index-2"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0.499cm"
+ <\style:par:properties fo:margin-left="0.499cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
@@ -3571,11 +3914,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
\NewConfigureOO{Index 3}
\ConfigureOO{Index 3}{\Hnewline
- <style:style style:name="Index 3"
+ <style:style style:name="Index-3"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0.998cm"
+ <\style:par:properties fo:margin-left="0.998cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
@@ -3651,17 +3994,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{}
{\HCode{</text:p>}}
+\def\ref:name{\refname}
\HAssign\bib:N=0
\ConfigureList{thebibliography}%
{\IgnorePar\EndP \gHAdvance\bib:N by 1
\HCode{<text:bibliography text:name="bib-\bib:N">
<text:bibliography-source>\Hnewline
- <text:index-title-template>}\NoFonts\refname\EndNoFonts\HCode{
+ <text:index-title-template>}\NoFonts\ref:name\EndNoFonts\HCode{%
</text:index-title-template>\Hnewline
%
<text:bibliography-entry-template\Hnewline
text:bibliography-type="custom1"
- text:style-name="Bibliography 1">\Hnewline
+ text:style-name="Bibliography11">\Hnewline
%
<text:index-entry-bibliography
text:bibliography-data-field="identifier"/>\Hnewline
@@ -3694,15 +4038,16 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<style:style style:name="p-bibitem"\Hnewline
style:family="paragraph" \Hnewline
style:parent-style-name="Standard">\Hnewline
- <style:properties fo:margin-left="1cm"\Hnewline
+ <\style:par:properties fo:margin-left="1cm"\Hnewline
fo:text-indent="-1cm"\Hnewline
fo:margin-right="0cm" \Hnewline
style:auto-text-indent="false">\Hnewline
<style:tab-stops/>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>\Hnewline
}
+
\ConfigureEnv{quote}
{\ifvmode \IgnorePar\fi \EndP
\gHAdvance\BegEnd:N by 1
@@ -3717,11 +4062,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\bgroup \Configure{HtmlPar}
{\EndP \HCode{<!--l. \the\inputlineno-->%
%
- <text:p text:style-name="quote\if@rl\space rtl\fi
+ <text:p text:style-name="quote\if@rl-rtl\fi
">}}
{\EndP \HCode{<!--l. \the\inputlineno-->%
%
- <text:p text:style-name="quote\if@rl\space rtl\fi
+ <text:p text:style-name="quote\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}%
@@ -3737,11 +4082,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
{\ifvmode \IgnorePar\fi\EndP
\HCode{<text:p text:style-name="end-env-p"></text:p></text:section>}%
-}
+\par\ShowPar \noindent}
{\IgnorePar\EndP \bgroup \Configure{HtmlPar}
- {\EndP \HCode{<text:p text:style-name="quotation\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="quotation\if@rl-rtl\fi
">}}
- {\EndP \HCode{<text:p text:style-name="quotation\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="quotation\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}%
@@ -3753,17 +4098,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<style:style style:name="quotation"
style:family="paragraph"
style:parent-style-name="Standard">\Hnewline
- <style:properties
+ <\style:par: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 <style:style style:name="quotation rtl"
+ </style:style>\Hnewline <style:style style:name="quotation-rtl"
style:family="paragraph"
style:parent-style-name="Standard">\Hnewline
- <style:properties
+ <\style:par:properties
fo:margin-left="1cm"
fo:margin-right="1cm"
fo:margin-top="0cm"
@@ -3800,10 +4145,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="flushright"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body"
style:master-page-name="">
-<style:properties fo:margin-top="0.199cm"
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="end"
style:justify-single-word="false"
@@ -3835,9 +4180,9 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="flushleft"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">
-<style:properties fo:margin-top="0.199cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="start"
style:justify-single-word="false"/>
@@ -3868,14 +4213,14 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="center"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">
-<style:properties fo:margin-top="0.199cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="center"
style:justify-single-word="false">
<style:tab-stops/>
-</style:properties>
+</\style:par:properties>
</style:style>\Hnewline
}
\Configure{centerline}
@@ -3896,7 +4241,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\OOstyles{%
<style:style style:name="tabbing-\tabbing:N-\tabbing:Nrow"
>\Hnewline
- <style:properties
+ <\style:properties
fo:wrap-option="no-wrap"
\ifx \TabWidth\empty \else
fo:width="\TabWidth pt"
@@ -3915,7 +4260,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{tabbing}{<style:style style:name="tabbing"
style:family="paragraph"
style:parent-style-name="Standard" >\Hnewline
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:text-indent="0.5cm"
style:auto-text-indent="false"/>\Hnewline
@@ -3947,9 +4292,9 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{chapter}
{\IgnorePar\EndP \HCode{<!--start of chapter-->}}
{\IgnorePar\EndP \HCode{<!--end of chapter-->}}
- {\HCode{<text:h text:style-name="Heading 1\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-1\if@rl-rtl\fi
"
- text:level="1"><text:span
+ \text:outlinelevel="1"><text:span
text:style-name="chapter">}\TitleMark\space
\HCode{</text:span>}%
\HCode{<text:line-break/>}\IgnoreIndent}
@@ -3957,45 +4302,47 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{likechapter}
{\IgnorePar\EndP \HCode{<!--start of chapter*-->}}
{\IgnorePar\EndP \HCode{<!--end of chapter*-->}}
- {\HCode{<text:h text:style-name="Heading 1\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-1\if@rl-rtl\fi
"
- text:level="1">}\IgnoreIndent}
+ \text:outlinelevel="1">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\ConfigureMark{chapter}
{\chaptername \ \thechapter}
-\Configure{part}
- {\IgnorePar\EndP \HCode{<!--start part-->}}
- {\IgnorePar\EndP \HCode{<!--end part-->}}
- {\HCode{<text:p text:style-name="part">
- <text:span text:style-name="part">}\TitleMark\space
- \HCode{</text:span>}%
- \HCode{<text:line-break/>}}
- {\HCode{</text:p>\Hnewline}\par\ShowPar\IgnoreIndent}
-\ConfigureMark{part}{\partname\space\thepart}
-\NewConfigureOO{part}
-\ConfigureOO{part}{\Hnewline
-<style:style style:name="part"
- style:family="paragraph"
- style:parent-style-name="Heading\if@rl\space rtl\fi
+\ifx \part\:UnDef\else
+ \Configure{part}
+ {\IgnorePar\EndP \HCode{<!--start part-->}}
+ {\IgnorePar\EndP \HCode{<!--end part-->}}
+ {\HCode{<text:p text:style-name="part">
+ <text:span text:style-name="part">}\TitleMark\space
+ \HCode{</text:span>}%
+ \HCode{<text:line-break/>}}
+ {\HCode{</text:p>\Hnewline}\par\ShowPar\IgnoreIndent}
+ \ConfigureMark{part}{\partname\space\thepart}
+ \NewConfigureOO{part}
+ \ConfigureOO{part}{\Hnewline
+ <style:style style:name="part"
+ style:family="paragraph"
+ style:parent-style-name="Heading\if@rl-rtl\fi
"
- style:next-style-name="Text body"
- style:list-style-name="part">\Hnewline
-<style:properties fo:margin-top="0.52cm"
- fo:margin-bottom="0.21cm"
- fo:font-size="18pt"/>\Hnewline
-</style:style>\Hnewline
-}
+ style:next-style-name="Text-body"
+ style:list-style-name="part">\Hnewline
+ <\style:par:properties fo:margin-top="0.52cm"
+ fo:margin-bottom="0.21cm"
+ fo:font-size="18pt"/>\Hnewline
+ </style:style>\Hnewline
+ }
+\fi
\ConfigureMark{section}
{\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
\else \@seccntformat{section}\fi }
\Configure{section}
{\IgnorePar\EndP \HCode{<!--start of section-->}}
{\IgnorePar\EndP \HCode{<!--end of section-->}}
- {\HCode{<text:h text:style-name="Heading 2\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-2\if@rl-rtl\fi
"
- text:level="2"><text:span
+ \text:outlinelevel="2"><text:span
text:style-name="section">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
@@ -4005,9 +4352,9 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{subsection}
{\IgnorePar\EndP \HCode{<!--start of subsection-->}}
{\IgnorePar\EndP \HCode{<!--end of subsection-->}}
- {\HCode{<text:h text:style-name="Heading 3\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-3\if@rl-rtl\fi
"
- text:level="3"><text:span
+ \text:outlinelevel="3"><text:span
text:style-name="subsection">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
@@ -4017,60 +4364,61 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{subsubsection}
{\IgnorePar\EndP \HCode{<!--start of subsubsection-->}}
{\IgnorePar\EndP \HCode{<!--end of subsubsection-->}}
- {\HCode{<text:h text:style-name="Heading 4\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-4\if@rl-rtl\fi
"
- text:level="4"><text:span
+ \text:outlinelevel="4"><text:span
text:style-name="subsubsection">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{likesection}
{\IgnorePar\EndP \HCode{<!--start of section*-->}}
{\IgnorePar\EndP \HCode{<!--end of section*-->}}
- {\HCode{<text:h text:style-name="Heading 2\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-2\if@rl-rtl\fi
"
- text:level="2">}\IgnoreIndent}
+ \text:outlinelevel="2">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{likesubsection}
{\IgnorePar\EndP \HCode{<!--start of subsection*-->}}
{\IgnorePar\EndP \HCode{<!--end of subsection*-->}}
- {\HCode{<text:h text:style-name="Heading 3\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-3\if@rl-rtl\fi
"
- text:level="3">}\IgnoreIndent}
+ \text:outlinelevel="3">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{paragraph}
{\IgnorePar\EndP \HCode{<!--start of paragraph-->}}
{\IgnorePar\EndP \HCode{<!--end of paragraph-->}}
- {\HCode{<text:h text:style-name="Heading 5\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-5\if@rl-rtl\fi
"
- text:level="5">}}
+ \text:outlinelevel="5">}}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{subparagraph}
{\IgnorePar\EndP \HCode{<!--start of subparagraph-->}}
{\IgnorePar\EndP \HCode{<!--end of subparagraph-->}}
- {\HCode{<text:h text:style-name="Heading 6\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-6\if@rl-rtl\fi
"
- text:level="6">}}
+ \text:outlinelevel="6">}}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
+
\NewConfigureOO{Heading-1}
\ConfigureOO{Heading-1}{\Hnewline
-<style:style style:name="Heading 1"
+<style:style style:name="Heading-1"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="17.2999992370605pt"
+<\style:par:properties fo:font-size="17.2999992370605pt"
fo:font-weight="bold"
style:font-size-asian="115\%"
style:font-weight-asian="bold"
style:font-size-complex="115\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 1 rtl"
+\Hnewline <style:style style:name="Heading-1-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="17.2999992370605pt"
+<\style:par:properties fo:font-size="17.2999992370605pt"
fo:font-weight="bold"
style:font-size-asian="115\%"
style:font-weight-asian="bold"
@@ -4084,24 +4432,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-2}
\ConfigureOO{Heading-2}{\Hnewline
-<style:style style:name="Heading 2"
+<style:style style:name="Heading-2"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="14.3999996185303pt"
+<\style:par:properties fo:font-size="14.3999996185303pt"
style:font-size-complex="14pt"
style:font-style-complex="italic"
style:font-weight-complex="bold"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"/>
</style:style>
-\Hnewline <style:style style:name="Heading 2 rtl"
+\Hnewline <style:style style:name="Heading-2-rtl"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="14.3999996185303pt"
+<\style:par:properties fo:font-size="14.3999996185303pt"
style:font-size-complex="14pt"
style:font-style-complex="italic"
style:font-weight-complex="bold"
@@ -4115,24 +4463,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-3}
\ConfigureOO{Heading-3}{\Hnewline
-<style:style style:name="Heading 3"
+<style:style style:name="Heading-3"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="12pt"
+<\style:par:properties fo:font-size="12pt"
fo:font-weight="bold"
style:font-size-asian="14pt"
style:font-weight-asian="bold"
style:font-size-complex="14pt"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 3 rtl"
+\Hnewline <style:style style:name="Heading-3-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="12pt"
+<\style:par:properties fo:font-size="12pt"
fo:font-weight="bold"
style:font-size-asian="14pt"
style:font-weight-asian="bold"
@@ -4146,12 +4494,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-4}
\ConfigureOO{Heading-4}{\Hnewline
-<style:style style:name="Heading 4"
+<style:style style:name="Heading-4"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="12pt"
+<\style:par:properties fo:font-size="12pt"
fo:font-weight="bold"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"
@@ -4160,12 +4508,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:font-weight-complex="bold"
/>
</style:style>
-\Hnewline <style:style style:name="Heading 4 rtl"
+\Hnewline <style:style style:name="Heading-4-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="12pt"
+<\style:par:properties fo:font-size="12pt"
fo:font-weight="bold"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"
@@ -4181,12 +4529,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-5}
\ConfigureOO{Heading-5}{\Hnewline
-<style:style style:name="Heading 5"
+<style:style style:name="Heading-5"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:margin-left="0cm"
+<\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"
@@ -4198,12 +4546,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
fo:text-indent="0cm"
style:auto-text-indent="false"/>
</style:style>
-\Hnewline <style:style style:name="Heading 5 rtl"
+\Hnewline <style:style style:name="Heading-5-rtl"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:margin-left="0cm"
+<\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"
@@ -4222,24 +4570,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-6}
\ConfigureOO{Heading-6}{\Hnewline
-<style:style style:name="Heading 6"
+<style:style style:name="Heading-6"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 6 rtl"
+\Hnewline <style:style style:name="Heading-6-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -4253,24 +4601,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-7}
\ConfigureOO{Heading-7}{\Hnewline
-<style:style style:name="Heading 7"
+<style:style style:name="Heading-7"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 7 rtl"
+\Hnewline <style:style style:name="Heading-7-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -4284,24 +4632,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-8}
\ConfigureOO{Heading-8}{\Hnewline
-<style:style style:name="Heading 8"
+<style:style style:name="Heading-8"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 8 rtl"
+\Hnewline <style:style style:name="Heading-8-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -4315,24 +4663,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-9}
\ConfigureOO{Heading-9}{\Hnewline
-<style:style style:name="Heading 9"
+<style:style style:name="Heading-9"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 9 rtl"
+\Hnewline <style:style style:name="Heading-9-rtl"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -4346,24 +4694,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-10}
\ConfigureOO{Heading-10}{\Hnewline
-<style:style style:name="Heading 10"
+<style:style style:name="Heading-10"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 10 rtl"
+\Hnewline <style:style style:name="Heading-10-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -4375,7 +4723,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{caption}
{\ht:everypar{\HtmlPar}%
- \ifvmode \EndP\ShowPar\else \HCode{<text:line-break/>}\fi
+ \ifvmode \EndP \par\ShowPar\else \HCode{<text:line-break/>}\fi
\HCode{\Hnewline <text:span text:style-name="caption" >%
<text:span text:style-name="caption-title" >}}
{: }
@@ -4383,7 +4731,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{</text:span>}}
\OOstyles{%
<style:style style:name="caption-title" style:family="text">\Hnewline
- <style:properties fo:font-style="normal"
+ <\style:properties fo:font-style="normal"
fo:font-weight="bold"/>\Hnewline
</style:style>\Hnewline
}
@@ -4394,35 +4742,35 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<text:alphabetical-index-source
text:sort-algorithm="alphanumeric">\Hnewline
<text:index-title-template
- text:style-name="Index Heading">\indexname
+ text:style-name="Index-Heading">\indexname
</text:index-title-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="1"
- text:style-name="Index 1">\Hnewline
+ text:style-name="Index-1">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="2"
- text:style-name="Index 2">\Hnewline
+ text:style-name="Index-2">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="3"
- text:style-name="Index 3">\Hnewline
+ text:style-name="Index-3">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
@@ -4446,8 +4794,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{@begin}{theindex}{\ifx \indexname\empty \else
\def\put:IndexTitle{\HCode{<text:index-title
text:style-name="Sect1"
- text:name="Alphabetical Index1_Head"><text:p
- text:style-name="Index Heading">}\indexname
+ text:name="Alphabetical_Index1_Head"><text:p
+ text:style-name="Index-Heading">}\indexname
\HCode{</text:p></text:index-title>\Hnewline}
}\fi}
@@ -4465,20 +4813,20 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{<!--begin maketitle-->}}
{\HCode{<!--end maketitle-->}\par}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="Title\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="Title\if@rl-rtl\fi
" >}}
{\HCode{</text:p>}}
\Configure{thanks author date and}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="Text body\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="Text-body\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="author\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="author\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="date\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="date\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{}
@@ -4490,7 +4838,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:parent-style-name="Heading"
style:next-style-name="author"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -4500,12 +4848,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:font-weight-complex="bold"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style> \Hnewline <style:style style:name="Title rtl"
+</style:style> \Hnewline <style:style style:name="Title-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="author rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="author-rtl"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -4522,18 +4870,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{author}{%
<style:style style:name="author"
style:family="paragraph"
- style:parent-style-name="Text body"
+ style:parent-style-name="Text-body"
style:next-style-name="date">\Hnewline
-<style:properties fo:margin-top="0cm"
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="author rtl"
+</style:style>\Hnewline <style:style style:name="author-rtl"
style:family="paragraph"
- style:parent-style-name="Text body rtl"
- style:next-style-name="date rtl">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="date-rtl">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -4545,18 +4893,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{date}{%
<style:style style:name="date"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="date rtl"
+</style:style>\Hnewline <style:style style:name="date-rtl"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -4567,36 +4915,36 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureEnv{abstract}
{\IgnorePar\EndP \bgroup
\Configure{HtmlPar}
- {\EndP \HCode{<text:p text:style-name="abstract\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
">}}
- {\EndP \HCode{<text:p text:style-name="abstract\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}
}
{\ifvmode \IgnorePar\fi \EndP \egroup \ShowPar\par \IgnoreIndent }
{\ifvmode \IgnorePar\fi\EndP
- \HCode{<text:p text:style-name="abstract title">}%
+ \HCode{<text:p text:style-name="abstract-title">}%
}
{\HCode{</text:p>}}
\NewConfigureOO{abstract}
\ConfigureOO{abstract}{\Hnewline
<style:style style:name="abstract"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-left="3cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
fo:margin-right="3cm"
fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="10pt"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
-</style:style>\Hnewline <style:style style:name="abstract rtl"
+</style:style>\Hnewline <style:style style:name="abstract-rtl"
style:family="paragraph"
- style:parent-style-name="Text body rtl"
- style:next-style-name="Text body rtl">\Hnewline
-<style:properties fo:margin-left="3cm"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="Text-body-rtl">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
fo:margin-right="3cm"
fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
@@ -4608,11 +4956,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{abstract-title}
\ConfigureOO{abstract-title}{\Hnewline
-<style:style style:name="abstract title"
+<style:style style:name="abstract-title"
style:family="paragraph"
style:parent-style-name="abstract"
style:next-style-name="abstract">\Hnewline
-<style:properties fo:margin-top="0.499cm"
+<\style:par:properties fo:margin-top="0.499cm"
fo:margin-bottom="0cm"
fo:font-weight="bold"
fo:text-align="center"
@@ -4622,11 +4970,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\NewConfigureOO{Contents 1}
\ConfigureOO{Contents 1}{\Hnewline
- <style:style style:name="Contents 1"
+ <style:style style:name="Contents-1"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:margin-top="0cm"
fo:margin-bottom="0.101cm"
@@ -4638,17 +4986,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>\Hnewline
}
%
\NewConfigureOO{Contents 2}
\ConfigureOO{Contents 2}{\Hnewline
- <style:style style:name="Contents 2"
+ <style:style style:name="Contents-2"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0.499cm"
+ <\style:par:properties fo:margin-left="0.499cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">
@@ -4657,17 +5005,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>
</style:tab-stops>
- </style:properties>
+ </\style:par:properties>
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 3}
\ConfigureOO{Contents 3}{\Hnewline
- <style:style style:name="Contents 3"
+ <style:style style:name="Contents-3"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0.998cm"
+ <\style:par:properties fo:margin-left="0.998cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">
@@ -4676,17 +5024,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>
</style:tab-stops>
- </style:properties>
+ </\style:par:properties>
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 4}
\ConfigureOO{Contents 4}{\Hnewline
- <style:style style:name="Contents 4"
+ <style:style style:name="Contents-4"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="1.498cm"
+ <\style:par:properties fo:margin-left="1.498cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">\Hnewline
@@ -4695,17 +5043,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 5}
\ConfigureOO{Contents 5}{\Hnewline
- <style:style style:name="Contents 5"
+ <style:style style:name="Contents-5"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="1.997cm"
+ <\style:par:properties fo:margin-left="1.997cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">\Hnewline
@@ -4714,17 +5062,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline}
%
\NewConfigureOO{Index 1}
\ConfigureOO{Index 1}{\Hnewline
- <style:style style:name="Index 1"
+ <style:style style:name="Index-1"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>
@@ -4733,11 +5081,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
\NewConfigureOO{Index 2}
\ConfigureOO{Index 2}{\Hnewline
- <style:style style:name="Index 2"
+ <style:style style:name="Index-2"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0.499cm"
+ <\style:par:properties fo:margin-left="0.499cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
@@ -4746,11 +5094,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
\NewConfigureOO{Index 3}
\ConfigureOO{Index 3}{\Hnewline
- <style:style style:name="Index 3"
+ <style:style style:name="Index-3"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0.998cm"
+ <\style:par:properties fo:margin-left="0.998cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
@@ -4807,17 +5155,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{}
{\HCode{</text:p>}}
+\def\ref:name{\refname}
\HAssign\bib:N=0
\ConfigureList{thebibliography}%
{\IgnorePar\EndP \gHAdvance\bib:N by 1
\HCode{<text:bibliography text:name="bib-\bib:N">
<text:bibliography-source>\Hnewline
- <text:index-title-template>}\NoFonts\refname\EndNoFonts\HCode{
+ <text:index-title-template>}\NoFonts\ref:name\EndNoFonts\HCode{%
</text:index-title-template>\Hnewline
%
<text:bibliography-entry-template\Hnewline
text:bibliography-type="custom1"
- text:style-name="Bibliography 1">\Hnewline
+ text:style-name="Bibliography11">\Hnewline
%
<text:index-entry-bibliography
text:bibliography-data-field="identifier"/>\Hnewline
@@ -4850,15 +5199,16 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<style:style style:name="p-bibitem"\Hnewline
style:family="paragraph" \Hnewline
style:parent-style-name="Standard">\Hnewline
- <style:properties fo:margin-left="1cm"\Hnewline
+ <\style:par:properties fo:margin-left="1cm"\Hnewline
fo:text-indent="-1cm"\Hnewline
fo:margin-right="0cm" \Hnewline
style:auto-text-indent="false">\Hnewline
<style:tab-stops/>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>\Hnewline
}
+
\ConfigureEnv{quote}
{\ifvmode \IgnorePar\fi \EndP
\gHAdvance\BegEnd:N by 1
@@ -4873,11 +5223,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\bgroup \Configure{HtmlPar}
{\EndP \HCode{<!--l. \the\inputlineno-->%
%
- <text:p text:style-name="quote\if@rl\space rtl\fi
+ <text:p text:style-name="quote\if@rl-rtl\fi
">}}
{\EndP \HCode{<!--l. \the\inputlineno-->%
%
- <text:p text:style-name="quote\if@rl\space rtl\fi
+ <text:p text:style-name="quote\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}%
@@ -4893,11 +5243,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
{\ifvmode \IgnorePar\fi\EndP
\HCode{<text:p text:style-name="end-env-p"></text:p></text:section>}%
-}
+\par\ShowPar \noindent}
{\IgnorePar\EndP \bgroup \Configure{HtmlPar}
- {\EndP \HCode{<text:p text:style-name="quotation\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="quotation\if@rl-rtl\fi
">}}
- {\EndP \HCode{<text:p text:style-name="quotation\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="quotation\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}%
@@ -4909,17 +5259,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<style:style style:name="quotation"
style:family="paragraph"
style:parent-style-name="Standard">\Hnewline
- <style:properties
+ <\style:par: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 <style:style style:name="quotation rtl"
+ </style:style>\Hnewline <style:style style:name="quotation-rtl"
style:family="paragraph"
style:parent-style-name="Standard">\Hnewline
- <style:properties
+ <\style:par:properties
fo:margin-left="1cm"
fo:margin-right="1cm"
fo:margin-top="0cm"
@@ -4956,10 +5306,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="flushright"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body"
style:master-page-name="">
-<style:properties fo:margin-top="0.199cm"
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="end"
style:justify-single-word="false"
@@ -4991,9 +5341,9 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="flushleft"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">
-<style:properties fo:margin-top="0.199cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="start"
style:justify-single-word="false"/>
@@ -5024,14 +5374,14 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="center"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">
-<style:properties fo:margin-top="0.199cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="center"
style:justify-single-word="false">
<style:tab-stops/>
-</style:properties>
+</\style:par:properties>
</style:style>\Hnewline
}
\Configure{centerline}
@@ -5052,7 +5402,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\OOstyles{%
<style:style style:name="tabbing-\tabbing:N-\tabbing:Nrow"
>\Hnewline
- <style:properties
+ <\style:properties
fo:wrap-option="no-wrap"
\ifx \TabWidth\empty \else
fo:width="\TabWidth pt"
@@ -5071,7 +5421,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{tabbing}{<style:style style:name="tabbing"
style:family="paragraph"
style:parent-style-name="Standard" >\Hnewline
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:text-indent="0.5cm"
style:auto-text-indent="false"/>\Hnewline
@@ -5100,37 +5450,39 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\csname par\endcsname\ShowPar}
{}{}
-\Configure{part}
- {\IgnorePar\EndP \HCode{<!--start part-->}}
- {\IgnorePar\EndP \HCode{<!--end part-->}}
- {\HCode{<text:p text:style-name="part">
- <text:span text:style-name="part">}\TitleMark\space
- \HCode{</text:span>}%
- \HCode{<text:line-break/>}}
- {\HCode{</text:p>\Hnewline}\par\ShowPar\IgnoreIndent}
-\ConfigureMark{part}{\partname\space\thepart}
-\NewConfigureOO{part}
-\ConfigureOO{part}{\Hnewline
-<style:style style:name="part"
- style:family="paragraph"
- style:parent-style-name="Heading\if@rl\space rtl\fi
+\ifx \part\:UnDef\else
+ \Configure{part}
+ {\IgnorePar\EndP \HCode{<!--start part-->}}
+ {\IgnorePar\EndP \HCode{<!--end part-->}}
+ {\HCode{<text:p text:style-name="part">
+ <text:span text:style-name="part">}\TitleMark\space
+ \HCode{</text:span>}%
+ \HCode{<text:line-break/>}}
+ {\HCode{</text:p>\Hnewline}\par\ShowPar\IgnoreIndent}
+ \ConfigureMark{part}{\partname\space\thepart}
+ \NewConfigureOO{part}
+ \ConfigureOO{part}{\Hnewline
+ <style:style style:name="part"
+ style:family="paragraph"
+ style:parent-style-name="Heading\if@rl-rtl\fi
"
- style:next-style-name="Text body"
- style:list-style-name="part">\Hnewline
-<style:properties fo:margin-top="0.52cm"
- fo:margin-bottom="0.21cm"
- fo:font-size="18pt"/>\Hnewline
-</style:style>\Hnewline
-}
+ style:next-style-name="Text-body"
+ style:list-style-name="part">\Hnewline
+ <\style:par:properties fo:margin-top="0.52cm"
+ fo:margin-bottom="0.21cm"
+ fo:font-size="18pt"/>\Hnewline
+ </style:style>\Hnewline
+ }
+\fi
\ConfigureMark{section}
{\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
\else \@seccntformat{section}\fi }
\Configure{section}
{\IgnorePar\EndP \HCode{<!--start of section-->}}
{\IgnorePar\EndP \HCode{<!--end of section-->}}
- {\HCode{<text:h text:style-name="Heading 2\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-2\if@rl-rtl\fi
"
- text:level="2"><text:span
+ \text:outlinelevel="2"><text:span
text:style-name="section">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
@@ -5140,9 +5492,9 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{subsection}
{\IgnorePar\EndP \HCode{<!--start of subsection-->}}
{\IgnorePar\EndP \HCode{<!--end of subsection-->}}
- {\HCode{<text:h text:style-name="Heading 3\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-3\if@rl-rtl\fi
"
- text:level="3"><text:span
+ \text:outlinelevel="3"><text:span
text:style-name="subsection">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
@@ -5152,60 +5504,61 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{subsubsection}
{\IgnorePar\EndP \HCode{<!--start of subsubsection-->}}
{\IgnorePar\EndP \HCode{<!--end of subsubsection-->}}
- {\HCode{<text:h text:style-name="Heading 4\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-4\if@rl-rtl\fi
"
- text:level="4"><text:span
+ \text:outlinelevel="4"><text:span
text:style-name="subsubsection">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{likesection}
{\IgnorePar\EndP \HCode{<!--start of section*-->}}
{\IgnorePar\EndP \HCode{<!--end of section*-->}}
- {\HCode{<text:h text:style-name="Heading 2\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-2\if@rl-rtl\fi
"
- text:level="2">}\IgnoreIndent}
+ \text:outlinelevel="2">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{likesubsection}
{\IgnorePar\EndP \HCode{<!--start of subsection*-->}}
{\IgnorePar\EndP \HCode{<!--end of subsection*-->}}
- {\HCode{<text:h text:style-name="Heading 3\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-3\if@rl-rtl\fi
"
- text:level="3">}\IgnoreIndent}
+ \text:outlinelevel="3">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{paragraph}
{\IgnorePar\EndP \HCode{<!--start of paragraph-->}}
{\IgnorePar\EndP \HCode{<!--end of paragraph-->}}
- {\HCode{<text:h text:style-name="Heading 5\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-5\if@rl-rtl\fi
"
- text:level="5">}}
+ \text:outlinelevel="5">}}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{subparagraph}
{\IgnorePar\EndP \HCode{<!--start of subparagraph-->}}
{\IgnorePar\EndP \HCode{<!--end of subparagraph-->}}
- {\HCode{<text:h text:style-name="Heading 6\if@rl\space rtl\fi
+ {\HCode{<text:h text:style-name="Heading-6\if@rl-rtl\fi
"
- text:level="6">}}
+ \text:outlinelevel="6">}}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
+
\NewConfigureOO{Heading-1}
\ConfigureOO{Heading-1}{\Hnewline
-<style:style style:name="Heading 1"
+<style:style style:name="Heading-1"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="17.2999992370605pt"
+<\style:par:properties fo:font-size="17.2999992370605pt"
fo:font-weight="bold"
style:font-size-asian="115\%"
style:font-weight-asian="bold"
style:font-size-complex="115\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 1 rtl"
+\Hnewline <style:style style:name="Heading-1-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="17.2999992370605pt"
+<\style:par:properties fo:font-size="17.2999992370605pt"
fo:font-weight="bold"
style:font-size-asian="115\%"
style:font-weight-asian="bold"
@@ -5219,24 +5572,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-2}
\ConfigureOO{Heading-2}{\Hnewline
-<style:style style:name="Heading 2"
+<style:style style:name="Heading-2"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="14.3999996185303pt"
+<\style:par:properties fo:font-size="14.3999996185303pt"
style:font-size-complex="14pt"
style:font-style-complex="italic"
style:font-weight-complex="bold"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"/>
</style:style>
-\Hnewline <style:style style:name="Heading 2 rtl"
+\Hnewline <style:style style:name="Heading-2-rtl"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="14.3999996185303pt"
+<\style:par:properties fo:font-size="14.3999996185303pt"
style:font-size-complex="14pt"
style:font-style-complex="italic"
style:font-weight-complex="bold"
@@ -5250,24 +5603,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-3}
\ConfigureOO{Heading-3}{\Hnewline
-<style:style style:name="Heading 3"
+<style:style style:name="Heading-3"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="12pt"
+<\style:par:properties fo:font-size="12pt"
fo:font-weight="bold"
style:font-size-asian="14pt"
style:font-weight-asian="bold"
style:font-size-complex="14pt"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 3 rtl"
+\Hnewline <style:style style:name="Heading-3-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="12pt"
+<\style:par:properties fo:font-size="12pt"
fo:font-weight="bold"
style:font-size-asian="14pt"
style:font-weight-asian="bold"
@@ -5281,12 +5634,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-4}
\ConfigureOO{Heading-4}{\Hnewline
-<style:style style:name="Heading 4"
+<style:style style:name="Heading-4"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="12pt"
+<\style:par:properties fo:font-size="12pt"
fo:font-weight="bold"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"
@@ -5295,12 +5648,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:font-weight-complex="bold"
/>
</style:style>
-\Hnewline <style:style style:name="Heading 4 rtl"
+\Hnewline <style:style style:name="Heading-4-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="12pt"
+<\style:par:properties fo:font-size="12pt"
fo:font-weight="bold"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"
@@ -5316,12 +5669,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-5}
\ConfigureOO{Heading-5}{\Hnewline
-<style:style style:name="Heading 5"
+<style:style style:name="Heading-5"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:margin-left="0cm"
+<\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"
@@ -5333,12 +5686,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
fo:text-indent="0cm"
style:auto-text-indent="false"/>
</style:style>
-\Hnewline <style:style style:name="Heading 5 rtl"
+\Hnewline <style:style style:name="Heading-5-rtl"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:margin-left="0cm"
+<\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:margin-top="0.42cm"
fo:margin-bottom="0cm"
@@ -5357,24 +5710,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-6}
\ConfigureOO{Heading-6}{\Hnewline
-<style:style style:name="Heading 6"
+<style:style style:name="Heading-6"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 6 rtl"
+\Hnewline <style:style style:name="Heading-6-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -5388,24 +5741,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-7}
\ConfigureOO{Heading-7}{\Hnewline
-<style:style style:name="Heading 7"
+<style:style style:name="Heading-7"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 7 rtl"
+\Hnewline <style:style style:name="Heading-7-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -5419,24 +5772,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-8}
\ConfigureOO{Heading-8}{\Hnewline
-<style:style style:name="Heading 8"
+<style:style style:name="Heading-8"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 8 rtl"
+\Hnewline <style:style style:name="Heading-8-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -5450,24 +5803,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-9}
\ConfigureOO{Heading-9}{\Hnewline
-<style:style style:name="Heading 9"
+<style:style style:name="Heading-9"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 9 rtl"
+\Hnewline <style:style style:name="Heading-9-rtl"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -5481,24 +5834,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{Heading-10}
\ConfigureOO{Heading-10}{\Hnewline
-<style:style style:name="Heading 10"
+<style:style style:name="Heading-10"
style:family="paragraph"
style:parent-style-name="Heading"
- style:next-style-name="Text body"
+ style:next-style-name="Text-body"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
style:font-size-complex="75\%"
style:font-weight-complex="bold"/>
</style:style>
-\Hnewline <style:style style:name="Heading 10 rtl"
+\Hnewline <style:style style:name="Heading-10-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="Text body rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
style:class="text">\Hnewline
-<style:properties fo:font-size="75\%"
+<\style:par:properties fo:font-size="75\%"
fo:font-weight="bold"
style:font-size-asian="75\%"
style:font-weight-asian="bold"
@@ -5510,7 +5863,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{caption}
{\ht:everypar{\HtmlPar}%
- \ifvmode \EndP\ShowPar\else \HCode{<text:line-break/>}\fi
+ \ifvmode \EndP \par\ShowPar\else \HCode{<text:line-break/>}\fi
\HCode{\Hnewline <text:span text:style-name="caption" >%
<text:span text:style-name="caption-title" >}}
{: }
@@ -5518,7 +5871,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{</text:span>}}
\OOstyles{%
<style:style style:name="caption-title" style:family="text">\Hnewline
- <style:properties fo:font-style="normal"
+ <\style:properties fo:font-style="normal"
fo:font-weight="bold"/>\Hnewline
</style:style>\Hnewline
}
@@ -5529,35 +5882,35 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<text:alphabetical-index-source
text:sort-algorithm="alphanumeric">\Hnewline
<text:index-title-template
- text:style-name="Index Heading">\indexname
+ text:style-name="Index-Heading">\indexname
</text:index-title-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="1"
- text:style-name="Index 1">\Hnewline
+ text:style-name="Index-1">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="2"
- text:style-name="Index 2">\Hnewline
+ text:style-name="Index-2">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="3"
- text:style-name="Index 3">\Hnewline
+ text:style-name="Index-3">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
@@ -5581,8 +5934,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{@begin}{theindex}{\ifx \indexname\empty \else
\def\put:IndexTitle{\HCode{<text:index-title
text:style-name="Sect1"
- text:name="Alphabetical Index1_Head"><text:p
- text:style-name="Index Heading">}\indexname
+ text:name="Alphabetical_Index1_Head"><text:p
+ text:style-name="Index-Heading">}\indexname
\HCode{</text:p></text:index-title>\Hnewline}
}\fi}
@@ -5635,23 +5988,23 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\ifmathml\else \HCode{</text:span>}\fi}
\NewConfigureOO{emph}
\ConfigureOO{emph}{<style:style style:name="Emphasis" style:family="text">\Hnewline
- <style:properties fo:font-style="italic"/>\Hnewline
+ <\style:properties fo:font-style="italic"/>\Hnewline
</style:style>\Hnewline
}
\NewConfigureOO{textit}
\ConfigureOO{textit}{<style:style style:name="textit" style:family="text">\Hnewline
- <style:properties fo:font-style="italic"/>\Hnewline
+ <\style:properties fo:font-style="italic"/>\Hnewline
</style:style>\Hnewline
}
\NewConfigureOO{textbf}
\ConfigureOO{textbf}{<style:style style:name="textbf" style:family="text">\Hnewline
- <style:properties fo:font-style="normal"
+ <\style:properties fo:font-style="normal"
fo:font-weight="bold"/>\Hnewline
</style:style>\Hnewline
}
\NewConfigureOO{textsc}
\ConfigureOO{textsc}{<style:style style:name="textsc" style:family="text">\Hnewline
- <style:properties
+ <\style:properties
fo:font-variant="small-caps"
fo:font-style="normal"
fo:font-weight="normal"
@@ -5662,21 +6015,21 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{texttt}
\ConfigureOO{texttt}{<style:style style:name="texttt" style:family="text">\Hnewline
- <style:properties
+ <\style:properties
fo:font-family="monospace"
/>\Hnewline
</style:style>\Hnewline
}
\NewConfigureOO{textrm}
\ConfigureOO{textrm}{<style:style style:name="textrm" style:family="text">\Hnewline
-<style:properties fo:font-weight="normal"
+<\style:properties fo:font-weight="normal"
style:font-weight-asian="normal"
style:font-weight-complex="normal"/>\Hnewline
</style:style>\Hnewline
}
\NewConfigureOO{textsf}
\ConfigureOO{textsf}{<style:style style:name="textsf" style:family="text">\Hnewline
- <style:properties fo:font-style="normal"
+ <\style:properties fo:font-style="normal"
fo:font-weight="bold"
style:font-family-generic="swiss"
style:font-pitch="variable" />\Hnewline
@@ -5684,12 +6037,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{textsl}
\ConfigureOO{textsl}{<style:style style:name="textsl" style:family="text">\Hnewline
- <style:properties fo:font-style="italic"/>\Hnewline
+ <\style:properties fo:font-style="italic"/>\Hnewline
</style:style>\Hnewline
}
\NewConfigureOO{textsl}
\ConfigureOO{textsl}{<style:style style:name="textup" style:family="text">\Hnewline
-<style:properties fo:font-weight="normal"
+<\style:properties fo:font-weight="normal"
style:font-weight-asian="normal"
style:font-weight-complex="normal"/>\Hnewline
</style:style>\Hnewline
@@ -5698,12 +6051,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{\string&\#x2026;}}
\NewConfigureOO{overline}
\ConfigureOO{overline}{<style:style style:name="overline" style:family="text">
- <style:properties style:text-underline="dotted" />
+ <\style:properties style:text-underline="dotted" />
</style:style>
}
\NewConfigureOO{underline}
\ConfigureOO{underline}{<style:style style:name="underline" style:family="text">
- <style:properties style:text-underline="single" />
+ <\style:properties style:text-underline="single" />
</style:style>
}
@@ -5719,15 +6072,20 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{graphics}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{graphics}
- {\bgroup
- \let\E:IMG=\e:IMG \let\e:IMG=\empty
- \Picture+{}}
- {\EndPicture
- \E:IMG\HCode{<!--tex4ht:graphics
- \Hnewline name="\PictureFile" src="\Gin@base\Gin@ext"
- \Hnewline -->}%
- \egroup}
+ \Configure{graphics}
+ {\bgroup
+ \let\E:IMG=\e:IMG \let\e:IMG=\empty
+ \Picture+{}}
+ {\EndPicture
+ \E:IMG\HCode{<!--tex4ht:graphics
+ \Hnewline name="\PictureFile" src="\Gin@base\Gin@ext"
+ svg:width="\the\Gin@req@width"
+ svg:height="\the\Gin@req@height"
+ scalex = "\csname Gin@scalex\endcsname"
+ scaley = "\csname Gin@scaley\endcsname"
+ rotate = "\the\Grot@x"
+ \Hnewline -->}%
+ \egroup}
\Configure{graphics*}
{gif}
{\Picture[IMG]{\Gin@base.gif \ifx\noBoundingBox\UnDefined
@@ -5756,13 +6114,6 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
svg:height="\the\Gin@req@height"
\fi
}}
-\Configure{graphics*}
- {eps}
- {\Picture[IMG]{\Gin@base.eps \ifx\noBoundingBox\UnDefined
- svg:width="\the\Gin@req@width"
- svg:height="\the\Gin@req@height"
-\fi
- }}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -5782,20 +6133,20 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{<!--begin maketitle-->}}
{\HCode{<!--end maketitle-->}\par}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="Title\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="Title\if@rl-rtl\fi
" >}}
{\HCode{</text:p>}}
\Configure{thanks author date and}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="Text body\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="Text-body\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="author\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="author\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="date\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="date\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{}
@@ -5807,7 +6158,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:parent-style-name="Heading"
style:next-style-name="author"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -5817,12 +6168,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:font-weight-complex="bold"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style> \Hnewline <style:style style:name="Title rtl"
+</style:style> \Hnewline <style:style style:name="Title-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="author rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="author-rtl"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -5839,18 +6190,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{author}{%
<style:style style:name="author"
style:family="paragraph"
- style:parent-style-name="Text body"
+ style:parent-style-name="Text-body"
style:next-style-name="date">\Hnewline
-<style:properties fo:margin-top="0cm"
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="author rtl"
+</style:style>\Hnewline <style:style style:name="author-rtl"
style:family="paragraph"
- style:parent-style-name="Text body rtl"
- style:next-style-name="date rtl">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="date-rtl">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -5862,18 +6213,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{date}{%
<style:style style:name="date"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="date rtl"
+</style:style>\Hnewline <style:style style:name="date-rtl"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -5884,36 +6235,36 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureEnv{abstract}
{\IgnorePar\EndP \bgroup
\Configure{HtmlPar}
- {\EndP \HCode{<text:p text:style-name="abstract\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
">}}
- {\EndP \HCode{<text:p text:style-name="abstract\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}
}
{\ifvmode \IgnorePar\fi \EndP \egroup \ShowPar\par \IgnoreIndent }
{\ifvmode \IgnorePar\fi\EndP
- \HCode{<text:p text:style-name="abstract title">}%
+ \HCode{<text:p text:style-name="abstract-title">}%
}
{\HCode{</text:p>}}
\NewConfigureOO{abstract}
\ConfigureOO{abstract}{\Hnewline
<style:style style:name="abstract"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-left="3cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
fo:margin-right="3cm"
fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="10pt"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
-</style:style>\Hnewline <style:style style:name="abstract rtl"
+</style:style>\Hnewline <style:style style:name="abstract-rtl"
style:family="paragraph"
- style:parent-style-name="Text body rtl"
- style:next-style-name="Text body rtl">\Hnewline
-<style:properties fo:margin-left="3cm"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="Text-body-rtl">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
fo:margin-right="3cm"
fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
@@ -5925,11 +6276,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{abstract-title}
\ConfigureOO{abstract-title}{\Hnewline
-<style:style style:name="abstract title"
+<style:style style:name="abstract-title"
style:family="paragraph"
style:parent-style-name="abstract"
style:next-style-name="abstract">\Hnewline
-<style:properties fo:margin-top="0.499cm"
+<\style:par:properties fo:margin-top="0.499cm"
fo:margin-bottom="0cm"
fo:font-weight="bold"
fo:text-align="center"
@@ -5939,11 +6290,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\NewConfigureOO{Contents 1}
\ConfigureOO{Contents 1}{\Hnewline
- <style:style style:name="Contents 1"
+ <style:style style:name="Contents-1"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:margin-top="0cm"
fo:margin-bottom="0.101cm"
@@ -5955,17 +6306,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>\Hnewline
}
%
\NewConfigureOO{Contents 2}
\ConfigureOO{Contents 2}{\Hnewline
- <style:style style:name="Contents 2"
+ <style:style style:name="Contents-2"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0.499cm"
+ <\style:par:properties fo:margin-left="0.499cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">
@@ -5974,17 +6325,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>
</style:tab-stops>
- </style:properties>
+ </\style:par:properties>
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 3}
\ConfigureOO{Contents 3}{\Hnewline
- <style:style style:name="Contents 3"
+ <style:style style:name="Contents-3"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0.998cm"
+ <\style:par:properties fo:margin-left="0.998cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">
@@ -5993,17 +6344,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>
</style:tab-stops>
- </style:properties>
+ </\style:par:properties>
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 4}
\ConfigureOO{Contents 4}{\Hnewline
- <style:style style:name="Contents 4"
+ <style:style style:name="Contents-4"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="1.498cm"
+ <\style:par:properties fo:margin-left="1.498cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">\Hnewline
@@ -6012,17 +6363,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 5}
\ConfigureOO{Contents 5}{\Hnewline
- <style:style style:name="Contents 5"
+ <style:style style:name="Contents-5"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="1.997cm"
+ <\style:par:properties fo:margin-left="1.997cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">\Hnewline
@@ -6031,17 +6382,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline}
%
\NewConfigureOO{Index 1}
\ConfigureOO{Index 1}{\Hnewline
- <style:style style:name="Index 1"
+ <style:style style:name="Index-1"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>
@@ -6050,11 +6401,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
\NewConfigureOO{Index 2}
\ConfigureOO{Index 2}{\Hnewline
- <style:style style:name="Index 2"
+ <style:style style:name="Index-2"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0.499cm"
+ <\style:par:properties fo:margin-left="0.499cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
@@ -6063,11 +6414,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
\NewConfigureOO{Index 3}
\ConfigureOO{Index 3}{\Hnewline
- <style:style style:name="Index 3"
+ <style:style style:name="Index-3"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0.998cm"
+ <\style:par:properties fo:margin-left="0.998cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
@@ -6131,6 +6482,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amsproc}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -6145,11 +6497,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \def\:temp{{\protect\AmSfont AmS}}
+ \def\:temp{{\protect\AmSfont AMS}}
\HLet\AmS\:temp
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -6163,6 +6514,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{babel}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -6289,11 +6641,84 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{hyperref}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ifx \@baseurl\@empty \else
+ \Configure{@HEAD}
+ {\HCode{<!--base href="\:baseurl" /-->}}
+ \let\:baseurl\@baseurl
+ \let\@baseurl=\@empty
+\fi
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{longtable}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{halignTB<>}{longtable}{\HCode{\Hnewline
+ table:style-name="longtable"
+ }<>\HAlign}
+\Configure{longtable}
+ {\IgnorePar\EndP \HCode{<!--l. \the\inputlineno-->%
+}%
+ \halignTB{longtable}%
+ \putVBorder
+}
+ {\HCode{</table:table>}}
+ {\HCode{<table:table-row \Hnewline}\halignTR\HCode{
+ table:style-name="TBL-\TableNo-\HRow-">}}
+ {\HCode{</table:table-row>}}
+ {\HCode{<table:table-cell
+ \ifnum \HMultispan>1 table:number-columns-spanned="\HMultispan"\fi
+ \space table:style-name="TBL-\TableNo-\HRow-\HCol" ><text:p>}\SaveEndP
+%
+ \par \ShowPar
+\par \ShowPar
+\PushStack\Table:Stck\TableNo}
+ {\PopStack\Table:Stck\TableNo
+ \IgnorePar \EndP
+\IgnorePar \EndP
+\HCode{</text:p></table:table-cell>}}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{tabularx}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureEnv{tabularx}
+ {\Configure{noalign}%
+ {\f:tabular\d:tabular \HCode{<tr><td colspan="\ar:cnt">}}
+ {\HCode{</td></tr>}\pend:def\TableNo{0}\c:tabular\e:tabular}%
+%
+ \IgnorePar\ifvmode\else\HCode{<!--tex4ht:inline-->}\fi
+\EndP
+ \PushStack\Col:Bars\:AllColBars
+\PushStack\Col:Marg\:AllColMargins
+%
+ }
+ {\PopStack\Col:Bars\:AllColBars
+\PopStack\Col:Marg\:AllColMargins
+\ShowPar
+ \Configure{noalign}{}{}%
+%
+ \ShowPar
+%
+ }{}{}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -6427,6 +6852,24 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{apacite}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{bibcite}{\def\ { }}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
+
+
+
+
+
@@ -6463,27 +6906,29 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{} {}
\Configure{dedication}
{\ifvmode \IgnorePar\fi\EndP
- \HCode{<text:p text:style-name="Text body" >}}
+ \HCode{<text:p text:style-name="Text-body" >}}
{\ifvmode \IgnorePar\fi\EndP \HCode{</text:p>}}
+\ConfigureMark{chapter}
+ {\if@mainmatter \thechapter.~~\fi}
\Configure{maketitle}
{\HCode{<!--begin maketitle-->}}
{\HCode{<!--end maketitle-->}\par}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="Title\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="Title\if@rl-rtl\fi
" >}}
{\HCode{</text:p>}}
\Configure{thanks author date and}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="Text body\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="Text-body\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="author\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="author\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="date\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="date\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{}
@@ -6495,7 +6940,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:parent-style-name="Heading"
style:next-style-name="author"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -6505,12 +6950,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:font-weight-complex="bold"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style> \Hnewline <style:style style:name="Title rtl"
+</style:style> \Hnewline <style:style style:name="Title-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="author rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="author-rtl"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -6527,18 +6972,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{author}{%
<style:style style:name="author"
style:family="paragraph"
- style:parent-style-name="Text body"
+ style:parent-style-name="Text-body"
style:next-style-name="date">\Hnewline
-<style:properties fo:margin-top="0cm"
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="author rtl"
+</style:style>\Hnewline <style:style style:name="author-rtl"
style:family="paragraph"
- style:parent-style-name="Text body rtl"
- style:next-style-name="date rtl">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="date-rtl">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -6550,18 +6995,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{date}{%
<style:style style:name="date"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="date rtl"
+</style:style>\Hnewline <style:style style:name="date-rtl"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -6572,36 +7017,36 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureEnv{abstract}
{\IgnorePar\EndP \bgroup
\Configure{HtmlPar}
- {\EndP \HCode{<text:p text:style-name="abstract\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
">}}
- {\EndP \HCode{<text:p text:style-name="abstract\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}
}
{\ifvmode \IgnorePar\fi \EndP \egroup \ShowPar\par \IgnoreIndent }
{\ifvmode \IgnorePar\fi\EndP
- \HCode{<text:p text:style-name="abstract title">}%
+ \HCode{<text:p text:style-name="abstract-title">}%
}
{\HCode{</text:p>}}
\NewConfigureOO{abstract}
\ConfigureOO{abstract}{\Hnewline
<style:style style:name="abstract"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-left="3cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
fo:margin-right="3cm"
fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="10pt"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
-</style:style>\Hnewline <style:style style:name="abstract rtl"
+</style:style>\Hnewline <style:style style:name="abstract-rtl"
style:family="paragraph"
- style:parent-style-name="Text body rtl"
- style:next-style-name="Text body rtl">\Hnewline
-<style:properties fo:margin-left="3cm"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="Text-body-rtl">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
fo:margin-right="3cm"
fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
@@ -6613,11 +7058,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{abstract-title}
\ConfigureOO{abstract-title}{\Hnewline
-<style:style style:name="abstract title"
+<style:style style:name="abstract-title"
style:family="paragraph"
style:parent-style-name="abstract"
style:next-style-name="abstract">\Hnewline
-<style:properties fo:margin-top="0.499cm"
+<\style:par:properties fo:margin-top="0.499cm"
fo:margin-bottom="0cm"
fo:font-weight="bold"
fo:text-align="center"
@@ -6627,11 +7072,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\NewConfigureOO{Contents 1}
\ConfigureOO{Contents 1}{\Hnewline
- <style:style style:name="Contents 1"
+ <style:style style:name="Contents-1"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:margin-top="0cm"
fo:margin-bottom="0.101cm"
@@ -6643,17 +7088,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>\Hnewline
}
%
\NewConfigureOO{Contents 2}
\ConfigureOO{Contents 2}{\Hnewline
- <style:style style:name="Contents 2"
+ <style:style style:name="Contents-2"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0.499cm"
+ <\style:par:properties fo:margin-left="0.499cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">
@@ -6662,17 +7107,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>
</style:tab-stops>
- </style:properties>
+ </\style:par:properties>
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 3}
\ConfigureOO{Contents 3}{\Hnewline
- <style:style style:name="Contents 3"
+ <style:style style:name="Contents-3"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0.998cm"
+ <\style:par:properties fo:margin-left="0.998cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">
@@ -6681,17 +7126,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>
</style:tab-stops>
- </style:properties>
+ </\style:par:properties>
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 4}
\ConfigureOO{Contents 4}{\Hnewline
- <style:style style:name="Contents 4"
+ <style:style style:name="Contents-4"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="1.498cm"
+ <\style:par:properties fo:margin-left="1.498cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">\Hnewline
@@ -6700,17 +7145,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 5}
\ConfigureOO{Contents 5}{\Hnewline
- <style:style style:name="Contents 5"
+ <style:style style:name="Contents-5"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="1.997cm"
+ <\style:par:properties fo:margin-left="1.997cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">\Hnewline
@@ -6719,17 +7164,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline}
%
\NewConfigureOO{Index 1}
\ConfigureOO{Index 1}{\Hnewline
- <style:style style:name="Index 1"
+ <style:style style:name="Index-1"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>
@@ -6738,11 +7183,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
\NewConfigureOO{Index 2}
\ConfigureOO{Index 2}{\Hnewline
- <style:style style:name="Index 2"
+ <style:style style:name="Index-2"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0.499cm"
+ <\style:par:properties fo:margin-left="0.499cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
@@ -6751,11 +7196,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
\NewConfigureOO{Index 3}
\ConfigureOO{Index 3}{\Hnewline
- <style:style style:name="Index 3"
+ <style:style style:name="Index-3"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0.998cm"
+ <\style:par:properties fo:margin-left="0.998cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
@@ -6843,17 +7288,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{}
{\HCode{</text:p>}}
+\def\ref:name{\refname}
\HAssign\bib:N=0
\ConfigureList{thebibliography}%
{\IgnorePar\EndP \gHAdvance\bib:N by 1
\HCode{<text:bibliography text:name="bib-\bib:N">
<text:bibliography-source>\Hnewline
- <text:index-title-template>}\NoFonts\refname\EndNoFonts\HCode{
+ <text:index-title-template>}\NoFonts\ref:name\EndNoFonts\HCode{%
</text:index-title-template>\Hnewline
%
<text:bibliography-entry-template\Hnewline
text:bibliography-type="custom1"
- text:style-name="Bibliography 1">\Hnewline
+ text:style-name="Bibliography11">\Hnewline
%
<text:index-entry-bibliography
text:bibliography-data-field="identifier"/>\Hnewline
@@ -6886,15 +7332,16 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<style:style style:name="p-bibitem"\Hnewline
style:family="paragraph" \Hnewline
style:parent-style-name="Standard">\Hnewline
- <style:properties fo:margin-left="1cm"\Hnewline
+ <\style:par:properties fo:margin-left="1cm"\Hnewline
fo:text-indent="-1cm"\Hnewline
fo:margin-right="0cm" \Hnewline
style:auto-text-indent="false">\Hnewline
<style:tab-stops/>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>\Hnewline
}
+
\ConfigureEnv{quote}
{\ifvmode \IgnorePar\fi \EndP
\gHAdvance\BegEnd:N by 1
@@ -6909,11 +7356,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\bgroup \Configure{HtmlPar}
{\EndP \HCode{<!--l. \the\inputlineno-->%
%
- <text:p text:style-name="quote\if@rl\space rtl\fi
+ <text:p text:style-name="quote\if@rl-rtl\fi
">}}
{\EndP \HCode{<!--l. \the\inputlineno-->%
%
- <text:p text:style-name="quote\if@rl\space rtl\fi
+ <text:p text:style-name="quote\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}%
@@ -6929,11 +7376,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
{\ifvmode \IgnorePar\fi\EndP
\HCode{<text:p text:style-name="end-env-p"></text:p></text:section>}%
-}
+\par\ShowPar \noindent}
{\IgnorePar\EndP \bgroup \Configure{HtmlPar}
- {\EndP \HCode{<text:p text:style-name="quotation\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="quotation\if@rl-rtl\fi
">}}
- {\EndP \HCode{<text:p text:style-name="quotation\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="quotation\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}%
@@ -6945,17 +7392,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<style:style style:name="quotation"
style:family="paragraph"
style:parent-style-name="Standard">\Hnewline
- <style:properties
+ <\style:par: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 <style:style style:name="quotation rtl"
+ </style:style>\Hnewline <style:style style:name="quotation-rtl"
style:family="paragraph"
style:parent-style-name="Standard">\Hnewline
- <style:properties
+ <\style:par:properties
fo:margin-left="1cm"
fo:margin-right="1cm"
fo:margin-top="0cm"
@@ -6992,10 +7439,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="flushright"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body"
style:master-page-name="">
-<style:properties fo:margin-top="0.199cm"
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="end"
style:justify-single-word="false"
@@ -7027,9 +7474,9 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="flushleft"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">
-<style:properties fo:margin-top="0.199cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="start"
style:justify-single-word="false"/>
@@ -7060,14 +7507,14 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="center"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">
-<style:properties fo:margin-top="0.199cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="center"
style:justify-single-word="false">
<style:tab-stops/>
-</style:properties>
+</\style:par:properties>
</style:style>\Hnewline
}
\Configure{centerline}
@@ -7088,7 +7535,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\OOstyles{%
<style:style style:name="tabbing-\tabbing:N-\tabbing:Nrow"
>\Hnewline
- <style:properties
+ <\style:properties
fo:wrap-option="no-wrap"
\ifx \TabWidth\empty \else
fo:width="\TabWidth pt"
@@ -7107,7 +7554,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{tabbing}{<style:style style:name="tabbing"
style:family="paragraph"
style:parent-style-name="Standard" >\Hnewline
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:text-indent="0.5cm"
style:auto-text-indent="false"/>\Hnewline
@@ -7136,27 +7583,25 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\csname par\endcsname\ShowPar}
{}{}
-\ConfigureMark{chapter}
- {\if@mainmatter \thechapter.~~\fi}
\Configure{chapter}
{\IgnorePar\EndP \HCode{<!--start of chapter-->}}
{\IgnorePar\EndP \HCode{<!--end of chapter-->}}
- {\HCode{<text:h text:style-name="Heading 1"
- text:level="1"><text:span
+ {\HCode{<text:h text:style-name="Heading-1"
+ \text:outlinelevel="1"><text:span
text:style-name="chapter">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{likechapter}
{\IgnorePar\EndP \HCode{<!--start of chapter*-->}}
{\IgnorePar\EndP \HCode{<!--end of chapter*-->}}
- {\HCode{<text:h text:style-name="Heading 1"
- text:level="1">}\IgnoreIndent}
+ {\HCode{<text:h text:style-name="Heading-1"
+ \text:outlinelevel="1">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{addchap}
{\IgnorePar\EndP \HCode{<!--start of addchap-->}}
{\IgnorePar\EndP \HCode{<!--end of addchap-->}}
- {\HCode{<text:h text:style-name="Heading 1"
- text:level="1">}\IgnoreIndent}
+ {\HCode{<text:h text:style-name="Heading-1"
+ \text:outlinelevel="1">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\ConfigureMark{section}
@@ -7165,8 +7610,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{section}
{\IgnorePar\EndP \HCode{<!--start of section-->}}
{\IgnorePar\EndP \HCode{<!--end of section-->}}
- {\HCode{<text:h text:style-name="Heading 2"
- text:level="2"><text:span
+ {\HCode{<text:h text:style-name="Heading-2"
+ \text:outlinelevel="2"><text:span
text:style-name="section">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
@@ -7176,27 +7621,349 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{subsection}
{\IgnorePar\EndP \HCode{<!--start of subsection-->}}
{\IgnorePar\EndP \HCode{<!--end of subsection-->}}
- {\HCode{<text:h text:style-name="Heading 3"
- text:level="3"><text:span
+ {\HCode{<text:h text:style-name="Heading-3"
+ \text:outlinelevel="3"><text:span
text:style-name="subsection">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{likesection}
{\IgnorePar\EndP \HCode{<!--start of section*-->}}
{\IgnorePar\EndP \HCode{<!--end of section*-->}}
- {\HCode{<text:h text:style-name="Heading 2"
- text:level="2">}\IgnoreIndent}
+ {\HCode{<text:h text:style-name="Heading-2"
+ \text:outlinelevel="2">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{likesubsection}
{\IgnorePar\EndP \HCode{<!--start of subsection*-->}}
{\IgnorePar\EndP \HCode{<!--end of subsection*-->}}
- {\HCode{<text:h text:style-name="Heading 3"
- text:level="3">}\IgnoreIndent}
+ {\HCode{<text:h text:style-name="Heading-3"
+ \text:outlinelevel="3">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
+\NewConfigureOO{Heading-1}
+\ConfigureOO{Heading-1}{\Hnewline
+<style:style style:name="Heading-1"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="17.2999992370605pt"
+ fo:font-weight="bold"
+ style:font-size-asian="115\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="115\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-1-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="17.2999992370605pt"
+ fo:font-weight="bold"
+ style:font-size-asian="115\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="115\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+ }
+\NewConfigureOO{Heading-2}
+\ConfigureOO{Heading-2}{\Hnewline
+<style:style style:name="Heading-2"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="14.3999996185303pt"
+ style:font-size-complex="14pt"
+ style:font-style-complex="italic"
+ style:font-weight-complex="bold"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-2-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="14.3999996185303pt"
+ style:font-size-complex="14pt"
+ style:font-style-complex="italic"
+ style:font-weight-complex="bold"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+ }
+\NewConfigureOO{Heading-3}
+\ConfigureOO{Heading-3}{\Hnewline
+<style:style style:name="Heading-3"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="12pt"
+ fo:font-weight="bold"
+ style:font-size-asian="14pt"
+ style:font-weight-asian="bold"
+ style:font-size-complex="14pt"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-3-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="12pt"
+ fo:font-weight="bold"
+ style:font-size-asian="14pt"
+ style:font-weight-asian="bold"
+ style:font-size-complex="14pt"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-4}
+\ConfigureOO{Heading-4}{\Hnewline
+<style:style style:name="Heading-4"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="12pt"
+ fo:font-weight="bold"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ style:font-size-complex="85\%"
+ style:font-style-complex="italic"
+ style:font-weight-complex="bold"
+/>
+</style:style>
+\Hnewline <style:style style:name="Heading-4-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="12pt"
+ fo:font-weight="bold"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ style:font-size-complex="85\%"
+ style:font-style-complex="italic"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb"
+/>
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-5}
+\ConfigureOO{Heading-5}{\Hnewline
+<style:style style:name="Heading-5"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:margin-left="0cm"
+ fo:margin-right="0cm"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ fo:font-size="12pt"
+ fo:font-style="italic"
+ fo:font-weight="normal"
+ style:font-size-complex="85\%"
+ style:font-weight-complex="bold"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-5-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:margin-left="0cm"
+ fo:margin-right="0cm"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ fo:font-size="12pt"
+ fo:font-style="italic"
+ fo:font-weight="normal"
+ style:font-size-complex="85\%"
+ style:font-weight-complex="bold"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-6}
+\ConfigureOO{Heading-6}{\Hnewline
+<style:style style:name="Heading-6"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-6-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-7}
+\ConfigureOO{Heading-7}{\Hnewline
+<style:style style:name="Heading-7"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-7-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-8}
+\ConfigureOO{Heading-8}{\Hnewline
+<style:style style:name="Heading-8"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-8-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-9}
+\ConfigureOO{Heading-9}{\Hnewline
+<style:style style:name="Heading-9"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-9-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-10}
+\ConfigureOO{Heading-10}{\Hnewline
+<style:style style:name="Heading-10"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-10-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline
+}
+
\Configure{caption}
{\ht:everypar{\HtmlPar}%
- \ifvmode \EndP\ShowPar\else \HCode{<text:line-break/>}\fi
+ \ifvmode \EndP \par\ShowPar\else \HCode{<text:line-break/>}\fi
\HCode{\Hnewline <text:span text:style-name="caption" >%
<text:span text:style-name="caption-title" >}}
{: }
@@ -7204,7 +7971,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{</text:span>}}
\OOstyles{%
<style:style style:name="caption-title" style:family="text">\Hnewline
- <style:properties fo:font-style="normal"
+ <\style:properties fo:font-style="normal"
fo:font-weight="bold"/>\Hnewline
</style:style>\Hnewline
}
@@ -7215,35 +7982,35 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<text:alphabetical-index-source
text:sort-algorithm="alphanumeric">\Hnewline
<text:index-title-template
- text:style-name="Index Heading">\indexname
+ text:style-name="Index-Heading">\indexname
</text:index-title-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="1"
- text:style-name="Index 1">\Hnewline
+ text:style-name="Index-1">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="2"
- text:style-name="Index 2">\Hnewline
+ text:style-name="Index-2">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="3"
- text:style-name="Index 3">\Hnewline
+ text:style-name="Index-3">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
@@ -7267,8 +8034,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{@begin}{theindex}{\ifx \indexname\empty \else
\def\put:IndexTitle{\HCode{<text:index-title
text:style-name="Sect1"
- text:name="Alphabetical Index1_Head"><text:p
- text:style-name="Index Heading">}\indexname
+ text:name="Alphabetical_Index1_Head"><text:p
+ text:style-name="Index-Heading">}\indexname
\HCode{</text:p></text:index-title>\Hnewline}
}\fi}
@@ -7311,6 +8078,1033 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{scrartcl}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{maketitle}
+ {\HCode{<!--begin maketitle-->}}
+ {\HCode{<!--end maketitle-->}\par}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:p text:style-name="Title\if@rl-rtl\fi
+" >}}
+ {\HCode{</text:p>}}
+\Configure{thanks author date and}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:p text:style-name="Text-body\if@rl-rtl\fi
+">}}
+ {\HCode{</text:p>}}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:p text:style-name="author\if@rl-rtl\fi
+">}}
+ {\HCode{</text:p>}}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:p text:style-name="date\if@rl-rtl\fi
+">}}
+ {\HCode{</text:p>}}
+ {}
+ {}% {\HCode{<text:line-break/>}}
+\NewConfigureOO{title}
+\ConfigureOO{title}{%
+<style:style style:name="Title"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="author"
+ style:class="chapter">\Hnewline
+<\style:par:properties fo:margin-top="0.42cm"
+ fo:margin-bottom="0.51cm"
+ fo:font-size="20pt"
+ fo:font-weight="normal"
+ style:font-size-asian="18pt"
+ style:font-weight-asian="bold"
+ style:font-size-complex="18pt"
+ style:font-weight-complex="bold"
+ fo:text-align="center"
+ style:justify-single-word="false"/>
+</style:style> \Hnewline <style:style style:name="Title-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="author-rtl"
+ style:class="chapter">\Hnewline
+<\style:par:properties fo:margin-top="0.42cm"
+ fo:margin-bottom="0.51cm"
+ fo:font-size="20pt"
+ fo:font-weight="normal"
+ style:font-size-asian="18pt"
+ style:font-weight-asian="bold"
+ style:font-size-complex="18pt"
+ style:font-weight-complex="bold"
+ fo:text-align="center"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style> \Hnewline
+ }
+\NewConfigureOO{author}
+\ConfigureOO{author}{%
+<style:style style:name="author"
+ style:family="paragraph"
+ style:parent-style-name="Text-body"
+ style:next-style-name="date">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
+ fo:margin-bottom="0.199cm"
+ fo:font-size="14pt"
+ fo:text-align="center"
+ style:justify-single-word="false"/>
+</style:style>\Hnewline <style:style style:name="author-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="date-rtl">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
+ fo:margin-bottom="0.199cm"
+ fo:font-size="14pt"
+ fo:text-align="center"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>\Hnewline
+}
+\NewConfigureOO{date}
+\ConfigureOO{date}{%
+<style:style style:name="date"
+ style:family="paragraph"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
+ fo:margin-bottom="0.199cm"
+ fo:font-size="14pt"
+ fo:text-align="center"
+ style:justify-single-word="false"/>
+</style:style>\Hnewline <style:style style:name="date-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
+ fo:margin-bottom="0.199cm"
+ fo:font-size="14pt"
+ fo:text-align="center"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>\Hnewline
+}
+\ConfigureEnv{abstract}
+ {\IgnorePar\EndP \bgroup
+ \Configure{HtmlPar}
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
+">}}
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
+">}}
+ {\HCode{</text:p>}}
+ {\HCode{</text:p>}}
+ }
+ {\ifvmode \IgnorePar\fi \EndP \egroup \ShowPar\par \IgnoreIndent }
+ {\ifvmode \IgnorePar\fi\EndP
+ \HCode{<text:p text:style-name="abstract-title">}%
+ }
+ {\HCode{</text:p>}}
+\NewConfigureOO{abstract}
+\ConfigureOO{abstract}{\Hnewline
+<style:style style:name="abstract"
+ style:family="paragraph"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
+ fo:margin-right="3cm"
+ fo:margin-top="0cm"
+ fo:margin-bottom="0.199cm"
+ fo:font-size="10pt"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false"/>\Hnewline
+</style:style>\Hnewline <style:style style:name="abstract-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="Text-body-rtl">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
+ fo:margin-right="3cm"
+ fo:margin-top="0cm"
+ fo:margin-bottom="0.199cm"
+ fo:font-size="10pt"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false"
+ style:writing-mode="rl-tb" />\Hnewline
+</style:style>\Hnewline
+ }
+\NewConfigureOO{abstract-title}
+\ConfigureOO{abstract-title}{\Hnewline
+<style:style style:name="abstract-title"
+ style:family="paragraph"
+ style:parent-style-name="abstract"
+ style:next-style-name="abstract">\Hnewline
+<\style:par:properties fo:margin-top="0.499cm"
+ fo:margin-bottom="0cm"
+ fo:font-weight="bold"
+ fo:text-align="center"
+ style:justify-single-word="false"/>\Hnewline
+</style:style>\Hnewline
+}
+
+\NewConfigureOO{Contents 1}
+\ConfigureOO{Contents 1}{\Hnewline
+ <style:style style:name="Contents-1"
+ style:family="paragraph"
+ style:parent-style-name="Index"
+ style:class="index">\Hnewline
+ <\style:par:properties fo:margin-left="0cm"
+ fo:margin-right="0cm"
+ fo:margin-top="0cm"
+ fo:margin-bottom="0.101cm"
+ fo:font-weight="bold"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false">\Hnewline
+ <style:tab-stops>\Hnewline
+ <style:tab-stop style:position="16.999cm"
+ style:type="right"
+ style:leader-char="."/>\Hnewline
+ </style:tab-stops>\Hnewline
+ </\style:par:properties>\Hnewline
+ </style:style>\Hnewline
+}
+%
+\NewConfigureOO{Contents 2}
+ \ConfigureOO{Contents 2}{\Hnewline
+ <style:style style:name="Contents-2"
+ style:family="paragraph"
+ style:parent-style-name="Index"
+ style:class="index">
+ <\style:par:properties fo:margin-left="0.499cm"
+ fo:margin-right="0cm"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="16.499cm"
+ style:type="right"
+ style:leader-char="."/>
+ </style:tab-stops>
+ </\style:par:properties>
+ </style:style>
+ \Hnewline}
+%
+\NewConfigureOO{Contents 3}
+\ConfigureOO{Contents 3}{\Hnewline
+ <style:style style:name="Contents-3"
+ style:family="paragraph"
+ style:parent-style-name="Index"
+ style:class="index">
+ <\style:par:properties fo:margin-left="0.998cm"
+ fo:margin-right="0cm"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false">
+ <style:tab-stops>
+ <style:tab-stop style:position="16cm"
+ style:type="right"
+ style:leader-char="."/>
+ </style:tab-stops>
+ </\style:par:properties>
+ </style:style>
+ \Hnewline}
+%
+\NewConfigureOO{Contents 4}
+\ConfigureOO{Contents 4}{\Hnewline
+ <style:style style:name="Contents-4"
+ style:family="paragraph"
+ style:parent-style-name="Index"
+ style:class="index">\Hnewline
+ <\style:par:properties fo:margin-left="1.498cm"
+ fo:margin-right="0cm"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false">\Hnewline
+ <style:tab-stops>
+ <style:tab-stop style:position="15.501cm"
+ style:type="right"
+ style:leader-char="."/>\Hnewline
+ </style:tab-stops>\Hnewline
+ </\style:par:properties>\Hnewline
+ </style:style>
+ \Hnewline}
+%
+\NewConfigureOO{Contents 5}
+\ConfigureOO{Contents 5}{\Hnewline
+ <style:style style:name="Contents-5"
+ style:family="paragraph"
+ style:parent-style-name="Index"
+ style:class="index">\Hnewline
+ <\style:par:properties fo:margin-left="1.997cm"
+ fo:margin-right="0cm"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false">\Hnewline
+ <style:tab-stops>\Hnewline
+ <style:tab-stop style:position="15.002cm"
+ style:type="right"
+ style:leader-char="."/>\Hnewline
+ </style:tab-stops>\Hnewline
+ </\style:par:properties>\Hnewline
+ </style:style>
+\Hnewline}
+%
+\NewConfigureOO{Index 1}
+\ConfigureOO{Index 1}{\Hnewline
+ <style:style style:name="Index-1"
+ style:family="paragraph"
+ style:parent-style-name="Index"
+ style:class="index">
+ <\style:par:properties fo:margin-left="0cm"
+ fo:margin-right="0cm"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false"/>
+ </style:style>
+ \Hnewline }
+%
+\NewConfigureOO{Index 2}
+\ConfigureOO{Index 2}{\Hnewline
+ <style:style style:name="Index-2"
+ style:family="paragraph"
+ style:parent-style-name="Index"
+ style:class="index">\Hnewline
+ <\style:par:properties fo:margin-left="0.499cm"
+ fo:margin-right="0cm"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false"/>\Hnewline
+ </style:style>
+\Hnewline}
+%
+\NewConfigureOO{Index 3}
+\ConfigureOO{Index 3}{\Hnewline
+ <style:style style:name="Index-3"
+ style:family="paragraph"
+ style:parent-style-name="Index"
+ style:class="index">\Hnewline
+ <\style:par:properties fo:margin-left="0.998cm"
+ fo:margin-right="0cm"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false"/>\Hnewline
+ </style:style>
+ \Hnewline}
+%
+
+\def\ref:name{\bibname}
+\HAssign\bib:N=0
+\ConfigureList{thebibliography}%
+ {\IgnorePar\EndP \gHAdvance\bib:N by 1
+ \HCode{<text:bibliography text:name="bib-\bib:N">
+ <text:bibliography-source>\Hnewline
+ <text:index-title-template>}\NoFonts\ref:name\EndNoFonts\HCode{%
+</text:index-title-template>\Hnewline
+%
+ <text:bibliography-entry-template\Hnewline
+ text:bibliography-type="custom1"
+ text:style-name="Bibliography11">\Hnewline
+%
+ <text:index-entry-bibliography
+ text:bibliography-data-field="identifier"/>\Hnewline
+%
+ <text:index-entry-span>: </text:index-entry-span>\Hnewline
+ <text:index-entry-bibliography
+ text:bibliography-data-field="author"/>\Hnewline
+ <text:index-entry-span>, </text:index-entry-span>\Hnewline
+%
+ <text:index-entry-bibliography
+ text:bibliography-data-field="title"/>\Hnewline
+ <text:index-entry-span>, </text:index-entry-span>\Hnewline
+%
+ <text:index-entry-bibliography
+ text:bibliography-data-field="year"/>\Hnewline
+ </text:bibliography-entry-template>\Hnewline
+\Hnewline
+ </text:bibliography-source>\Hnewline
+ <text:index-body>\Hnewline
+ }\let\en:bib=\empty
+ }
+ {\en:bib\HCode{</text:index-body></text:bibliography>}}
+ {\en:bib\def\en:bib{\HCode{</text:p>}}\HCode
+ {<text:p text:style-name="p-bibitem">}}
+ {}
+\Configure{bibitem} {\HCode{<!--bibitem }} {\HCode{-->} }
+% \Configure{bibitem}{\Link}{\EndLink}
+\NewConfigureOO{p-bibitem}
+\ConfigureOO{p-bibitem}{%
+ <style:style style:name="p-bibitem"\Hnewline
+ style:family="paragraph" \Hnewline
+ style:parent-style-name="Standard">\Hnewline
+ <\style:par:properties fo:margin-left="1cm"\Hnewline
+ fo:text-indent="-1cm"\Hnewline
+ fo:margin-right="0cm" \Hnewline
+ style:auto-text-indent="false">\Hnewline
+ <style:tab-stops/>\Hnewline
+ </\style:par:properties>\Hnewline
+ </style:style>\Hnewline
+}
+
+
+\ConfigureEnv{quote}
+ {\ifvmode \IgnorePar\fi \EndP
+\gHAdvance\BegEnd:N by 1
+\HCode{<text:section text:style-name="begin-end-env"
+ text:name="begin-end-env-\BegEnd:N" >%
+ <text:p text:style-name="begin-env-p"></text:p>}%
+}
+ {\ifvmode \IgnorePar\fi\EndP
+\HCode{<text:p text:style-name="end-env-p"></text:p></text:section>}%
+\par\ShowPar}
+ {\EndP \ifvmode \IgnorePar\fi
+ \bgroup \Configure{HtmlPar}
+ {\EndP \HCode{<!--l. \the\inputlineno-->%
+%
+ <text:p text:style-name="quote\if@rl-rtl\fi
+">}}
+ {\EndP \HCode{<!--l. \the\inputlineno-->%
+%
+ <text:p text:style-name="quote\if@rl-rtl\fi
+">}}
+ {\HCode{</text:p>}}
+ {\HCode{</text:p>}}%
+%
+ }
+ {\IgnorePar\EndP \egroup \ShowPar \ShowIndent}
+\ConfigureEnv{quotation}
+ {\ifvmode \IgnorePar\fi \EndP
+\gHAdvance\BegEnd:N by 1
+\HCode{<text:section text:style-name="begin-end-env"
+ text:name="begin-end-env-\BegEnd:N" >%
+ <text:p text:style-name="begin-env-p"></text:p>}%
+}
+ {\ifvmode \IgnorePar\fi\EndP
+\HCode{<text:p text:style-name="end-env-p"></text:p></text:section>}%
+\par\ShowPar \noindent}
+ {\IgnorePar\EndP \bgroup \Configure{HtmlPar}
+ {\EndP \HCode{<text:p text:style-name="quotation\if@rl-rtl\fi
+">}}
+ {\EndP \HCode{<text:p text:style-name="quotation\if@rl-rtl\fi
+">}}
+ {\HCode{</text:p>}}
+ {\HCode{</text:p>}}%
+}
+ {\EndP\IgnorePar \egroup \ShowPar }
+\NewConfigureOO{quotation}
+\ConfigureOO{quotation}
+ {\Hnewline
+ <style:style style:name="quotation"
+ style:family="paragraph"
+ style:parent-style-name="Standard">\Hnewline
+ <\style:par: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 <style:style style:name="quotation-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Standard">\Hnewline
+ <\style:par: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"
+ fo:text-align="end"
+ style:writing-mode="rl-tb" />\Hnewline
+ </style:style>\Hnewline
+%
+ }
+\ConfigureEnv{flushright}
+ {\ifvmode \IgnorePar\fi \EndP
+\gHAdvance\BegEnd:N by 1
+\HCode{<text:section text:style-name="begin-end-env"
+ text:name="begin-end-env-\BegEnd:N" >%
+ <text:p text:style-name="begin-env-p"></text:p>}%
+\HCode{<!--begin flushright-->}}
+ {\ifvmode \IgnorePar\fi\EndP
+\HCode{<text:p text:style-name="end-env-p"></text:p></text:section>}%
+%
+ \HCode{<!--end flushright-->}\ShowPar
+}
+ {} {}
+\ConfigureList{flushright}
+ {}{}{\Configure{HtmlPar}
+ {\EndP \HCode{<text:p text:style-name="flushright">}}
+ {\EndP \HCode{<text:p text:style-name="flushright">}}
+ {\HCode{</text:p>}}
+ {\HCode{</text:p>}}%
+\par}{}
+\NewConfigureOO{flushright}
+\ConfigureOO{flushright}
+ {\Hnewline
+<style:style style:name="flushright"
+ style:family="paragraph"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body"
+ style:master-page-name="">
+<\style:par:properties fo:margin-top="0.199cm"
+ fo:margin-bottom="0.199cm"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:page-number="0"/>
+</style:style>\Hnewline
+ }
+\ConfigureEnv{flushleft}
+ {\ifvmode \IgnorePar\fi \EndP
+\gHAdvance\BegEnd:N by 1
+\HCode{<text:section text:style-name="begin-end-env"
+ text:name="begin-end-env-\BegEnd:N" >%
+ <text:p text:style-name="begin-env-p"></text:p>}%
+\HCode{<!--begin flushleft-->}}
+ {\ifvmode \IgnorePar\fi\EndP
+\HCode{<text:p text:style-name="end-env-p"></text:p></text:section>}%
+%
+ \HCode{<!--end flushleft-->}\ShowPar
+}
+ {} {}
+\ConfigureList{flushleft}
+ {}{}{\Configure{HtmlPar}
+ {\EndP \HCode{<text:p text:style-name="flushleft">}}
+ {\EndP \HCode{<text:p text:style-name="flushleft">}}
+ {\HCode{</text:p>}}
+ {\HCode{</text:p>}}%
+\par}{}
+\NewConfigureOO{flushleft}
+\ConfigureOO{flushleft}
+ {\Hnewline
+<style:style style:name="flushleft"
+ style:family="paragraph"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">
+<\style:par:properties fo:margin-top="0.199cm"
+ fo:margin-bottom="0.199cm"
+ fo:text-align="start"
+ style:justify-single-word="false"/>
+</style:style>
+ \Hnewline}
+\ConfigureEnv{center}
+ {\ifvmode \IgnorePar\fi \EndP
+\gHAdvance\BegEnd:N by 1
+\HCode{<text:section text:style-name="begin-end-env"
+ text:name="begin-end-env-\BegEnd:N" >%
+ <text:p text:style-name="begin-env-p"></text:p>}%
+\HCode{<!--begin center-->}}
+ {\ifvmode \IgnorePar\fi\EndP
+\HCode{<text:p text:style-name="end-env-p"></text:p></text:section>}%
+%
+ \HCode{<!--end center-->}\ShowPar
+}
+ {} {}
+\ConfigureList{center}
+ {}{}{\Configure{HtmlPar}
+ {\EndP \HCode{<text:p text:style-name="center">}}
+ {\EndP \HCode{<text:p text:style-name="center">}}
+ {\HCode{</text:p>}}
+ {\HCode{</text:p>}}%
+\par}{}
+\NewConfigureOO{center}
+\ConfigureOO{center}
+ {\Hnewline
+ <style:style style:name="center"
+ style:family="paragraph"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">
+<\style:par:properties fo:margin-top="0.199cm"
+ fo:margin-bottom="0.199cm"
+ fo:text-align="center"
+ style:justify-single-word="false">
+ <style:tab-stops/>
+</\style:par:properties>
+</style:style>\Hnewline
+ }
+\Configure{centerline}
+ {\EndP \ifvmode \IgnorePar \fi
+ \HCode{<text:p text:style-name="FirstCenterPar">}}
+ {\HCode{</text:p>}\ShowPar\par{\HCondtrue\noindent}%
+}
+\HAssign\tabbing:N=0
+\Configure{tabbing}[1.5]{\IgnorePar\leavevmode
+ \gHAdvance\tabbing:N by 1
+ \gHAssign\tabbing:Nrow=0
+ \ht:special{t4ht=<text:p
+ text:style-name="tabbing" \Hnewline >}}
+ {\ht:special{t4ht=</text:p>\Hnewline}\ShowPar}
+ {\gHAdvance\tabbing:Nrow by 1
+ \ht:special{t4ht=<text:span\Hnewline
+ text:style-name="tabbing-\tabbing:N-\tabbing:Nrow">}%
+ \OOstyles{%
+ <style:style style:name="tabbing-\tabbing:N-\tabbing:Nrow"
+ >\Hnewline
+ <\style:properties
+ fo:wrap-option="no-wrap"
+ \ifx \TabWidth\empty \else
+ fo:width="\TabWidth pt"
+ \fi
+ \ifx \`\TabType
+ style:text-align="right"
+ \fi
+ />\Hnewline
+ </style:style>\Hnewline
+ }
+%
+ }
+ {\ht:special{t4ht=</text:span>}}
+\ConfigureEnv{tabbing}{\IgnorePar\EndP}{}{}{}
+\NewConfigureOO{tabbing}
+\ConfigureOO{tabbing}{<style:style style:name="tabbing"
+ style:family="paragraph"
+ style:parent-style-name="Standard" >\Hnewline
+ <\style:par:properties fo:margin-left="0cm"
+ fo:margin-right="0cm"
+ fo:text-indent="0.5cm"
+ style:auto-text-indent="false"/>\Hnewline
+</style:style>\Hnewline
+}
+\ConfigureEnv{table}
+ {\ifvmode \IgnorePar\fi \EndP
+\gHAdvance\BegEnd:N by 1
+\HCode{<text:section text:style-name="begin-end-env"
+ text:name="begin-end-env-\BegEnd:N" >%
+ <text:p text:style-name="begin-env-p"></text:p>}%
+%
+ \ht:special{<!-- table -->}%
+ }
+ {\ht:special{<!-- /table -->}\ifvmode \IgnorePar\fi\EndP
+\HCode{<text:p text:style-name="end-env-p"></text:p></text:section>}%
+}
+ {}{}
+\ConfigureEnv{table}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:section text:name="table" >}%
+ \bgroup \Configure{float}{\ShowPar}{}{}%
+ }
+ {\egroup
+ \ifvmode \IgnorePar\fi\EndP \HCode{</text:section>}%
+ \csname par\endcsname\ShowPar}
+ {}{}
+
+\ConfigureMark{section}
+ {\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
+ \else \thesection\space\fi }
+\Configure{section}
+ {\IgnorePar\EndP \HCode{<!--start of section-->}}
+ {\IgnorePar\EndP \HCode{<!--end of section-->}}
+ {\HCode{<text:h text:style-name="Heading-2"
+ \text:outlinelevel="2"><text:span
+ text:style-name="section">}\TitleMark\space
+ \HCode{</text:span>}\IgnoreIndent}
+ {\HCode{</text:h>\Hnewline}\par\ShowPar}
+\ConfigureMark{subsection}
+ {\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
+ \else \thesubsection\space\fi }
+\Configure{subsection}
+ {\IgnorePar\EndP \HCode{<!--start of subsection-->}}
+ {\IgnorePar\EndP \HCode{<!--end of subsection-->}}
+ {\HCode{<text:h text:style-name="Heading-3"
+ \text:outlinelevel="3"><text:span
+ text:style-name="subsection">}\TitleMark\space
+ \HCode{</text:span>}\IgnoreIndent}
+ {\HCode{</text:h>\Hnewline}\par\ShowPar}
+\Configure{likesection}
+ {\IgnorePar\EndP \HCode{<!--start of section*-->}}
+ {\IgnorePar\EndP \HCode{<!--end of section*-->}}
+ {\HCode{<text:h text:style-name="Heading-2"
+ \text:outlinelevel="2">}\IgnoreIndent}
+ {\HCode{</text:h>\Hnewline}\par\ShowPar}
+\Configure{likesubsection}
+ {\IgnorePar\EndP \HCode{<!--start of subsection*-->}}
+ {\IgnorePar\EndP \HCode{<!--end of subsection*-->}}
+ {\HCode{<text:h text:style-name="Heading-3"
+ \text:outlinelevel="3">}\IgnoreIndent}
+ {\HCode{</text:h>\Hnewline}\par\ShowPar}
+
+\NewConfigureOO{Heading-1}
+\ConfigureOO{Heading-1}{\Hnewline
+<style:style style:name="Heading-1"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="17.2999992370605pt"
+ fo:font-weight="bold"
+ style:font-size-asian="115\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="115\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-1-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="17.2999992370605pt"
+ fo:font-weight="bold"
+ style:font-size-asian="115\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="115\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+ }
+\NewConfigureOO{Heading-2}
+\ConfigureOO{Heading-2}{\Hnewline
+<style:style style:name="Heading-2"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="14.3999996185303pt"
+ style:font-size-complex="14pt"
+ style:font-style-complex="italic"
+ style:font-weight-complex="bold"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-2-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="14.3999996185303pt"
+ style:font-size-complex="14pt"
+ style:font-style-complex="italic"
+ style:font-weight-complex="bold"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+ }
+\NewConfigureOO{Heading-3}
+\ConfigureOO{Heading-3}{\Hnewline
+<style:style style:name="Heading-3"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="12pt"
+ fo:font-weight="bold"
+ style:font-size-asian="14pt"
+ style:font-weight-asian="bold"
+ style:font-size-complex="14pt"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-3-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="12pt"
+ fo:font-weight="bold"
+ style:font-size-asian="14pt"
+ style:font-weight-asian="bold"
+ style:font-size-complex="14pt"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-4}
+\ConfigureOO{Heading-4}{\Hnewline
+<style:style style:name="Heading-4"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="12pt"
+ fo:font-weight="bold"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ style:font-size-complex="85\%"
+ style:font-style-complex="italic"
+ style:font-weight-complex="bold"
+/>
+</style:style>
+\Hnewline <style:style style:name="Heading-4-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="12pt"
+ fo:font-weight="bold"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ style:font-size-complex="85\%"
+ style:font-style-complex="italic"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb"
+/>
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-5}
+\ConfigureOO{Heading-5}{\Hnewline
+<style:style style:name="Heading-5"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:margin-left="0cm"
+ fo:margin-right="0cm"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ fo:font-size="12pt"
+ fo:font-style="italic"
+ fo:font-weight="normal"
+ style:font-size-complex="85\%"
+ style:font-weight-complex="bold"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-5-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:margin-left="0cm"
+ fo:margin-right="0cm"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ fo:font-size="12pt"
+ fo:font-style="italic"
+ fo:font-weight="normal"
+ style:font-size-complex="85\%"
+ style:font-weight-complex="bold"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-6}
+\ConfigureOO{Heading-6}{\Hnewline
+<style:style style:name="Heading-6"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-6-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-7}
+\ConfigureOO{Heading-7}{\Hnewline
+<style:style style:name="Heading-7"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-7-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-8}
+\ConfigureOO{Heading-8}{\Hnewline
+<style:style style:name="Heading-8"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-8-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-9}
+\ConfigureOO{Heading-9}{\Hnewline
+<style:style style:name="Heading-9"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-9-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-10}
+\ConfigureOO{Heading-10}{\Hnewline
+<style:style style:name="Heading-10"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-10-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline
+}
+
+\Configure{caption}
+ {\ht:everypar{\HtmlPar}%
+ \ifvmode \EndP \par\ShowPar\else \HCode{<text:line-break/>}\fi
+ \HCode{\Hnewline <text:span text:style-name="caption" >%
+ <text:span text:style-name="caption-title" >}}
+ {: }
+ {\HCode{</text:span>}}
+ {\HCode{</text:span>}}
+\OOstyles{%
+ <style:style style:name="caption-title" style:family="text">\Hnewline
+ <\style:properties fo:font-style="normal"
+ fo:font-weight="bold"/>\Hnewline
+ </style:style>\Hnewline
+}
+
+\Configure{theindex}
+ {\ifvmode\IgnorePar\fi
+ \EndP\HCode{<text:alphabetical-index text:name="theindex">
+ <text:alphabetical-index-source
+ text:sort-algorithm="alphanumeric">\Hnewline
+ <text:index-title-template
+ text:style-name="Index-Heading">\indexname
+ </text:index-title-template>\Hnewline
+ <text:alphabetical-index-entry-template
+ text:outline-level="1"
+ text:style-name="Index-1">\Hnewline
+ <text:index-entry-text/>\Hnewline
+ <text:index-entry-tab-stop
+ style:type="left"
+ style:position="0in"
+ style:leader-char=" "/>\Hnewline
+ <text:index-entry-page-number/>\Hnewline
+</text:alphabetical-index-entry-template>\Hnewline
+<text:alphabetical-index-entry-template
+ text:outline-level="2"
+ text:style-name="Index-2">\Hnewline
+ <text:index-entry-text/>\Hnewline
+ <text:index-entry-tab-stop
+ style:type="left"
+ style:position="0in"
+ style:leader-char=" "/>\Hnewline
+ <text:index-entry-page-number/>\Hnewline
+</text:alphabetical-index-entry-template>\Hnewline
+<text:alphabetical-index-entry-template
+ text:outline-level="3"
+ text:style-name="Index-3">\Hnewline
+ <text:index-entry-text/>\Hnewline
+ <text:index-entry-tab-stop
+ style:type="left"
+ style:position="0in"
+ style:leader-char=" "/>\Hnewline
+ <text:index-entry-page-number/>\Hnewline
+</text:alphabetical-index-entry-template>\Hnewline
+\Hnewline
+</text:alphabetical-index-source>\Hnewline
+%
+ <text:index-body>\Hnewline}%
+ \csname put:IndexTitle\endcsname
+ }
+ {\HCode{</text:index-body></text:alphabetical-index>}}
+ {\HCode{<text:p text:style-name="P6">}}
+ {\HCode{<text:tab-stop/></text:p>}\hfill\break}
+ {\HCode{<text:p text:style-name="P7">}}
+ {\HCode{<text:tab-stop/></text:p>}\hfill\break}
+ {\HCode{<text:p text:style-name="P8">}}
+ {\HCode{<text:tab-stop/></text:p>}\hfill\break}
+ {}
+\Configure{LNK}{\oo:LNK}{\EndLink}{}
+\Odef\oo:LNK[#1]#2#3{\HCode{<text:a xlink:href="\##2">}}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{scrreprt}
@@ -7328,27 +9122,28 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{} {}
\Configure{dedication}
{\ifvmode \IgnorePar\fi\EndP
- \HCode{<text:p text:style-name="Text body" >}}
+ \HCode{<text:p text:style-name="Text-body" >}}
{\ifvmode \IgnorePar\fi\EndP \HCode{</text:p>}}
+\ConfigureMark{chapter}{\thechapter.~~}
\Configure{maketitle}
{\HCode{<!--begin maketitle-->}}
{\HCode{<!--end maketitle-->}\par}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="Title\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="Title\if@rl-rtl\fi
" >}}
{\HCode{</text:p>}}
\Configure{thanks author date and}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="Text body\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="Text-body\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="author\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="author\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="date\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="date\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{}
@@ -7360,7 +9155,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:parent-style-name="Heading"
style:next-style-name="author"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -7370,12 +9165,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:font-weight-complex="bold"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style> \Hnewline <style:style style:name="Title rtl"
+</style:style> \Hnewline <style:style style:name="Title-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="author rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="author-rtl"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -7392,18 +9187,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{author}{%
<style:style style:name="author"
style:family="paragraph"
- style:parent-style-name="Text body"
+ style:parent-style-name="Text-body"
style:next-style-name="date">\Hnewline
-<style:properties fo:margin-top="0cm"
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="author rtl"
+</style:style>\Hnewline <style:style style:name="author-rtl"
style:family="paragraph"
- style:parent-style-name="Text body rtl"
- style:next-style-name="date rtl">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="date-rtl">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -7415,18 +9210,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{date}{%
<style:style style:name="date"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="date rtl"
+</style:style>\Hnewline <style:style style:name="date-rtl"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -7437,36 +9232,36 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureEnv{abstract}
{\IgnorePar\EndP \bgroup
\Configure{HtmlPar}
- {\EndP \HCode{<text:p text:style-name="abstract\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
">}}
- {\EndP \HCode{<text:p text:style-name="abstract\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="abstract\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}
}
{\ifvmode \IgnorePar\fi \EndP \egroup \ShowPar\par \IgnoreIndent }
{\ifvmode \IgnorePar\fi\EndP
- \HCode{<text:p text:style-name="abstract title">}%
+ \HCode{<text:p text:style-name="abstract-title">}%
}
{\HCode{</text:p>}}
\NewConfigureOO{abstract}
\ConfigureOO{abstract}{\Hnewline
<style:style style:name="abstract"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-left="3cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
fo:margin-right="3cm"
fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="10pt"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
-</style:style>\Hnewline <style:style style:name="abstract rtl"
+</style:style>\Hnewline <style:style style:name="abstract-rtl"
style:family="paragraph"
- style:parent-style-name="Text body rtl"
- style:next-style-name="Text body rtl">\Hnewline
-<style:properties fo:margin-left="3cm"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="Text-body-rtl">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
fo:margin-right="3cm"
fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
@@ -7478,11 +9273,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
\NewConfigureOO{abstract-title}
\ConfigureOO{abstract-title}{\Hnewline
-<style:style style:name="abstract title"
+<style:style style:name="abstract-title"
style:family="paragraph"
style:parent-style-name="abstract"
style:next-style-name="abstract">\Hnewline
-<style:properties fo:margin-top="0.499cm"
+<\style:par:properties fo:margin-top="0.499cm"
fo:margin-bottom="0cm"
fo:font-weight="bold"
fo:text-align="center"
@@ -7492,11 +9287,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\NewConfigureOO{Contents 1}
\ConfigureOO{Contents 1}{\Hnewline
- <style:style style:name="Contents 1"
+ <style:style style:name="Contents-1"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:margin-top="0cm"
fo:margin-bottom="0.101cm"
@@ -7508,17 +9303,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>\Hnewline
}
%
\NewConfigureOO{Contents 2}
\ConfigureOO{Contents 2}{\Hnewline
- <style:style style:name="Contents 2"
+ <style:style style:name="Contents-2"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0.499cm"
+ <\style:par:properties fo:margin-left="0.499cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">
@@ -7527,17 +9322,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>
</style:tab-stops>
- </style:properties>
+ </\style:par:properties>
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 3}
\ConfigureOO{Contents 3}{\Hnewline
- <style:style style:name="Contents 3"
+ <style:style style:name="Contents-3"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0.998cm"
+ <\style:par:properties fo:margin-left="0.998cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">
@@ -7546,17 +9341,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>
</style:tab-stops>
- </style:properties>
+ </\style:par:properties>
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 4}
\ConfigureOO{Contents 4}{\Hnewline
- <style:style style:name="Contents 4"
+ <style:style style:name="Contents-4"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="1.498cm"
+ <\style:par:properties fo:margin-left="1.498cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">\Hnewline
@@ -7565,17 +9360,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline}
%
\NewConfigureOO{Contents 5}
\ConfigureOO{Contents 5}{\Hnewline
- <style:style style:name="Contents 5"
+ <style:style style:name="Contents-5"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="1.997cm"
+ <\style:par:properties fo:margin-left="1.997cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false">\Hnewline
@@ -7584,17 +9379,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:type="right"
style:leader-char="."/>\Hnewline
</style:tab-stops>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>
\Hnewline}
%
\NewConfigureOO{Index 1}
\ConfigureOO{Index 1}{\Hnewline
- <style:style style:name="Index 1"
+ <style:style style:name="Index-1"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>
@@ -7603,11 +9398,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
\NewConfigureOO{Index 2}
\ConfigureOO{Index 2}{\Hnewline
- <style:style style:name="Index 2"
+ <style:style style:name="Index-2"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0.499cm"
+ <\style:par:properties fo:margin-left="0.499cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
@@ -7616,11 +9411,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%
\NewConfigureOO{Index 3}
\ConfigureOO{Index 3}{\Hnewline
- <style:style style:name="Index 3"
+ <style:style style:name="Index-3"
style:family="paragraph"
style:parent-style-name="Index"
style:class="index">\Hnewline
- <style:properties fo:margin-left="0.998cm"
+ <\style:par:properties fo:margin-left="0.998cm"
fo:margin-right="0cm"
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
@@ -7708,17 +9503,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{}
{\HCode{</text:p>}}
+\def\ref:name{\bibname}
\HAssign\bib:N=0
\ConfigureList{thebibliography}%
{\IgnorePar\EndP \gHAdvance\bib:N by 1
\HCode{<text:bibliography text:name="bib-\bib:N">
<text:bibliography-source>\Hnewline
- <text:index-title-template>}\NoFonts\refname\EndNoFonts\HCode{
+ <text:index-title-template>}\NoFonts\ref:name\EndNoFonts\HCode{%
</text:index-title-template>\Hnewline
%
<text:bibliography-entry-template\Hnewline
text:bibliography-type="custom1"
- text:style-name="Bibliography 1">\Hnewline
+ text:style-name="Bibliography11">\Hnewline
%
<text:index-entry-bibliography
text:bibliography-data-field="identifier"/>\Hnewline
@@ -7751,15 +9547,16 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<style:style style:name="p-bibitem"\Hnewline
style:family="paragraph" \Hnewline
style:parent-style-name="Standard">\Hnewline
- <style:properties fo:margin-left="1cm"\Hnewline
+ <\style:par:properties fo:margin-left="1cm"\Hnewline
fo:text-indent="-1cm"\Hnewline
fo:margin-right="0cm" \Hnewline
style:auto-text-indent="false">\Hnewline
<style:tab-stops/>\Hnewline
- </style:properties>\Hnewline
+ </\style:par:properties>\Hnewline
</style:style>\Hnewline
}
+
\ConfigureEnv{quote}
{\ifvmode \IgnorePar\fi \EndP
\gHAdvance\BegEnd:N by 1
@@ -7774,11 +9571,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\bgroup \Configure{HtmlPar}
{\EndP \HCode{<!--l. \the\inputlineno-->%
%
- <text:p text:style-name="quote\if@rl\space rtl\fi
+ <text:p text:style-name="quote\if@rl-rtl\fi
">}}
{\EndP \HCode{<!--l. \the\inputlineno-->%
%
- <text:p text:style-name="quote\if@rl\space rtl\fi
+ <text:p text:style-name="quote\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}%
@@ -7794,11 +9591,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
}
{\ifvmode \IgnorePar\fi\EndP
\HCode{<text:p text:style-name="end-env-p"></text:p></text:section>}%
-}
+\par\ShowPar \noindent}
{\IgnorePar\EndP \bgroup \Configure{HtmlPar}
- {\EndP \HCode{<text:p text:style-name="quotation\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="quotation\if@rl-rtl\fi
">}}
- {\EndP \HCode{<text:p text:style-name="quotation\if@rl\space rtl\fi
+ {\EndP \HCode{<text:p text:style-name="quotation\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\HCode{</text:p>}}%
@@ -7810,17 +9607,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<style:style style:name="quotation"
style:family="paragraph"
style:parent-style-name="Standard">\Hnewline
- <style:properties
+ <\style:par: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 <style:style style:name="quotation rtl"
+ </style:style>\Hnewline <style:style style:name="quotation-rtl"
style:family="paragraph"
style:parent-style-name="Standard">\Hnewline
- <style:properties
+ <\style:par:properties
fo:margin-left="1cm"
fo:margin-right="1cm"
fo:margin-top="0cm"
@@ -7857,10 +9654,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="flushright"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body"
style:master-page-name="">
-<style:properties fo:margin-top="0.199cm"
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="end"
style:justify-single-word="false"
@@ -7892,9 +9689,9 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="flushleft"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">
-<style:properties fo:margin-top="0.199cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="start"
style:justify-single-word="false"/>
@@ -7925,14 +9722,14 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Hnewline
<style:style style:name="center"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">
-<style:properties fo:margin-top="0.199cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">
+<\style:par:properties fo:margin-top="0.199cm"
fo:margin-bottom="0.199cm"
fo:text-align="center"
style:justify-single-word="false">
<style:tab-stops/>
-</style:properties>
+</\style:par:properties>
</style:style>\Hnewline
}
\Configure{centerline}
@@ -7953,7 +9750,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\OOstyles{%
<style:style style:name="tabbing-\tabbing:N-\tabbing:Nrow"
>\Hnewline
- <style:properties
+ <\style:properties
fo:wrap-option="no-wrap"
\ifx \TabWidth\empty \else
fo:width="\TabWidth pt"
@@ -7972,7 +9769,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{tabbing}{<style:style style:name="tabbing"
style:family="paragraph"
style:parent-style-name="Standard" >\Hnewline
- <style:properties fo:margin-left="0cm"
+ <\style:par:properties fo:margin-left="0cm"
fo:margin-right="0cm"
fo:text-indent="0.5cm"
style:auto-text-indent="false"/>\Hnewline
@@ -8001,27 +9798,25 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\csname par\endcsname\ShowPar}
{}{}
-\ConfigureMark{chapter}
- {\if@mainmatter \thechapter.~~\fi}
\Configure{chapter}
{\IgnorePar\EndP \HCode{<!--start of chapter-->}}
{\IgnorePar\EndP \HCode{<!--end of chapter-->}}
- {\HCode{<text:h text:style-name="Heading 1"
- text:level="1"><text:span
+ {\HCode{<text:h text:style-name="Heading-1"
+ \text:outlinelevel="1"><text:span
text:style-name="chapter">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{likechapter}
{\IgnorePar\EndP \HCode{<!--start of chapter*-->}}
{\IgnorePar\EndP \HCode{<!--end of chapter*-->}}
- {\HCode{<text:h text:style-name="Heading 1"
- text:level="1">}\IgnoreIndent}
+ {\HCode{<text:h text:style-name="Heading-1"
+ \text:outlinelevel="1">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{addchap}
{\IgnorePar\EndP \HCode{<!--start of addchap-->}}
{\IgnorePar\EndP \HCode{<!--end of addchap-->}}
- {\HCode{<text:h text:style-name="Heading 1"
- text:level="1">}\IgnoreIndent}
+ {\HCode{<text:h text:style-name="Heading-1"
+ \text:outlinelevel="1">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\ConfigureMark{section}
@@ -8030,8 +9825,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{section}
{\IgnorePar\EndP \HCode{<!--start of section-->}}
{\IgnorePar\EndP \HCode{<!--end of section-->}}
- {\HCode{<text:h text:style-name="Heading 2"
- text:level="2"><text:span
+ {\HCode{<text:h text:style-name="Heading-2"
+ \text:outlinelevel="2"><text:span
text:style-name="section">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
@@ -8041,27 +9836,349 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{subsection}
{\IgnorePar\EndP \HCode{<!--start of subsection-->}}
{\IgnorePar\EndP \HCode{<!--end of subsection-->}}
- {\HCode{<text:h text:style-name="Heading 3"
- text:level="3"><text:span
+ {\HCode{<text:h text:style-name="Heading-3"
+ \text:outlinelevel="3"><text:span
text:style-name="subsection">}\TitleMark\space
\HCode{</text:span>}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{likesection}
{\IgnorePar\EndP \HCode{<!--start of section*-->}}
{\IgnorePar\EndP \HCode{<!--end of section*-->}}
- {\HCode{<text:h text:style-name="Heading 2"
- text:level="2">}\IgnoreIndent}
+ {\HCode{<text:h text:style-name="Heading-2"
+ \text:outlinelevel="2">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
\Configure{likesubsection}
{\IgnorePar\EndP \HCode{<!--start of subsection*-->}}
{\IgnorePar\EndP \HCode{<!--end of subsection*-->}}
- {\HCode{<text:h text:style-name="Heading 3"
- text:level="3">}\IgnoreIndent}
+ {\HCode{<text:h text:style-name="Heading-3"
+ \text:outlinelevel="3">}\IgnoreIndent}
{\HCode{</text:h>\Hnewline}\par\ShowPar}
+\NewConfigureOO{Heading-1}
+\ConfigureOO{Heading-1}{\Hnewline
+<style:style style:name="Heading-1"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="17.2999992370605pt"
+ fo:font-weight="bold"
+ style:font-size-asian="115\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="115\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-1-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="17.2999992370605pt"
+ fo:font-weight="bold"
+ style:font-size-asian="115\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="115\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+ }
+\NewConfigureOO{Heading-2}
+\ConfigureOO{Heading-2}{\Hnewline
+<style:style style:name="Heading-2"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="14.3999996185303pt"
+ style:font-size-complex="14pt"
+ style:font-style-complex="italic"
+ style:font-weight-complex="bold"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-2-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="14.3999996185303pt"
+ style:font-size-complex="14pt"
+ style:font-style-complex="italic"
+ style:font-weight-complex="bold"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+ }
+\NewConfigureOO{Heading-3}
+\ConfigureOO{Heading-3}{\Hnewline
+<style:style style:name="Heading-3"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="12pt"
+ fo:font-weight="bold"
+ style:font-size-asian="14pt"
+ style:font-weight-asian="bold"
+ style:font-size-complex="14pt"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-3-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="12pt"
+ fo:font-weight="bold"
+ style:font-size-asian="14pt"
+ style:font-weight-asian="bold"
+ style:font-size-complex="14pt"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-4}
+\ConfigureOO{Heading-4}{\Hnewline
+<style:style style:name="Heading-4"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="12pt"
+ fo:font-weight="bold"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ style:font-size-complex="85\%"
+ style:font-style-complex="italic"
+ style:font-weight-complex="bold"
+/>
+</style:style>
+\Hnewline <style:style style:name="Heading-4-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="12pt"
+ fo:font-weight="bold"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ style:font-size-complex="85\%"
+ style:font-style-complex="italic"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb"
+/>
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-5}
+\ConfigureOO{Heading-5}{\Hnewline
+<style:style style:name="Heading-5"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:margin-left="0cm"
+ fo:margin-right="0cm"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ fo:font-size="12pt"
+ fo:font-style="italic"
+ fo:font-weight="normal"
+ style:font-size-complex="85\%"
+ style:font-weight-complex="bold"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-5-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:margin-left="0cm"
+ fo:margin-right="0cm"
+ fo:margin-top="0.42cm"
+ fo:margin-bottom="0cm"
+ fo:font-size="12pt"
+ fo:font-style="italic"
+ fo:font-weight="normal"
+ style:font-size-complex="85\%"
+ style:font-weight-complex="bold"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-6}
+\ConfigureOO{Heading-6}{\Hnewline
+<style:style style:name="Heading-6"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-6-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-7}
+\ConfigureOO{Heading-7}{\Hnewline
+<style:style style:name="Heading-7"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-7-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-8}
+\ConfigureOO{Heading-8}{\Hnewline
+<style:style style:name="Heading-8"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-8-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-9}
+\ConfigureOO{Heading-9}{\Hnewline
+<style:style style:name="Heading-9"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-9-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"
+ fo:text-align="end"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>
+\Hnewline
+}
+\NewConfigureOO{Heading-10}
+\ConfigureOO{Heading-10}{\Hnewline
+<style:style style:name="Heading-10"
+ style:family="paragraph"
+ style:parent-style-name="Heading"
+ style:next-style-name="Text-body"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline <style:style style:name="Heading-10-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="Text-body-rtl"
+ style:class="text">\Hnewline
+<\style:par:properties fo:font-size="75\%"
+ fo:font-weight="bold"
+ style:font-size-asian="75\%"
+ style:font-weight-asian="bold"
+ style:font-size-complex="75\%"
+ style:font-weight-complex="bold"/>
+</style:style>
+\Hnewline
+}
+
\Configure{caption}
{\ht:everypar{\HtmlPar}%
- \ifvmode \EndP\ShowPar\else \HCode{<text:line-break/>}\fi
+ \ifvmode \EndP \par\ShowPar\else \HCode{<text:line-break/>}\fi
\HCode{\Hnewline <text:span text:style-name="caption" >%
<text:span text:style-name="caption-title" >}}
{: }
@@ -8069,7 +10186,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{</text:span>}}
\OOstyles{%
<style:style style:name="caption-title" style:family="text">\Hnewline
- <style:properties fo:font-style="normal"
+ <\style:properties fo:font-style="normal"
fo:font-weight="bold"/>\Hnewline
</style:style>\Hnewline
}
@@ -8080,35 +10197,35 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<text:alphabetical-index-source
text:sort-algorithm="alphanumeric">\Hnewline
<text:index-title-template
- text:style-name="Index Heading">\indexname
+ text:style-name="Index-Heading">\indexname
</text:index-title-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="1"
- text:style-name="Index 1">\Hnewline
+ text:style-name="Index-1">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="2"
- text:style-name="Index 2">\Hnewline
+ text:style-name="Index-2">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
<text:alphabetical-index-entry-template
text:outline-level="3"
- text:style-name="Index 3">\Hnewline
+ text:style-name="Index-3">\Hnewline
<text:index-entry-text/>\Hnewline
<text:index-entry-tab-stop
style:type="left"
- style:position="0inch"
+ style:position="0in"
style:leader-char=" "/>\Hnewline
<text:index-entry-page-number/>\Hnewline
</text:alphabetical-index-entry-template>\Hnewline
@@ -8132,8 +10249,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{@begin}{theindex}{\ifx \indexname\empty \else
\def\put:IndexTitle{\HCode{<text:index-title
text:style-name="Sect1"
- text:name="Alphabetical Index1_Head"><text:p
- text:style-name="Index Heading">}\indexname
+ text:name="Alphabetical_Index1_Head"><text:p
+ text:style-name="Index-Heading">}\indexname
\HCode{</text:p></text:index-title>\Hnewline}
}\fi}
@@ -8144,7 +10261,330 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{elsart}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureEnv{frontmatter}
+ {\IgnorePar
+ \HCode{<!--begin frontmatter-->%
+ <text:section text:name="frontmatter">}\ShowPar}
+ {\ifvmode\IgnorePar\fi \EndP \IgnorePar
+ \HCode{</text:section><!--end frontmatter-->}\ShowPar}
+ {}{}
+\Configure{thanks author date and}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:p text:style-name="Text-body\if@rl-rtl\fi
+">}}
+ {\HCode{</text:p>}\IgnorePar}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:p text:style-name="author\if@rl-rtl\fi
+">}\IgnorePar}
+ {\HCode{</text:p>}\IgnorePar}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:p text:style-name="date\if@rl-rtl\fi
+">}}
+ {\HCode{</text:p>}\IgnorePar}
+ {}
+ {}% {\HCode{<text:line-break/>}}
+\Configure{address}
+ {\IgnorePar \EndP
+ \HCode{<text:p\Hnewline text:style-name="address">}\IgnorePar}
+ {\IgnorePar\EndP \HCode{</text:p>}\IgnorePar}
+\NewConfigureOO{address}
+\ConfigureOO{address}{%
+<style:style style:name="address"
+ style:family="paragraph"
+ style:parent-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
+ fo:margin-bottom="0.199cm"
+ fo:font-size="12pt"
+ fo:font-style="italic"
+ fo:text-align="center"
+ style:justify-single-word="false"/>
+</style:style>\Hnewline <style:style style:name="author-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="date-rtl">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
+ fo:margin-bottom="0.199cm"
+ fo:font-size="14pt"
+ fo:text-align="center"
+ style:justify-single-word="false"
+ style:writing-mode="rl-tb" />
+</style:style>\Hnewline
+}
+\Configure{abstract}
+{\HCode{<text:p\Hnewline
+ text:style-name="abstract-title">}\par\IgnorePar}
+ { \HCode{</text:p>}}
+ {\IgnorePar\EndP}
+\ConfigureOO{abstract-title}{\Hnewline
+<style:style style:name="abstract-title"
+ style:family="paragraph"
+ style:parent-style-name="abstract"
+ style:next-style-name="abstract">\Hnewline
+<\style:par:properties fo:margin-top="0.499cm"
+ fo:margin-bottom="0cm"
+ fo:font-weight="bold"
+ fo:font-size="10pt"
+ fo:text-align="left"
+ fo:border-top="0.01cm solid \#000000"
+ style:justify-single-word="false"/>\Hnewline
+</style:style>\Hnewline
+}
+\ConfigureOO{abstract}{\Hnewline
+<style:style style:name="abstract"
+ style:family="paragraph"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-left="0cm"
+ fo:margin-right="0cm"
+ fo:margin-top="0cm"
+ fo:margin-bottom="0.199cm"
+ fo:font-size="10pt"
+ fo:text-indent="0cm"
+ fo:text-align="left"
+ style:auto-text-indent="false"/>\Hnewline
+</style:style>\Hnewline <style:style style:name="abstract-rtl"
+ style:family="paragraph"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="Text-body-rtl">\Hnewline
+<\style:par:properties fo:margin-left="3cm"
+ fo:margin-right="3cm"
+ fo:margin-top="0cm"
+ fo:margin-bottom="0.199cm"
+ fo:font-size="10pt"
+ fo:text-indent="0cm"
+ style:auto-text-indent="false"
+ style:writing-mode="rl-tb" />\Hnewline
+</style:style>\Hnewline
+ }
+\Configure{keyword}
+ {\IgnorePar\EndP
+ \HCode{<text:p\Hnewline text:style-name="keyword">}\IgnorePar}
+ {\IgnorePar\EndP \HCode{</text:p>}\IgnorePar}
+\NewConfigureOO{keyword}
+\ConfigureOO{keyword}{\Hnewline
+<style:style style:name="keyword"
+ style:family="paragraph"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-left="0cm"
+ fo:margin-right="0cm"
+ fo:margin-top="0cm"
+ fo:margin-bottom="0.199cm"
+ fo:font-size="10pt"
+ fo:font-style="italic"
+ fo:text-indent="0cm"
+ fo:text-align="left"
+ fo:border-bottom="0.01cm solid \#000000"
+ style:auto-text-indent="false"/>\Hnewline
+</style:style>\Hnewline > }
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{apa}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \Configure{maketitle}
+ {\HCode{<!--begin maketitle-->}\Configure{centercr}
+ {\ht:everypar{\ht:everypar{\HtmlPar}}}%
+ {\ht:everypar{\ht:everypar{\HtmlPar}}}%
+}
+ {\HCode{<!--end maketitle-->}\par}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:p text:style-name="Title\if@rl-rtl\fi
+" >}}
+ {\HCode{</text:p>}}
+\Configure{affil}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:p text:style-name="affiliation\if@rl
+ -rtl\fi">}}
+ {\HCode{</text:p>}}
+\Configure{abstract}
+ {\Hclearpage \IgnorePar\EndP \bgroup
+ \Configure{HtmlPar}
+ {\EndP \HCode{<text:p
+ text:style-name="abstract\if@rl-rtl\fi">}}
+ {\EndP \HCode{<text:p
+ text:style-name="abstract\if@rl-rtl\fi">}}
+ {\HCode{</text:p>}}
+ {\HCode{</text:p>}}%
+ \ht:everypar{\HtmlPar}\par \ShowPar
+ }
+ {\ifvmode \IgnorePar\fi \EndP
+ \egroup \Hclearpage \ShowPar\par \IgnoreIndent }
+\ConfigureOO{itemize}
+ {<text:list-style style:name="Itemize">\Hnewline
+ <text:list-level-style-bullet
+ \list:text:level="1"
+ text:style-name="Bullet-Symbols"
+ text:bullet-char="\string&\:sharp x2022;" >\Hnewline
+ <\style:properties
+ text:space-before="0.15in"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-bullet>\Hnewline
+ <text:list-level-style-bullet
+ \list:text:level="2"
+ text:bullet-char="\string&\:sharp x2022;" >\Hnewline
+ <\style:properties
+ text:space-before="0.35in"
+ text:min-label-distance="0.05in" />\Hnewline
+ </text:list-level-style-bullet>\Hnewline
+ <text:list-level-style-bullet
+ \list:text:level="3"
+ text:bullet-char="\string&\:sharp x2022;" >\Hnewline
+ <\style:properties
+ text:space-before="0.55in"
+ text:min-label-distance="0.05in" />\Hnewline
+ </text:list-level-style-bullet>\Hnewline
+ <text:list-level-style-bullet
+ \list:text:level="4"
+ text:bullet-char="\string&\:sharp x2022;" >\Hnewline
+ <\style:properties
+ text:space-before="0.75in"
+ text:min-label-distance="0.05in" />\Hnewline
+ </text:list-level-style-bullet>\Hnewline
+</text:list-style>\Hnewline
+<style:style style:name="Inside-itemize"
+ style:family="paragraph"
+ style:parent-style-name="Text-body"
+ style:list-style-name="Itemize"/>\Hnewline
+}
+\ConfigureList{APAenumerate}%
+ {\EndP\HCode{<\text:orderedlist
+ text:style-name="Enumerate\if@rl-rtl\fi
+">\Hnewline}\def\end@Item{}\bgroup
+ \Configure{HtmlPar}
+ {\EndP\HCode{<text:p text:style-name="Inside-enumerate\if@rl-rtl\fi
+">}}
+ {\EndP\HCode{<text:p text:style-name="Inside-enumerate\if@rl-rtl\fi
+">}}
+ {\HCode{</text:p>\Hnewline}} {\HCode{</text:p>\Hnewline}}}
+ {\EndP\IgnorePar \egroup \HCode{</text:list-item>\Hnewline
+ </\text:orderedlist>\Hnewline}\ShowPar}
+ {\EndP\end@Item\DeleteMark}
+ {\HCode{<text:list-item>}\par\ShowPar
+ \def\end@Item{\HCode{</text:list-item>\Hnewline}}}
+\ConfigureList{APAitemize}%
+ {\EndP\HCode{<\text:unorderedlist
+ text:style-name="Itemize\if@rl-rtl\fi
+">\Hnewline}\def\end@Item{}\bgroup
+ \Configure{HtmlPar}
+ {\EndP\HCode{<text:p text:style-name="Inside-itemize\if@rl-rtl\fi
+">}}
+ {\EndP\HCode{<text:p text:style-name="Inside-itemize\if@rl-rtl\fi
+">}}
+ {\HCode{</text:p>\Hnewline}} {\HCode{</text:p>\Hnewline}}}
+ {\EndP\IgnorePar \egroup \HCode{</text:list-item>\Hnewline
+ </\text:unorderedlist>\Hnewline}\ShowPar}
+ {\EndP\end@Item\DeleteMark}
+ {\HCode{<text:list-item>}\par\ShowPar
+ \def\end@Item{\HCode{</text:list-item>\Hnewline}}}
+\:CheckOption{oo1}\if:Option
+ \ConfigureOO{enumerate}%
+ {<style:style style:name="Inside-enumerate"
+ style:family="paragraph"
+ style:parent-style-name="Text-body"
+ style:list-style-name="Enumerate"/>\Hnewline
+%
+ <text:list-style style:name="Enumerate">\Hnewline
+ <text:list-level-style-number
+ \list:text:level="1"
+ text:style-name="Numbering-Symbols"
+ style:num-suffix="."
+ style:num-format="1">\Hnewline
+ <\style:properties
+ text:space-before="0.15in"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+ <text:list-level-style-number
+ \list:text:level="2"
+ style:num-prefix="."
+ style:num-format="1">\Hnewline
+ <\style:properties
+ text:space-before="0.35in"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+ <text:list-level-style-number
+ \list:text:level="3"
+ style:num-suffix="."
+ style:num-format="1">\Hnewline
+ <\style:properties
+ text:space-before="0.6in"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+ <text:list-level-style-number
+ \list:text:level="4"
+ style:num-suffix="."
+ style:num-format="1">\Hnewline
+ <\style:properties
+ text:space-before="0.8in"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+</text:list-style>\Hnewline
+%
+ }
+
+\else
+ \ConfigureOO{enumerate}%
+ {<style:style style:name="Inside-enumerate"
+ style:family="paragraph"
+ style:parent-style-name="Text-body"
+ style:list-style-name="Enumerate"/>\Hnewline
+%
+ <text:list-style style:name="Enumerate">\Hnewline
+ <text:list-level-style-number
+ text:level="1"
+ style:num-prefix=""
+ style:num-suffix="." >\Hnewline
+ <style:list-level-properties
+ text:space-before="0.15in"
+ style:num-format="1"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+ <text:list-level-style-number
+ text:level="2"
+ style:num-prefix=""
+ style:num-suffix="." >\Hnewline
+ <style:list-level-properties
+ text:space-before="0.35in"
+ style:num-format="1"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+ <text:list-level-style-number
+ text:level="3"
+ style:num-prefix=""
+ style:num-suffix="." >\Hnewline
+ <style:list-level-properties
+ text:space-before="0.6in"
+ style:num-format="1"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+ <text:list-level-style-number
+ text:level="4"
+ style:num-prefix=""
+ style:num-suffix="." >\Hnewline
+ <style:list-level-properties
+ text:space-before="0.8in"
+ style:num-format="1"
+ text:min-label-distance="0.05in"/>\Hnewline
+ </text:list-level-style-number>\Hnewline
+</text:list-style>\Hnewline
+%
+ }
+
+\fi
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -8192,15 +10632,15 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\OOstyles{%
<style:style style:name="makebox-r" \Hnewline
style:family="paragraph" >\Hnewline
- <style:properties fo:text-align="end"
+ <\style:par:properties fo:text-align="end"
style:justify-single-word="false" />\Hnewline
</style:style>\Hnewline
}
\OOstyles{%
<style:style style:name="p-g-brief"
style:family="paragraph"
- style:parent-style-name="Text body">\Hnewline
- <style:properties
+ style:parent-style-name="Text-body">\Hnewline
+ <\style:par:properties
fo:text-align="justify"
style:auto-text-indent="false"
style:justify-single-word="false"
@@ -8221,8 +10661,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\OOstyles{%
{<style:style style:name="letterfoot"
style:family="paragraph"
- style:parent-style-name="Text body">\Hnewline
- <style:properties
+ style:parent-style-name="Text-body">\Hnewline
+ <\style:par:properties
fo:text-align="justify"
style:auto-text-indent="false"
fo:margin-top="2cm"
@@ -8247,23 +10687,23 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{</text:span>}}
\OOstyles{%
<style:style style:name="header-style" style:family="section">\Hnewline
- <style:properties text:dont-balance-text-columns="false"
+ <\style:properties text:dont-balance-text-columns="false"
fo:margin-bottom="2cm">\Hnewline
<style:columns fo:column-count="2"
- fo:column-gap="1inch">\Hnewline
- <style:column fo:margin-left="0inch"
- fo:margin-right="0inch"/>\Hnewline
- <style:column fo:margin-left="0inch"
- fo:margin-right="0inch"/>\Hnewline
+ fo:column-gap="1in">\Hnewline
+ <style:column fo:margin-left="0in"
+ fo:margin-right="0in"/>\Hnewline
+ <style:column fo:margin-left="0in"
+ fo:margin-right="0in"/>\Hnewline
</style:columns>\Hnewline
- </style:properties>\Hnewline
+ </\style:properties>\Hnewline
</style:style>\Hnewline
}
\OOstyles{%
<style:style style:name="p-retouradresse" \Hnewline
style:family="paragraph" \Hnewline
style:parent-style-name="Standard">\Hnewline
- <style:properties fo:margin-top="0.7cm" \Hnewline
+ <\style:par:properties fo:margin-top="0.7cm" \Hnewline
fo:margin-bottom="0.7cm"/>\Hnewline
</style:style>\Hnewline
}
@@ -8271,7 +10711,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<style:style style:name="postage" \Hnewline
style:family="paragraph" \Hnewline
style:parent-style-name="Standard">\Hnewline
- <style:properties fo:margin-top="0.5cm" \Hnewline
+ <\style:par:properties fo:margin-top="0.5cm" \Hnewline
fo:margin-bottom="0.5cm"/>\Hnewline
</style:style>\Hnewline
}
@@ -8279,7 +10719,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
<style:style style:name="tabular"
style:family="table"
style:parent-style-name="header-style">\Hnewline
-<style:properties style:rel-width="46\%"
+<\style:tableproperties style:rel-width="46\%"
fo:margin-left="1cm"
fo:margin-right="0cm"
table:align="margins"/>\Hnewline
@@ -8420,6 +10860,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
+
+
+
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{jurabib}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -8455,9 +10900,6 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
-
-
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{slides}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -8465,16 +10907,16 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\HCode{<!--begin maketitle-->}}
{\HCode{<!--end maketitle-->}\par}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="Title\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="Title\if@rl-rtl\fi
" >}}
{\HCode{</text:p>}}
\Configure{author date}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="author\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="author\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
{\ifvmode \IgnorePar\fi \EndP
- \HCode{<text:p text:style-name="date\if@rl\space rtl\fi
+ \HCode{<text:p text:style-name="date\if@rl-rtl\fi
">}}
{\HCode{</text:p>}}
\NewConfigureOO{title}
@@ -8484,7 +10926,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:parent-style-name="Heading"
style:next-style-name="author"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -8494,12 +10936,12 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
style:font-weight-complex="bold"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style> \Hnewline <style:style style:name="Title rtl"
+</style:style> \Hnewline <style:style style:name="Title-rtl"
style:family="paragraph"
- style:parent-style-name="Heading rtl"
- style:next-style-name="author rtl"
+ style:parent-style-name="Heading-rtl"
+ style:next-style-name="author-rtl"
style:class="chapter">\Hnewline
-<style:properties fo:margin-top="0.42cm"
+<\style:par:properties fo:margin-top="0.42cm"
fo:margin-bottom="0.51cm"
fo:font-size="20pt"
fo:font-weight="normal"
@@ -8516,18 +10958,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{author}{%
<style:style style:name="author"
style:family="paragraph"
- style:parent-style-name="Text body"
+ style:parent-style-name="Text-body"
style:next-style-name="date">\Hnewline
-<style:properties fo:margin-top="0cm"
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="author rtl"
+</style:style>\Hnewline <style:style style:name="author-rtl"
style:family="paragraph"
- style:parent-style-name="Text body rtl"
- style:next-style-name="date rtl">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="date-rtl">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -8539,18 +10981,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\ConfigureOO{date}{%
<style:style style:name="date"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
style:justify-single-word="false"/>
-</style:style>\Hnewline <style:style style:name="date rtl"
+</style:style>\Hnewline <style:style style:name="date-rtl"
style:family="paragraph"
- style:parent-style-name="Text body"
- style:next-style-name="Text body">\Hnewline
-<style:properties fo:margin-top="0cm"
+ style:parent-style-name="Text-body"
+ style:next-style-name="Text-body">\Hnewline
+<\style:par:properties fo:margin-top="0cm"
fo:margin-bottom="0.199cm"
fo:font-size="14pt"
fo:text-align="center"
@@ -8587,6 +11029,262 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureHinput{curve}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ \ConfigureEnv{rubric}
+ {\bgroup \Configure{table-column-style}
+ {table:style-name="\ifcase \ar:cnt\relax
+\or %1
+ keyCol%
+\or %2
+ markCol%
+\else
+ bodyCol% TBL-\TableNo -\ar:cnt
+\fi
+"}
+\Configure{longtable}
+ {\IgnorePar\EndP \HCode{<!--l. \the\inputlineno-->%
+}%
+ \halignTB{longtable}%
+ \putVBorder
+}
+ {\HCode{</table:table>}}
+ {\HCode{<table:table-row \Hnewline}\halignTR\HCode{
+ table:style-name="TBL-\TableNo-\HRow-">}}
+ {\HCode{</table:table-row>}}
+ {\HCode{<table:table-cell
+ \ifnum \HMultispan>1 table:number-columns-spanned="\HMultispan"\fi
+ \space table:style-name="\ifcase \HMultispan\relax
+\or %1
+ \ifcase \HCol\relax
+ \or %1
+ keyCell%
+ \or %2
+ markCell%
+ \else
+ TBL-\TableNo-\HRow-\HCol
+ \fi
+\or %2
+ \ifnum \HCol=2
+ subrubricCell%
+ \else
+ TBL-\TableNo-\HRow-\HCol
+ \fi
+\or %3
+ \ifnum \HCol=1
+ rubricheadCell%
+ \else
+ TBL-\TableNo-\HRow-\HCol
+ \fi
+\else
+ TBL-\TableNo-\HRow-\HCol
+\fi
+" ><text:p
+ text:style-name="\ifcase \HMultispan\relax
+\or %1
+ \ifcase \HCol\relax
+ \or %1
+ keyP%
+ \or %2
+ markP%
+ \else
+ TBL-\TableNo-\HRow-\HCol
+ \fi
+\or %2
+ \ifnum \HCol=2
+ subrubricP%
+ \else
+ TBL-\TableNo-\HRow-\HCol
+ \fi
+\or %3
+ \ifnum \HCol=1
+ rubricheadP%
+ \else
+ TBL-\TableNo-\HRow-\HCol
+ \fi
+\else
+ TBL-\TableNo-\HRow-\HCol
+\fi
+">}\SaveEndP
+%
+ \par \ShowPar
+\par \ShowPar
+\PushStack\Table:Stck\TableNo}
+ {\PopStack\Table:Stck\TableNo
+ \IgnorePar \EndP
+\IgnorePar \EndP
+\HCode{</text:p></table:table-cell>}}
+} {\egroup} {} {}
+\OOstyles{%
+\Hnewline
+<style:style
+ style:name="markCol"
+ style:family="table-column"
+ > \Hnewline
+ <style:table-column-properties
+ style:rel-column-width="180*"/>
+</style:style> \Hnewline
+<style:style style:name="keyCol" style:family="table-column">
+ <style:table-column-properties
+ style:rel-column-width="1546*"/>
+</style:style> \Hnewline
+<style:style style:name="bodyCol" style:family="table-column">
+ <style:table-column-properties
+ style:rel-column-width="6914*"/>
+</style:style> \Hnewline
+}
+\Configure{maketitle}
+ {}{}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:h text:style-name="curveTitle" text:outline-level="1">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</text:h>}}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:h text:style-name="curveSubTitle" text:outline-level="2">}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</text:h>}}
+\OOstyles{%
+\Hnewline
+<style:style
+ style:name="curveTitle"
+ style:family="paragraph"
+ > \Hnewline
+ <style:paragraph-properties
+ fo:text-align="center"
+ style:justify-single-word="false"
+ fo:margin-top="0.4cm"
+ fo:margin-bottom="0.1cm"
+ /> \Hnewline
+ <style:text-properties
+ fo:font-size="145\%"
+ fo:font-weight="bold"
+ /> \Hnewline
+</style:style> \Hnewline
+}
+\OOstyles{%
+\Hnewline
+<style:style
+ style:name="curveSubTitle"
+ style:family="paragraph"
+ > \Hnewline
+ <style:paragraph-properties
+ fo:text-align="center"
+ style:justify-single-word="false"
+ fo:margin-top="0.1cm"
+ fo:margin-bottom="0.2cm"
+ /> \Hnewline
+ <style:text-properties
+ fo:font-size="130\%"
+ fo:font-weight="normal"
+ fo:font-style="italic"
+ /> \Hnewline
+</style:style> \Hnewline
+}
+\Configure{makeheaders}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{%
+ <table:table table:name="makeheaders" >
+ <table:table-column table:number-columns-repeated="2"/>
+ <table:table-row>
+ <table:table-cell table:style-name="leftheader"
+ office:value-type="string">
+ <text:p text:style-name="Pleft">}}
+ {\HCode{</text:p>
+ </table:table-cell>
+ <table:table-cell table:style-name="rightheader"
+ office:value-type="string">
+ <text:p text:style-name="Pright">}}
+ {\HCode{</text:p>
+ </table:table-cell>
+ </table:table-row>
+ </table:table>}}
+\OOstyles{%
+<style:style
+ style:name="leftheader"
+ style:family="table-cell">
+ <style:table-cell-properties
+ fo:padding="0.0382in"
+ fo:border="none"/>
+</style:style>
+<style:style
+ style:name="rightheader"
+ style:family="table-cell">
+ <style:table-cell-properties
+ fo:padding="0.0382in"
+ fo:border="none"/> i
+</style:style>
+<style:style style:name="Pleft"
+ style:family="paragraph" >
+ <style:paragraph-properties
+ fo:text-align="left"
+ style:justify-single-word="false"/>
+ <style:text-properties
+ fo:font-style="normal" />
+</style:style>
+<style:style style:name="Pright"
+ style:family="paragraph" >
+ <style:paragraph-properties
+ fo:text-align="end"
+ style:justify-single-word="false"/>
+ <style:text-properties
+ fo:font-style="normal" />
+</style:style>
+}
+\Configure{rubrichead}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:span text:style-name="rubrichead" >}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</text:span>}}
+\OOstyles{%
+\Hnewline
+<style:style
+ style:name="rubrichead"
+ style:family="text"
+ > \Hnewline
+ <style:text-properties
+ fo:font-size="110\%"
+ fo:font-weight="bold"
+ /> \Hnewline
+</style:style> \Hnewline
+}
+\OOstyles{%
+\Hnewline
+<style:style
+ style:name="rubricheadP"
+ style:family="paragraph"
+ > \Hnewline
+ <style:paragraph-properties
+ fo:text-align="center"
+ style:justify-single-word="false"
+ fo:margin-top="0.2cm"
+ fo:margin-bottom="0.2cm"
+ /> \Hnewline
+</style:style> \Hnewline
+}
+\Configure{subrubric}
+ {\ifvmode \IgnorePar\fi \EndP
+ \HCode{<text:span text:style-name="subrubric" >}}
+ {\ifvmode \IgnorePar\fi \EndP \HCode{</text:span>}}
+\OOstyles{%
+\Hnewline
+<style:style
+ style:name="subrubric"
+ style:family="text"
+ > \Hnewline
+ <style:text-properties
+ fo:font-weight="normal"
+ fo:font-style="italic"
+ fo:font-size="130\%"
+ /> \Hnewline
+</style:style> \Hnewline
+}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\endinput\empty\empty\empty\empty\empty\empty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
@@ -8622,14 +11320,14 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{listings}
{\ifvmode \IgnorePar\fi \EndP
{\everypar{}\leavevmode}\HCode{<!--l. \the\inputlineno-->}%
- \HCode{<text:p text:style-name="Preformatted Text">}%
+ \HCode{<text:p text:style-name="Preformatted-Text">}%
}
{{\everypar{}\leavevmode}\HCode{</text:p>}\par}
{}{}
\ConfigureEnv{lstlisting}
{\ifvmode \IgnorePar\fi \EndP
\HCode{<!--l. \the\inputlineno lstlisting-->}%
- \HCode{<text:p\Hnewline text:style-name="Preformatted Text">}%
+ \HCode{<text:p\Hnewline text:style-name="Preformatted-Text">}%
\bgroup \special{t4ht@(}%
\Configure{listings}
{{\everypar{}\leavevmode}}
@@ -8642,7 +11340,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{lstinputlisting}
{\ifvmode \IgnorePar\fi \EndP
\HCode{<!--l. \the\inputlineno lstinputlisting-->}%
- \HCode{<text:p\Hnewline text:style-name="Preformatted Text">}%
+ \HCode{<text:p\Hnewline text:style-name="Preformatted-Text">}%
\bgroup \tt \special{t4ht@(}%
\Configure{listings}
{{\everypar{}\leavevmode}}
@@ -8692,7 +11390,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\Configure{toclvl#1}
{}{}
{\ifvmode \IgnorePar\fi \EndP\IgnorePar
- \HCode{<text:h text:style-name="Heading #4" text:level="#4"
+ \HCode{<text:h text:style-name="Heading-#4" \text:outlinelevel="#4"
>}\TitleMark\space\HtmlParOff}
{\HCode{</text:h>}\HtmlParOn \ShowPar\IgnoreIndent \par}%
\ConfigureToc{toclvl#1}
@@ -8736,6 +11434,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{lineno}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -8786,18 +11485,19 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
} {}%
%
\NoFonts \let\@textsuperscript\hbox
- \HCode{<text:footnote\Hnewline text:id="}fn\FNnum x\minipageNum
+ \HCode{<\text:footnote\Hnewline\text:note:class
+ text:id="}fn\FNnum x\minipageNum
%
- \HCode{"><text:footnote-citation>}%
+ \HCode{"><\text:footnote-citation>}%
\let\fn:nbsp\:nbsp \let\:nbsp\empty
}
{\EndNoFonts \let\:nbsp\fn:nbsp
- \HCode{</text:footnote-citation><text:footnote-body>%
+ \HCode{</\text:footnote-citation><\text:footnote-body>%
<text:p\Hnewline text:style-name="Footnote"><text:s/>}%
\SaveHtmlPar \Configure{HtmlPar}{}{}{}{}%
}
{\RecallHtmlPar
- \HCode{</text:p></text:footnote-body></text:footnote>}%
+ \HCode{</text:p></\text:footnote-body></\text:footnote>}%
\expandafter\global\expandafter
\let\csname (fn\FNnum x\minipageNum
)\endcsname\def
@@ -8827,7 +11527,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Configure{SetHColor}{%
\OOstyles{%
<style:style style:name="textcolor\textcolorN" style:family="text">
- <style:properties style:text-background-color="\HColor"/>
+ <\style:properties style:text-background-color="\HColor"/>
</style:style>}%
}}%
\HCode{<text:span text:style-name="textcolor\textcolorN">}}%
@@ -8845,7 +11545,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Configure{SetHColor}{%
\OOstyles{%
<style:style style:name="textcolor\textcolorN" style:family="text">
- <style:properties style:text-background-color="\HColor"/>
+ <\style:properties style:text-background-color="\HColor"/>
</style:style>}%
}}%
\HCode{<text:span text:style-name="textcolor\textcolorN">}}%
@@ -8860,7 +11560,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\Configure{SetHColor}{%
\OOstyles{%
<style:style style:name="textcolor\textcolorN" style:family="text">
- <style:properties style:text-background-color="\HColor"/>
+ <\style:properties style:text-background-color="\HColor"/>
</style:style>}%
}}%
\HCode{<text:span text:style-name="textcolor\textcolorN">}}%
@@ -8869,22 +11569,22 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
{\egroup\HCode{</text:span>}}
\NewConfigureOO{textcaps}
\ConfigureOO{textcaps}{<style:style style:name="textcaps" style:family="text">\Hnewline
- <style:properties fo:font-variant="small-caps" />\Hnewline
+ <\style:properties fo:font-variant="small-caps" />\Hnewline
</style:style>\Hnewline
}
\NewConfigureOO{textso}
\ConfigureOO{textso}{<style:style style:name="textso" style:family="text">
- <style:properties fo:letter-spacing="0.035inch"/>
+ <\style:properties fo:letter-spacing="0.035in"/>
</style:style>
}
\NewConfigureOO{textst}
\ConfigureOO{textst}{<style:style style:name="textst" style:family="text">
- <style:properties style:text-crossing-out="single-line"/>
+ <\style:properties style:text-crossing-out="single-line"/>
</style:style>
}
\NewConfigureOO{textul}
\ConfigureOO{textul}{<style:style style:name="textul" style:family="text">
- <style:properties style:text-underline="single" />
+ <\style:properties style:text-underline="single" />
</style:style>
}
@@ -8946,6 +11646,5 @@ xmlns:xlink="http://www.w3.org/1999/xlink" \Hnewline
-
\endinput