summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog16
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex3
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex3
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex19
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html4.4ht5
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht16
-rw-r--r--Master/texmf-dist/tex4ht/ht-fonts/iso8859/5/cm/sauter/wnti.htf131
-rw-r--r--Master/texmf-dist/tex4ht/ht-fonts/win/1251/cm/sauter/wnti.htf131
8 files changed, 51 insertions, 273 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index ef58933f0c4..d311b5455e0 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,19 @@
+2022-02-06 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-fonts-noncjk.tex (
+ .tex4ht.dir/texmf/tex4ht/ht-fonts/win/1251/cm/sauter/wnti.htf
+ .tex4ht.dir/texmf/tex4ht/ht-fonts/iso8859/5/cm/sauter/wnti.htf
+ ): Fixed font tables for the italics Cyrillic Wn font
+ https://puszcza.gnu.org.ua/bugs/?549
+
+ * tex4ht-ooffice.tex (ooffice.4ht): fixed links for the \cite
+ command.
+ https://puszcza.gnu.org.ua/bugs/?547
+
+ * tex4ht-html4.tex (html4.4ht): declare table properties necessary
+ for correct rule support in Longtable.
+ https://tug.org/pipermail/tex4ht/2022q1/003137.html
+
2022-02-04 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-html4.tex (html4.4ht): use CSS grid for Enumitem lists.
diff --git a/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex b/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
index 86616aa9f8b..5696ebd3e97 100644
--- a/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
@@ -1,4 +1,4 @@
-% $Id: mktex4ht-cnf.tex 1038 2021-12-25 19:26:07Z michal_h21 $
+% $Id: mktex4ht-cnf.tex 1069 2022-02-02 14:31:53Z michal_h21 $
% Manually-maintained file, listing *.4ht files created by tex4ht-4ht.tex.
% Read by tex4ht-cond4ht.
%
@@ -265,6 +265,7 @@
\AddFile{9}{paralist}
\AddFile{9}{pifont}
\AddFile{9}{listings}
+\AddFile{9}{tasks}
\AddFile{9}{alphanum}
\AddFile{9}{lineno}
\AddFile{9}{errata}
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index 5df537074c8..ede8404fffc 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1072 2022-02-04 14:15:32Z michal_h21 $
+% $Id: tex4ht-html4.tex 1073 2022-02-06 19:29:41Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -8129,6 +8129,7 @@ and the same for pic tabular. Why?
}<>\HAlign}
\Css{table[rules] {border-left:solid black 0.4pt;
border-right:solid black 0.4pt; }}
+\Css{table.longtable{border-collapse: collapse; border-spacing: 0;}}
\Configure{longtable}
{\IgnorePar\EndP
\HCode{|<show input line no|><div class="longtable">}%
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
index 29e849348fb..0395dadac0a 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-ooffice.tex 1059 2022-01-19 14:11:34Z michal_h21 $
+% $Id: tex4ht-ooffice.tex 1074 2022-02-06 19:43:26Z michal_h21 $
% compile 3 times: latex tex4ht-ooffice
% htlatex tex4ht-ooffice "xhtml,4,sections+"
%
@@ -2864,8 +2864,25 @@ change the configuration slightly. We modify directly the
\subsection{cite}
%%%%%%%%%%%%%%%%%%%
+This version of Cite produces links, but not speciall bibliography
+field in the ODT file. I don't know if it is important, I think
+functional link is better.
+
\<configure ooffice latex\><<<
\Configure{cite}
+ {}
+ {}
+ {\Link} {\EndLink}
+\let\lat:cite\@cite
+\def\@cite#1#2{{#1\if@tempswa , #2\fi}}
+>>>
+
+This version of cite is post-processed by Xtpipes, which
+removes links from citation to the bibliography, and
+introduce extra square brackets. I don't understand why.
+
+\<\><<<
+\Configure{cite}
{\HCode{<text:bibliography-mark
text:bibliography-type="custom1">}}
{\HCode{</text:bibliography-mark>}}
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
index 5fa26205272..94bd675aca6 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
@@ -1,4 +1,4 @@
-% html4.4ht (2022-02-04-14:38), generated from tex4ht-html4.tex
+% html4.4ht (2022-02-06-13:26), generated from tex4ht-html4.tex
% Copyright 2009-2022 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-02-04-14:38}
+\immediate\write-1{version 2022-02-06-13:26}
\exit:ifnot{8859-6,%
CJK,%
@@ -21047,6 +21047,7 @@ Y{0178}\i{00EF}%
}<>\HAlign}
\Css{table[rules] {border-left:solid black 0.4pt;
border-right:solid black 0.4pt; }}
+\Css{table.longtable{border-collapse: collapse; border-spacing: 0;}}
\Configure{longtable}
{\IgnorePar\EndP
\HCode{<!--l. \the\inputlineno-->%
diff --git a/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht b/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
index 2aea0dd09cc..00526c571ed 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
@@ -1,4 +1,4 @@
-% ooffice.4ht (2022-01-19-13:43), generated from tex4ht-ooffice.tex
+% ooffice.4ht (2022-02-06-13:26), generated from tex4ht-ooffice.tex
% Copyright 2009-2022 TeX Users Group
% Copyright 2001-2009 Maarten Wisse, James Naughton, Eitan M. Gurari
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-01-19-13:43}
+\immediate\write-1{version 2022-02-06-13:26}
\exit:ifnot{Preamble,%
algorithmicx,%
@@ -1431,9 +1431,8 @@ xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0"\Hnew
</style:style>
}
\Configure{cite}
- {\HCode{<text:bibliography-mark
- text:bibliography-type="custom1">}}
- {\HCode{</text:bibliography-mark>}}
+ {}
+ {}
{\Link} {\EndLink}
\let\lat:cite\@cite
\def\@cite#1#2{{#1\if@tempswa , #2\fi}}
@@ -13126,8 +13125,6 @@ Y{0178}\i{00EF}%
-
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{verse}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -13274,6 +13271,7 @@ Y{0178}\i{00EF}%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{apacite}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19783,6 +19781,7 @@ Y{0178}\i{00EF}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{alphanum}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19899,6 +19898,7 @@ Y{0178}\i{00EF}%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{footmisc}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19998,6 +19998,7 @@ Y{0178}\i{00EF}%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{soul}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -20146,7 +20147,6 @@ Y{0178}\i{00EF}%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{framed}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/Master/texmf-dist/tex4ht/ht-fonts/iso8859/5/cm/sauter/wnti.htf b/Master/texmf-dist/tex4ht/ht-fonts/iso8859/5/cm/sauter/wnti.htf
index af8de50d86e..76dbc9ee36d 100644
--- a/Master/texmf-dist/tex4ht/ht-fonts/iso8859/5/cm/sauter/wnti.htf
+++ b/Master/texmf-dist/tex4ht/ht-fonts/iso8859/5/cm/sauter/wnti.htf
@@ -1,132 +1,3 @@
-wnti 0 127
-'\170\' '' 0 %
-'\169\' '' 1 % wnti.htf iso-8859-5 2020-05-27-14:14 %
-'\175\' '' 2 % Copyright 2000-2009 Eitan M. Gurari %
-'\205\' '' 3 %
-'\166\' '' 4 % This work may be distributed and/or modified under the conditions
-'\164\' '' 5 % of the LaTeX Project Public License, either version 1.3 of this
-'&#x00AB;' '' 6 % license or (at your option) any later version. The latest version
-'\162\' '' 7 % of this license is in http://www.latex-project.org/lppl.txt and
-'\250\' '' 8 % version 1.3 or later is part of all distributions of LaTeX version
-'\249\' '' 9 % 2003/12/01 or later.
-'\227\' '' 10 % This work has the LPPL maintenance status "maintained".
-'\237\' '' 11 % Current Maintainer of this work is the TeX4ht Project.
-'\246\' '' 12 %
-'\244\' '' 13 % If you modify this file, changing the
-'\251\' '' 14 % version identification would be appreciated.
-'\242\' '' 15 %
-'\206\' '' 16 % tex4ht@tug.org
-'\182\' '' 17 % https://tug.org/tex4ht
-'\185\' '' 18 %
-'\161\' '' 19
-'V' '1' 20
-'Q' '1' 21
-'S' '' 22
-'\207\' '' 23
-'\238\' '' 24
-'\214\' '' 25
-'\217\' '' 26
-'' '' 27
-'' '' 28
-'&#x00AB;' '' 29
-'&#x00BB;' '' 30
-'\239\' '' 31
-'' '' 32
-'!' '' 33
-'&quot;' '' 34
-'b' '1' 35
-'' '' 36
-'%' '' 37
-'\39\' '' 38
-'\39\' '' 39
-'&#x0028;' '' 40
-'&#x0029;' '' 41
-'*' '' 42
-'D' '1' 43
-',' '' 44
-'-' '' 45
-'.' '' 46
-'/' '' 47
-'0' '' 48
-'1' '' 49
-'2' '' 50
-'3' '' 51
-'4' '' 52
-'5' '' 53
-'6' '' 54
-'7' '' 55
-'8' '' 56
-'9' '' 57
-':' '' 58
-';' '' 59
-'&#x003C;&#x003C;' '1' 60
-'i' '1' 61
-'&#x003E;&#x003E;' '1' 62
-'?' '' 63
-'' '' 64
-'\176\' '' 65
-'\177\' '' 66
-'\198\' '' 67
-'\180\' '' 68
-'\181\' '' 69
-'\196\' '' 70
-'\179\' '' 71
-'\197\' '' 72
-'\184\' '' 73
-'\168\' '' 74
-'\186\' '' 75
-'&#x00BB;' '' 76
-'\188\' '' 77
-'\189\' '' 78
-'&#0382;' '' 79
-'\198\' '' 80
-'\199\' '' 81
-'\192\' '' 82
-'\193\' '' 83
-'\194\' '' 84
-'\195\' '' 85
-'\178\' '' 86
-'\201\' '' 87
-'\200\' '' 88
-'\203\' '' 89
-'\205\' '' 90
-'[' '' 91
-'&quot;' '' 92
-']' '' 93
-'\204\' '' 94
-'\202\' '' 95
-'\96\' '' 96
-'\208\' '' 97
-'\209\' '' 98
-'\230\' '' 99
-'6' '1' 100
-'\213\' '' 101
-'\228\' '' 102
-'s' '1' 103
-'\229\' '' 104
-'\104\' '' 105
-'\248\' '' 106
-'\218\' '' 107
-'\212\' '' 108
-'\220\' '' 109
-'\221\' '' 110
-'\222\' '' 111
-'\223\' '' 112
-'\231\' '' 113
-'\224\' '' 114
-'\225\' '' 115
-'m' '' 116
-'\227\' '' 117
-'\210\' '' 118
-'\233\' '' 119
-'\232\' '' 120
-'\235\' '' 121
-'\237\' '' 122
-'-' '' 123
-'-' '' 124
-'\240\' '' 125
-'\236\' '' 126
-'\234\' '' 127
-wnti 0 127
+.wncyr
htfcss: wnti font-style: italic;
diff --git a/Master/texmf-dist/tex4ht/ht-fonts/win/1251/cm/sauter/wnti.htf b/Master/texmf-dist/tex4ht/ht-fonts/win/1251/cm/sauter/wnti.htf
index 1fcf7536c7f..76dbc9ee36d 100644
--- a/Master/texmf-dist/tex4ht/ht-fonts/win/1251/cm/sauter/wnti.htf
+++ b/Master/texmf-dist/tex4ht/ht-fonts/win/1251/cm/sauter/wnti.htf
@@ -1,132 +1,3 @@
-wnti 0 127
-'&#0338;' '' 0 %
-'&#0352;' '' 1 % wnti.htf windows 2020-05-27-14:14 %
-'\143\' '' 2 % Copyright 2000-2009 Eitan M. Gurari %
-'\221\' '' 3 %
-'\178\' '' 4 % This work may be distributed and/or modified under the conditions
-'\170\' '' 5 % of the LaTeX Project Public License, either version 1.3 of this
-'\142\' '' 6 % license or (at your option) any later version. The latest version
-'\128\' '' 7 % of this license is in http://www.latex-project.org/lppl.txt and
-'&#0339;' '' 8 % version 1.3 or later is part of all distributions of LaTeX version
-'&#0353;' '' 9 % 2003/12/01 or later.
-'\211\' '' 10 % This work has the LPPL maintenance status "maintained".
-'\246\' '1' 11 % Current Maintainer of this work is the TeX4ht Project.
-'\179\' '' 12 %
-'\186\' '' 13 % If you modify this file, changing the
-'\158\' '' 14 % version identification would be appreciated.
-'\144\' '' 15 %
-'\222\' '' 16 % tex4ht@tug.org
-'\198\' '' 17 % https://tug.org/tex4ht
-'\201\' '' 18 %
-'\168\' '' 19
-'V' '1' 20
-'O' '1' 21
-'S' '' 22
-'\223\' '' 23
-'\254\' '' 24
-'\230\' '' 25
-'\233\' '' 26
-'\184\' '' 27
-'v' '1' 28
-'o' '1' 29
-'s' '' 30
-'\255\' '' 31
-'-' '' 32
-'!' '' 33
-'&#8221;' '' 34
-'b' '1' 35
-'' '' 36
-'%' '' 37
-'\39\' '' 38
-'&#8217;' '' 39
-'(' '' 40
-')' '' 41
-'*' '' 42
-'D' '1' 43
-',' '' 44
-'-' '' 45
-'.' '' 46
-'/' '' 47
-'0' '' 48
-'1' '' 49
-'2' '' 50
-'3' '' 51
-'4' '' 52
-'5' '' 53
-'6' '' 54
-'7' '' 55
-'8' '' 56
-'9' '' 57
-':' '' 58
-';' '' 59
-'&#x00AB;' '' 60
-'i' '1' 61
-'&#x00BB;' '' 62
-'?' '' 63
-'' '' 64
-'\192\' '' 65
-'\193\' '' 66
-'\214\' '' 67
-'\196\' '' 68
-'\197\' '' 69
-'\212\' '' 70
-'\195\' '' 71
-'\213\' '' 72
-'\200\' '' 73
-'\163\' '' 74
-'\202\' '' 75
-'\203\' '' 76
-'\204\' '' 77
-'\205\' '' 78
-'\206\' '' 79
-'\214\' '' 80
-'\215\' '' 81
-'\208\' '' 82
-'\209\' '' 83
-'\210\' '' 84
-'\211\' '' 85
-'\194\' '' 86
-'\217\''' 87
-'\216\' '' 88
-'\219\' '' 89
-'\199\' '' 90
-'[' '' 91
-'&quot;' '' 92
-']' '' 93
-'\220\' '' 94
-'\218\' '' 95
-'&#8216;' '' 96
-'\224\' '' 97
-'\225\' '' 98
-'\246\' '' 99
-'6' '1' 100
-'\186\' '' 101
-'\244\' '' 102
-'s' '1' 103
-'\245\' '' 104
-'\246\' '' 105
-'\188\' '' 106
-'\234\' '' 107
-'\235\' '' 108
-'\236\' '' 109
-'\237\' '' 110
-'\238\' '' 111
-'\239\' '' 112
-'\247\' '' 113
-'\240\' '' 114
-'\241\' '' 115
-'m' '' 116
-'\243\' '' 117
-'\226\' '' 118
-'\249\' '' 119
-'\248\' '' 120
-'\251\' '' 121
-'\253\' '' 122
-'&#8211;' '' 123
-'&#8212;''' 124
-'\185\' '' 125
-'\252\' '' 126
-'\250\' '' 127
-wnti 0 127
+.wncyr
htfcss: wnti font-style: italic;