From b12f6314296ede497caed58dd3863ae0634138a0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 19 Jan 2023 21:32:03 +0000 Subject: fix % problems, tex4ht r1287 git-svn-id: svn://tug.org/texlive/trunk@65590 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/generic/tex4ht/ChangeLog | 6 + .../source/generic/tex4ht/tex4ht-ooffice.tex | 136 +-- Master/texmf-dist/tex/generic/tex4ht/html4.4ht | 6 +- .../texmf-dist/tex/generic/tex4ht/ooffice-mml.4ht | 50 +- Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht | 960 +++++++++++---------- 5 files changed, 609 insertions(+), 549 deletions(-) diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 46df45ccfe0..5374eab377d 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,9 @@ +2023-01-19 Michal Hoftich + + * tex4ht-ooffice.tex (ooffice.4ht, ooffice-mml.4ht): use \prcnt:ch + instead of \% in style declarations, because it would produce extra + backslash otherwise (thanks Gareth Walker for the report. + 2023-01-12 Michal Hoftich * tex4ht-4ht.tex (embedfile-hooks.4ht, usepackage.4ht): declared diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex index 8e86f7e9565..00a281d2785 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex @@ -1,8 +1,8 @@ -% $Id: tex4ht-ooffice.tex 1122 2022-04-28 15:04:04Z michal_h21 $ +% $Id: tex4ht-ooffice.tex 1288 2023-01-19 21:31:12Z karl $ % compile 3 times: latex tex4ht-ooffice % htlatex tex4ht-ooffice "xhtml,4,sections+" % -% Copyright 2009-2022 TeX Users Group +% Copyright 2009-2023 TeX Users Group % Copyright 2001-2009 Eitan M. Gurari % Released under LPPL 1.3c+. % See tex4ht-cpright.tex for license text. @@ -112,7 +112,7 @@ tail>>> \<<< -% Copyright 2009-2022 TeX Users Group +% Copyright 2009-2023 TeX Users Group % Copyright |CopyYear.2001. Maarten Wisse, James Naughton, Eitan M. Gurari | >>> @@ -841,8 +841,8 @@ TeX4ht from \jobname.tex, style:horizontal-pos="center" style:horizontal-rel="paragraph-content" fo:background-color="transparent" - style:background-transparency="100\%" - fo:margin-left="5\%" + style:background-transparency="100\prcnt:ch" + fo:margin-left="5\prcnt:ch" > \Hnewline @@ -3491,7 +3491,7 @@ completelly. draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > \Hnewline @@ -4192,7 +4192,7 @@ a more desirable for translations into MS Word. fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false"/> @@ -4211,11 +4211,11 @@ a more desirable for translations into MS Word. style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline |} @@ -4231,11 +4231,11 @@ a more desirable for translations into MS Word. style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline |} @@ -4251,11 +4251,11 @@ a more desirable for translations into MS Word. style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline |} @@ -4272,11 +4272,11 @@ a more desirable for translations into MS Word. style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline |} @@ -4293,11 +4293,11 @@ a more desirable for translations into MS Word. style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline |} @@ -5530,7 +5530,7 @@ section \<<< \Hnewline -\Hnewline @@ -7514,7 +7514,7 @@ The section style can't be in style.xml? fo:font-style="normal" fo:font-weight="normal" % fo:font-size="75\%" - style:text-position="0\% 100\%" + style:text-position="0\prcnt:ch 100\prcnt:ch" />\Hnewline \Hnewline >>> @@ -7680,7 +7680,7 @@ It seems that it is a best method how to come with solutions that work in the OD \<<< \Configure{makeframed} {\ifvmode\IgnorePar\fi\EndP% - \HCode{\Hnewline + \HCode{\Hnewline }\par\ShowPar% } {\ifvmode\IgnorePar\fi\EndP\HCode{}\par\ShowPar} @@ -7860,7 +7860,7 @@ It seems that it is a best method how to come with solutions that work in the OD \Hnewline <\style:tableproperties - style:rel-width="88\%" + style:rel-width="88\prcnt:ch" fo:margin-left="1cm" fo:margin-right="0cm" fo:margin-top="0.3cm" @@ -8240,7 +8240,7 @@ An approximation is provided here, to be cleaned by xtpipes. \OOstyles{% } @@ -8756,7 +8756,7 @@ style:auto-text-indent="false" style:master-page-name="">\Hnewline \Hnewline \Hnewline \Hnewline @@ -9008,9 +9008,9 @@ referring to names. fo:margin-right="0in" fo:text-indent="-0.2in" style:auto-text-indent="false"/> - + \Hnewline \Hnewline \Hnewline - \Hnewline + \Hnewline - \Hnewline + \Hnewline \Hnewline } >>> @@ -9132,7 +9132,7 @@ fn\the\c@footnote x\minipageNum {\HCode{}} \OOstyles{% \Hnewline - \Hnewline + \Hnewline \Hnewline } \Configure{textsubscript} @@ -9140,7 +9140,7 @@ fn\the\c@footnote x\minipageNum {\HCode{}} \OOstyles{% \Hnewline - \Hnewline + \Hnewline \Hnewline } >>> @@ -9163,7 +9163,7 @@ fn\the\c@footnote x\minipageNum \HLet\TeX\:temp \OOstyles{\Hnewline - + \Hnewline} >>> @@ -9173,7 +9173,7 @@ fn\the\c@footnote x\minipageNum \HLet\LaTeX\:temp \OOstyles{\Hnewline - + \Hnewline} >>> @@ -9743,7 +9743,7 @@ The following configuration does not show. \Hnewline -<\style:tableproperties style:rel-width="46\%" +<\style:tableproperties style:rel-width="46\prcnt:ch" fo:margin-left="1cm" fo:margin-right="0cm" table:align="margins"/>\Hnewline @@ -11356,9 +11356,9 @@ semicolons from catcode changes when loaded, e.g., in french. style:class="text">\Hnewline \Hnewline -\Hnewline -\Hnewline -\Hnewline -\Hnewline - \Hnewline @@ -11658,7 +11658,7 @@ semicolons from catcode changes when loaded, e.g., in french. style:master-page-name="">\Hnewline \Hnewline \Hnewline \Hnewline \Hnewline @@ -12189,7 +12189,7 @@ OO doesn't seem to hono mfenced fo:margin-bottom="0.2cm" /> \Hnewline \Hnewline @@ -12272,7 +12272,7 @@ OO doesn't seem to hono mfenced style:family="text" > \Hnewline \Hnewline \Hnewline @@ -12319,7 +12319,7 @@ OO doesn't seem to hono mfenced \Hnewline \Hnewline } diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht index e6f9c58f259..c1c0b8ded3f 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht @@ -1,5 +1,5 @@ -% html4.4ht (2023-01-01-14:19), generated from tex4ht-html4.tex -% Copyright 2009-2022 TeX Users Group +% html4.4ht (2023-01-10-13:30), generated from tex4ht-html4.tex +% Copyright 2009-2023 TeX Users Group % Copyright 1997-2009 Eitan M. Gurari % % This work may be distributed and/or modified under the @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2023-01-01-14:19} +\immediate\write-1{version 2023-01-10-13:30} \exit:ifnot{8859-6,% CJK,% diff --git a/Master/texmf-dist/tex/generic/tex4ht/ooffice-mml.4ht b/Master/texmf-dist/tex/generic/tex4ht/ooffice-mml.4ht index b6eb18c3e74..0116a018a9d 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/ooffice-mml.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/ooffice-mml.4ht @@ -1,5 +1,5 @@ -% ooffice-mml.4ht (2021-12-09-13:21), generated from tex4ht-ooffice.tex -% Copyright 2009-2021 TeX Users Group +% ooffice-mml.4ht (2023-01-19-13:31), generated from tex4ht-ooffice.tex +% Copyright 2009-2023 TeX Users Group % Copyright 2001-2009 Maarten Wisse, James Naughton, Eitan M. Gurari % % This work may be distributed and/or modified under the @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2021-12-09-13:21} +\immediate\write-1{version 2023-01-19-13:31} \exit:ifnot{Preamble,% amsmath,% @@ -112,7 +112,7 @@ tex4ht} \Hnewline }% @@ -213,8 +213,8 @@ tex4ht} style:horizontal-pos="center" style:horizontal-rel="paragraph-content" fo:background-color="transparent" - style:background-transparency="100\%" - fo:margin-left="5\%" + style:background-transparency="100\prcnt:ch" + fo:margin-left="5\prcnt:ch" > \Hnewline @@ -403,7 +403,7 @@ tex4ht} \Hnewline <\style:tableproperties - style:rel-width="88\%" + style:rel-width="88\prcnt:ch" fo:margin-left="1cm" fo:margin-right="0cm" fo:margin-top="0.3cm" @@ -486,8 +486,6 @@ accent="true">&\#x0332;}% - - @@ -630,6 +628,11 @@ accent="true">&\#x0332;}% + + + + + @@ -754,6 +757,11 @@ accent="true">&\#x0332;}% + + + + + @@ -1069,6 +1077,30 @@ accent="true">&\#x0332;}% + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht b/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht index 9336a937b22..42f8b5a06cd 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht @@ -1,5 +1,5 @@ -% ooffice.4ht (2022-04-28-13:47), generated from tex4ht-ooffice.tex -% Copyright 2009-2022 TeX Users Group +% ooffice.4ht (2023-01-19-13:31), generated from tex4ht-ooffice.tex +% Copyright 2009-2023 TeX Users Group % Copyright 2001-2009 Maarten Wisse, James Naughton, Eitan M. Gurari % % This work may be distributed and/or modified under the @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2022-04-28-13:47} +\immediate\write-1{version 2023-01-19-13:31} \exit:ifnot{Preamble,% algorithmicx,% @@ -357,7 +357,7 @@ xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0"\Hnew style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:adjustment="left" - style:rel-width="25\%" + style:rel-width="25\prcnt:ch" style:color="\#000000"/>\Hnewline \Hnewline @@ -674,7 +674,7 @@ xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0"\Hnew style:master-page-name="">\Hnewline \Hnewline \Hnewline \Hnewline } @@ -2652,9 +2652,9 @@ xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0"\Hnew fo:margin-right="0in" fo:text-indent="-0.2in" style:auto-text-indent="false"/> - + \Hnewline \Hnewline \Hnewline - \Hnewline + \Hnewline - \Hnewline + \Hnewline \Hnewline } \Configure{textsuperscript} @@ -2676,7 +2676,7 @@ style:display-name="Footnote anchor" style:family="text"> {\HCode{}} \OOstyles{% \Hnewline - \Hnewline + \Hnewline \Hnewline } \Configure{textsubscript} @@ -2684,7 +2684,7 @@ style:display-name="Footnote anchor" style:family="text"> {\HCode{}} \OOstyles{% \Hnewline - \Hnewline + \Hnewline \Hnewline } \Configure{centercr} @@ -2694,14 +2694,14 @@ style:display-name="Footnote anchor" style:family="text"> \HLet\TeX\:temp \OOstyles{\Hnewline - + \Hnewline} \def\:temp{L\HCode{}A\HCode{}\TeX} \HLet\LaTeX\:temp \OOstyles{\Hnewline - + \Hnewline} \Configure{newpage}{\par \EndP \IgnorePar @@ -3179,7 +3179,7 @@ style:display-name="Footnote anchor" style:family="text"> draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > style:class="text">\Hnewline style:class="text">\Hnewline fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-style-complex="italic" style:font-weight-complex="bold" /> @@ -3835,7 +3835,7 @@ style:display-name="Footnote anchor" style:family="text"> fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-style-complex="italic" style:font-weight-complex="bold" fo:text-align="end" @@ -3861,7 +3861,7 @@ style:display-name="Footnote anchor" style:family="text"> fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false"/> @@ -3878,7 +3878,7 @@ style:display-name="Footnote anchor" style:family="text"> fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false" @@ -3897,11 +3897,11 @@ style:display-name="Footnote anchor" style:family="text"> style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - \Hnewline @@ -4617,7 +4617,7 @@ style:display-name="Footnote anchor" style:family="text"> draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > style:class="text">\Hnewline style:class="text">\Hnewline fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-style-complex="italic" style:font-weight-complex="bold" /> @@ -5260,7 +5260,7 @@ style:display-name="Footnote anchor" style:family="text"> fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-style-complex="italic" style:font-weight-complex="bold" fo:text-align="end" @@ -5286,7 +5286,7 @@ style:display-name="Footnote anchor" style:family="text"> fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false"/> @@ -5303,7 +5303,7 @@ style:display-name="Footnote anchor" style:family="text"> fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false" @@ -5322,11 +5322,11 @@ style:display-name="Footnote anchor" style:family="text"> style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - \Hnewline @@ -6023,7 +6023,7 @@ style:display-name="Footnote anchor" style:family="text"> draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > style:class="text">\Hnewline style:class="text">\Hnewline fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-style-complex="italic" style:font-weight-complex="bold" /> @@ -6641,7 +6641,7 @@ style:display-name="Footnote anchor" style:family="text"> fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-style-complex="italic" style:font-weight-complex="bold" fo:text-align="end" @@ -6667,7 +6667,7 @@ style:display-name="Footnote anchor" style:family="text"> fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false"/> @@ -6684,7 +6684,7 @@ style:display-name="Footnote anchor" style:family="text"> fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false" @@ -6703,11 +6703,11 @@ style:display-name="Footnote anchor" style:family="text"> style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - \Hnewline @@ -7041,7 +7041,7 @@ style:display-name="Footnote anchor" style:family="text"> fo:font-style="normal" fo:font-weight="normal" % fo:font-size="75\%" - style:text-position="0\% 100\%" + style:text-position="0\prcnt:ch 100\prcnt:ch" />\Hnewline \Hnewline } @@ -7104,6 +7104,7 @@ style:display-name="Footnote anchor" style:family="text"> + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{graphics} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -7214,6 +7215,7 @@ style:display-name="Footnote anchor" style:family="text"> + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsart} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -7653,9 +7655,9 @@ style:display-name="Footnote anchor" style:family="text"> style:class="text">\Hnewline style:class="text">\Hnewline fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-style-complex="italic" style:font-weight-complex="bold" /> @@ -7772,7 +7774,7 @@ style:display-name="Footnote anchor" style:family="text"> fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-style-complex="italic" style:font-weight-complex="bold" fo:text-align="end" @@ -7798,7 +7800,7 @@ style:display-name="Footnote anchor" style:family="text"> fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false"/> @@ -7815,7 +7817,7 @@ style:display-name="Footnote anchor" style:family="text"> fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false" @@ -7834,11 +7836,11 @@ style:display-name="Footnote anchor" style:family="text"> style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline style:parent-style-name="Heading-rtl" style:next-style-name="Text-body-rtl" style:class="text">\Hnewline - \Hnewline @@ -8207,7 +8209,6 @@ style:display-name="Footnote anchor" style:family="text"> \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsbook} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -8236,6 +8237,7 @@ style:display-name="Footnote anchor" style:family="text"> + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsmath} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -8254,7 +8256,6 @@ style:display-name="Footnote anchor" style:family="text"> - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{babel} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -8273,6 +8274,7 @@ Y{0178}\i{00EF}% \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{ngerman} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -8292,7 +8294,6 @@ Y{0178}\i{00EF}% \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{plain} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -8478,6 +8479,7 @@ Y{0178}\i{00EF}% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{biblatex} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -9141,7 +9143,7 @@ Y{0178}\i{00EF}% draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > \Hnewline \Hnewline @@ -9759,7 +9761,7 @@ Y{0178}\i{00EF}% fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-style-complex="italic" style:font-weight-complex="bold" fo:text-align="end" @@ -9785,7 +9787,7 @@ Y{0178}\i{00EF}% fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false"/> @@ -9802,7 +9804,7 @@ Y{0178}\i{00EF}% fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false" @@ -9821,11 +9823,11 @@ Y{0178}\i{00EF}% style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline - \Hnewline @@ -10551,7 +10553,7 @@ Y{0178}\i{00EF}% draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > \Hnewline \Hnewline @@ -11169,7 +11171,7 @@ Y{0178}\i{00EF}% fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-style-complex="italic" style:font-weight-complex="bold" fo:text-align="end" @@ -11195,7 +11197,7 @@ Y{0178}\i{00EF}% fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false"/> @@ -11212,7 +11214,7 @@ Y{0178}\i{00EF}% fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false" @@ -11231,11 +11233,11 @@ Y{0178}\i{00EF}% style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline - \Hnewline @@ -11961,7 +11963,7 @@ Y{0178}\i{00EF}% draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > \Hnewline \Hnewline @@ -12579,7 +12581,7 @@ Y{0178}\i{00EF}% fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-style-complex="italic" style:font-weight-complex="bold" fo:text-align="end" @@ -12605,7 +12607,7 @@ Y{0178}\i{00EF}% fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false"/> @@ -12622,7 +12624,7 @@ Y{0178}\i{00EF}% fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false" @@ -12641,11 +12643,11 @@ Y{0178}\i{00EF}% style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline - \Hnewline @@ -12931,7 +12933,6 @@ Y{0178}\i{00EF}% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{german} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -12954,8 +12955,6 @@ Y{0178}\i{00EF}% - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{fancyvrb} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -13114,6 +13113,7 @@ Y{0178}\i{00EF}% \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{xcolor} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -13173,6 +13173,9 @@ Y{0178}\i{00EF}% + + + @@ -13198,7 +13201,7 @@ Y{0178}\i{00EF}% draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > \Hnewline \Hnewline @@ -14557,7 +14569,7 @@ Y{0178}\i{00EF}% fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-style-complex="italic" style:font-weight-complex="bold" fo:text-align="end" @@ -14583,7 +14595,7 @@ Y{0178}\i{00EF}% fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false"/> @@ -14600,7 +14612,7 @@ Y{0178}\i{00EF}% fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false" @@ -14619,11 +14631,11 @@ Y{0178}\i{00EF}% style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline - \Hnewline @@ -15362,7 +15374,7 @@ Y{0178}\i{00EF}% draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > \Hnewline \Hnewline @@ -15950,7 +15962,7 @@ Y{0178}\i{00EF}% fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-style-complex="italic" style:font-weight-complex="bold" fo:text-align="end" @@ -15976,7 +15988,7 @@ Y{0178}\i{00EF}% fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false"/> @@ -15993,7 +16005,7 @@ Y{0178}\i{00EF}% fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false" @@ -16012,11 +16024,11 @@ Y{0178}\i{00EF}% style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline - \Hnewline @@ -16796,7 +16808,7 @@ Y{0178}\i{00EF}% draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > \Hnewline \Hnewline @@ -17408,7 +17420,7 @@ Y{0178}\i{00EF}% fo:font-weight="bold" fo:margin-top="0.42cm" fo:margin-bottom="0cm" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-style-complex="italic" style:font-weight-complex="bold" fo:text-align="end" @@ -17434,7 +17446,7 @@ Y{0178}\i{00EF}% fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch%" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false"/> @@ -17451,7 +17463,7 @@ Y{0178}\i{00EF}% fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\%" + style:font-size-complex="85\prcnt:ch" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false" @@ -17470,11 +17482,11 @@ Y{0178}\i{00EF}% style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline -\Hnewline - \Hnewline \Hnewline - \Hnewline @@ -18024,6 +18036,7 @@ Y{0178}\i{00EF}% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{g-brief} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -18153,7 +18166,7 @@ Y{0178}\i{00EF}% \Hnewline -<\style:tableproperties style:rel-width="46\%" +<\style:tableproperties style:rel-width="46\prcnt:ch" fo:margin-left="1cm" fo:margin-right="0cm" table:align="margins"/>\Hnewline @@ -18300,6 +18313,7 @@ Y{0178}\i{00EF}% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{jurabib} @@ -18632,6 +18646,7 @@ Y{0178}\i{00EF}% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{pstricks} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -18655,7 +18670,6 @@ Y{0178}\i{00EF}% \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{pst-all} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -18813,7 +18827,7 @@ Y{0178}\i{00EF}% fo:margin-bottom="0.1cm" /> \Hnewline \Hnewline \Hnewline @@ -18831,7 +18845,7 @@ Y{0178}\i{00EF}% fo:margin-bottom="0.2cm" /> \Hnewline \Hnewline @@ -18898,7 +18912,7 @@ Y{0178}\i{00EF}% style:family="text" > \Hnewline \Hnewline \Hnewline @@ -18930,7 +18944,7 @@ Y{0178}\i{00EF}% \Hnewline \Hnewline } @@ -18945,7 +18959,6 @@ Y{0178}\i{00EF}% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{enumerate} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -19054,6 +19067,7 @@ Y{0178}\i{00EF}% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{linguex} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -19106,7 +19120,7 @@ Y{0178}\i{00EF}% draw:style-name="env-frame" text:anchor-type="as-char" % fo:min-width="0.14in" - svg:width="90\%" + svg:width="90\prcnt:ch" draw:z-index="0" > \Hnewline + \HCode{\Hnewline }\par\ShowPar% } {\ifvmode\IgnorePar\fi\EndP\HCode{}\par\ShowPar} @@ -20238,6 +20253,13 @@ Y{0178}\i{00EF}% + + + + + + + -- cgit v1.2.3