From f749a4183804935d173ab87e3fd7de4b1d593fa2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 28 Jul 2023 21:18:01 +0000 Subject: xskak fixes, tex4ht r1352; skaknew font fixes, tex4ht r1351; mathabx support,tex4ht r1350 git-svn-id: svn://tug.org/texlive/trunk@67757 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/generic/tex4ht/ChangeLog | 15 + .../source/generic/tex4ht/tex4ht-4ht.tex | 15 +- .../source/generic/tex4ht/tex4ht-fonts-noncjk.tex | 803 ++++++++++++++++++++- Master/texmf-dist/tex/generic/tex4ht/xskak.4ht | 17 +- .../tex4ht/ht-fonts/unicode/mathabx/matha.htf | 255 +++++++ .../tex4ht/ht-fonts/unicode/mathabx/mathb.htf | 259 +++++++ .../tex4ht/ht-fonts/unicode/mathabx/mathx.htf | 259 +++++++ .../tex4ht/ht-fonts/unicode/misc/SkakNew.htf | 12 +- 8 files changed, 1609 insertions(+), 26 deletions(-) create mode 100644 Master/texmf-dist/tex4ht/ht-fonts/unicode/mathabx/matha.htf create mode 100644 Master/texmf-dist/tex4ht/ht-fonts/unicode/mathabx/mathb.htf create mode 100644 Master/texmf-dist/tex4ht/ht-fonts/unicode/mathabx/mathx.htf diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 10b01a415d4..ca3df845bdd 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,18 @@ +2023-07-28 Michal Hoftich + + * tex4ht-4ht.tex (xskak.4ht): removed redefiniton of \mainline and + added optional argument for \newchessgame. + + * tex4ht-fonts-noncjk.tex ( + ./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/misc/SkakNew.htf + ): fixed some wrong characters. + + * tex4ht-fonts-noncjk.tex ( + ./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/mathabx/matha.htf + ./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/mathabx/mathb.htf + ./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/mathabx/mathx.htf + ): added support for Mathabx fonts. Thanks to Arkady Benediktov. + 2023-07-25 Michal Hoftich * tex4ht-4ht.tex (usepackage.4ht, mathtools-hooks.4ht): fixed diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index 5e2194d73c0..a3f229f1f50 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1349 2023-07-25 14:28:00Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1352 2023-07-28 18:30:37Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2023 TeX Users Group @@ -34228,7 +34228,7 @@ of \''\:temp' below. \<<< % xskak.4ht (|version), generated from |jobname.tex -% Copyright 2022 TeX Users Group +% Copyright 2022-2023 TeX Users Group | | | @@ -34259,7 +34259,10 @@ be used for calculation of vertical alignment. %\a:mainline\Picture*[\detokenize{#1}]{ style="\:xskakdepth"}\box0\EndPicture\b:mainline% \a:mainline\box0\b:mainline% } -\HLet\mainline\:tempa +% I've found that mainline redefinition can lead to compilation errors +% As it prints text and chess symbols are retrieved from SkakNew.htf, maybe we don't need +% to compile it to image at all, unless we get further bug reports. +% \HLet\mainline\:tempa \NewConfigure{xskakget}{2} \def\:tempa#1{% @@ -34278,15 +34281,15 @@ because >>> \<<< -\def\:tempa{% +\newcommand\:newchessgame[1][]{% % reset to the original version of \chessboard \let\:currchesboard\chessboard \let\chessboard\o:chessboard:% - \o:newchessgame:% + \o:newchessgame:[#1]% % set the TeX4ht version of \chessboard back \let\chessboard\:currchesboard } -\HLet\newchessgame\:tempa +\HLet\newchessgame\:newchessgame >>> diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex index 2491c8a7ad8..14766b8bd34 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex @@ -1,8 +1,8 @@ -% $Id: tex4ht-fonts-noncjk.tex 1346 2023-07-06 12:55:30Z michal_h21 $ +% $Id: tex4ht-fonts-noncjk.tex 1351 2023-07-28 18:19:42Z michal_h21 $ % tex tex4ht-fonts-noncjk % or ht tex tex4ht-fonts-noncjk % -% Copyright 2009-2022 TeX Users Group +% Copyright 2009-2023 TeX Users Group % Copyright 1997-2009 Eitan M. Gurari % Released under LPPL 1.3c+. % See tex4ht-cpright.tex for license text. @@ -52435,11 +52435,11 @@ SkakNew 32 121 ` '-+' '' 105 '=' '' 10 '∞' '' 107 -'⎯' '1' 108 -'⌗' '' 109 +'鄵' '1' 108 +'#' '' 109 '=∞' '1' 110 'o' '1' 111 -'♙' '' 112 +'頗' '' 112 'q' '1' 113 'r' '1' 114 's' '1' 115 @@ -52447,8 +52447,8 @@ SkakNew 32 121 ` 'u' '1' 117 'v' '1' 118 'w' '1' 119 -'╳' '' 120 -'◯' '' 121 +'閇' '' 120 +'霑' '' 121 SkakNew 32 121 >>> \AddFont{skak-new}{unicode/misc/SkakNew} @@ -66997,8 +66997,797 @@ htfcss: mdbchro7t font-style: italic; \AddFont{mdbchro7t}{alias/mathdesign/mdbchro7t} +%%%%%%%%%%%%%%%% +\Section{Mathabx} +%%%%%%%%%%%%%%%% +Math fonts by Anthony Phan + + +\<<< +matha 0 251 % matha.htf +'+' '' 0 % Copyright 2023 TeX Users Group +'−' '' 1 % +'×' '' 2 % This work may be distributed and/or modified under the +'÷' '' 3 % conditions of the LaTeX Project Public License, either +'·' '' 4 % version 1.3c of this license or (at your option) any +'◦' '' 5 % later version. The latest version of this license is in +'∗' '' 6 % http://www.latex-project.org/lppl.txt +'∗' '' 7 % and version 1.3c or later is part of all distributions +'±' '' 8 % of LaTeX version 2005/12/01 or later. +'∓' '' 9 % +'⋉' '' 10 % This work has the LPPL maintenance status "maintained". +'⋊' '' 11 % +'◇' '' 12 % The Current Maintainer of this work +'•' '' 13 % is the TeX4ht Project . +'★' '' 14 % +'✶' '' 15 % If you modify this program, changing the +'=' '' 16 % version identification would be appreciated. +'≡' '' 17 +'∼' '' 18 +'≈' '' 19 +'≃' '' 20 +'≅' '' 21 +'≍' '' 22 +'∣' '' 23 +'≠' '' 24 +'≢' '' 25 +'≁' '' 26 +'≉' '' 27 +'≄' '' 28 +'≇' '' 29 +'≭' '' 30 +'∤' '' 31 +'¬' '' 32 +'≪' '' 33 +'≫' '' 34 +'⋕' '' 35 +'⊢' '' 36 +'⊣' '' 37 +'⊬' '' 38 +'' '1' 39 +'⊨' '' 40 +'⫤' '' 41 +'⊭' '' 42 +'' '1' 43 +'⊩' '' 44 +'⫣' '' 45 +'⊮' '' 46 +'' '1' 47 +'°' '' 48 +'′' '' 49 +'″' '' 50 +'‴' '' 51 +'⁗' '' 52 +'♭' '' 53 +'♮' '' 54 +'♯' '' 55 +'∞' '' 56 +'∝' '' 57 +'†' '' 58 +'‡' '' 59 +'∑' '' 60 +'∏' '' 61 +'∐' '' 62 +'√' '' 63 +'∀' '' 64 +'∁' '' 65 +'∂' '' 66 +'' '1' 67 +'∃' '' 68 +'∄' '' 69 +'Ⅎ' '' 70 +'⅁' '' 71 +'∅' '' 72 +'⌀' '' 73 +'⊤' '' 74 +'⊥' '' 75 +'' '1' 76 +'' '1' 77 +'⋏' '' 78 +'⋎' '' 79 +'∈' '' 80 +'∋' '' 81 +'∉' '' 82 +'∌' '' 83 +'∉' '' 84 +'∌' '' 85 +'⋶' '' 86 +'⋸' '' 87 +'⋂' '' 88 +'⋃' '' 89 +'⨄' '' 90 +'⨅' '' 91 +'⨆' '' 92 +'' '1' 93 +'∧' '' 94 +'∨' '' 95 +'⊕' '' 96 +'⊖' '' 97 +'⊗' '' 98 +'⨸' '' 99 +'⊙' '' 100 +'⊚' '' 101 +'⊛' '' 102 +'⊛' '' 103 +'' '1' 104 +'' '1' 105 +'' '1' 106 +'⦺' '' 107 +'○' '' 108 +'⊘' '' 109 +'⍉' '' 110 +'🟕' '' 111 +'(' '' 112 +')' '' 113 +'[' '' 114 +']' '' 115 +'{' '' 116 +'}' '' 117 +'⟦' '' 118 +'⟧' '' 119 +'⟨' '' 120 +'⟩' '' 121 +'\' '' 122 +'/' '' 123 +'|' '' 124 +'‖' '' 125 +'⫴' '' 126 +'|' '' 127 +'⊂' '' 128 +'⊃' '' 129 +'⊄' '' 130 +'⊅' '' 131 +'⊆' '' 132 +'⊇' '' 133 +'⊈' '' 134 +'⊉' '' 135 +'⊊' '' 136 +'⊋' '' 137 +'' '1' 138 +'' '1' 139 +'⫅' '' 140 +'⫆' '' 141 +'' '1' 142 +'' '1' 143 +'⫋' '' 144 +'⫌' '' 145 +'' '1' 146 +'' '1' 147 +'⋐' '' 148 +'⋑' '' 149 +'' '1' 150 +'' '1' 151 +'⊲' '' 152 +'⊳' '' 153 +'⋪' '' 154 +'⋫' '' 155 +'⊴' '' 156 +'⊵' '' 157 +'⋬' '' 158 +'⋭' '' 159 +'<' '' 160 +'>' '' 161 +'≮' '' 162 +'≯' '' 163 +'⩽' '' 164 +'⩾' '' 165 +'≰' '' 166 +'≱' '' 167 +'≤' '' 168 +'≥' '' 169 +'≰' '' 170 +'≱' '' 171 +'⪇' '' 172 +'⪈' '' 173 +'≦' '' 174 +'≧' '' 175 +'' '1' 176 +'' '1' 177 +'≨' '' 178 +'≩' '' 179 +'≨' '' 180 +'≩' '' 181 +'⋜' '' 182 +'⋝' '' 183 +'' '1' 184 +'' '1' 185 +'≶' '' 186 +'≷' '' 187 +'⋚' '' 188 +'⋛' '' 189 +'⪋' '' 190 +'⪌' '' 191 +'≲' '' 192 +'≳' '' 193 +'≴' '' 194 +'≵' '' 195 +'⋦' '' 196 +'⋧' '' 197 +'⪅' '' 198 +'⪆' '' 199 +'' '1' 200 +'' '1' 201 +'⪉' '' 202 +'⪊' '' 203 +'⋖' '' 204 +'⋗' '' 205 +'⪡' '' 206 +'⪢' '' 207 +'←' '' 208 +'→' '' 209 +'↑' '' 210 +'↓' '' 211 +'↖' '' 212 +'↗' '' 213 +'↙' '' 214 +'↘' '' 215 +'↔' '' 216 +'↕' '' 217 +'↚' '' 218 +'↛' '' 219 +'↮' '' 220 +'⎯' '' 221 +'⊦' '' 222 +'⫞' '' 223 +'↼' '' 224 +'⇀' '' 225 +'↽' '' 226 +'⇁' '' 227 +'↿' '' 228 +'⇃' '' 229 +'↾' '' 230 +'⇂' '' 231 +'⇋' '' 232 +'⇌' '' 233 +'⥮' '' 234 +'⥯' '' 235 +'' '1' 236 +'' '1' 237 +'' '1' 238 +'' '1' 239 +'⇐' '' 240 +'⇒' '' 241 +'⇑' '' 242 +'⇓' '' 243 +'⇔' '' 244 +'⇕' '' 245 +'⇍' '' 246 +'⇏' '' 247 +'⇎' '' 248 +'═' '' 249 +'' '1' +'' '1' +matha 0 251 +>>> + +\AddFont{matha}{unicode/mathabx/matha} + +\<<< +mathb 0 255 % mathb.htf +'∔' '' 0 % Copyright 2023 TeX Users Group +'∸' '' 1 % +'⨰' '' 2 % This work may be distributed and/or modified under the +'⨪' '' 3 % conditions of the LaTeX Project Public License, either +'·' '' 4 % version 1.3c of this license or (at your option) any +'▫' '' 5 % later version. The latest version of this license is in +'*' '' 6 % http://www.latex-project.org/lppl.txt +'*' '' 7 % and version 1.3c or later is part of all distributions +'⨢' '' 8 % of LaTeX version 2005/12/01 or later. +'⌖' '' 9 % +'✳' '' 10 % This work has the LPPL maintenance status "maintained". +'⋇' '' 11 % +'⬩' '' 12 % The Current Maintainer of this work +'▪' '' 13 % is the TeX4ht Project . +'★' '' 14 % +'✶' '' 15 % If you modify this program, changing the +'≐' '' 16 % version identification would be appreciated. +'⩦' '' 17 +'≑' '' 18 +'≓' '' 19 +'≒' '' 20 +'≔' '' 21 +'≕' '' 22 +'' '1' 23 +'' '1' 24 +'' '1' 25 +'≗' '' 26 +'≖' '' 27 +'≜' '' 28 +'' '1' 29 +'' '1' 30 +'' '1' 31 +'≬' '' 32 +'⏝' '' 33 +'⏜' '' 34 +'⧣' '' 35 +'⋋' '' 36 +'⋌' '' 37 +'⋔' '' 38 +'⨝' '' 39 +'⊫' '' 40 +'⫥' '' 41 +'⊯' '' 42 +'' '1' 43 +'⊪' '' 44 +'' '1' 45 +'' '1' 46 +'' '1' 47 +'' '1' 48 +'' '1' 49 +'' '1' 50 +'' '1' 51 +'' '1' 52 +'' '1' 53 +'∴' '' 54 +'∵' '' 55 +'˚' '' 56 +'˙' '' 57 +'¨' '' 58 +'…' '' 59 +'' '1' 60 +'∠' '' 61 +'∡' '' 62 +'∢' '' 63 +'☉' '' 64 +'☿' '' 65 +'♀' '' 66 +'🜨' '' 67 +'♂' '' 68 +'♃' '' 69 +'♄' '' 70 +'⛢' '' 71 +'♆' '' 72 +'♇' '' 73 +'♁' '' 74 +'☾' '' 75 +'☽' '' 76 +'○' '' 77 +'●' '' 78 +'' '1' 79 +'♈' '' 80 +'♉' '' 81 +'♊' '' 82 +'♋' '' 83 +'♌' '' 84 +'♍' '' 85 +'♎' '' 86 +'♏' '' 87 +'⊼' '' 88 +'⊻' '' 89 +'⩞' '' 90 +'⩣' '' 91 +'⋒' '' 92 +'⋓' '' 93 +'⩎' '' 94 +'⩏' '' 95 +'⊞' '' 96 +'⊟' '' 97 +'⊠' '' 98 +'' '1' 99 +'⊡' '' 100 +'⧇' '' 101 +'⧆' '' 102 +'⧆' '' 103 +'' '1' 104 +'' '1' 105 +'' '1' 106 +'' '1' 107 +'□' '' 108 +'⧄' '' 109 +'⧅' '' 110 +'' '1' 111 +'(' '' 112 +')' '' 113 +'⎡' '' 114 +'⎤' '' 115 +'⎣' '' 116 +'⎦' '' 117 +'' '1' 118 +'' '1' 119 +'⌜' '' 120 +'⌝' '' 121 +'⌞' '' 122 +'⌟' '' 123 +'\' '' 124 +'/' '' 125 +'|' '' 126 +'/' '' 127 +'⊏' '' 128 +'⊐' '' 129 +'' '1' 130 +'' '1' 131 +'⊑' '' 132 +'⊒' '' 133 +'⋢' '' 134 +'⋣' '' 135 +'⋤' '' 136 +'⋥' '' 137 +'' '1' 138 +'' '1' 139 +'' '1' 140 +'' '1' 141 +'' '1' 142 +'' '1' 143 +'' '1' 144 +'' '1' 145 +'' '1' 146 +'' '1' 147 +'' '1' 148 +'' '1' 149 +'' '1' 150 +'' '1' 151 +'▵' '' 152 +'▿' '' 153 +'◃' '' 154 +'▹' '' 155 +'▴' '' 156 +'▾' '' 157 +'◂' '' 158 +'▸' '' 159 +'≺' '' 160 +'≻' '' 161 +'⊀' '' 162 +'⊁' '' 163 +'≼' '' 164 +'≽' '' 165 +'' '1' 166 +'' '1' 167 +'⪯' '' 168 +'⪰' '' 169 +'' '1' 170 +'' '1' 171 +'⪱' '' 172 +'⪲' '' 173 +'⪳' '' 174 +'⪴' '' 175 +'' '1' 176 +'' '1' 177 +'⪵' '' 178 +'⪶' '' 179 +'⪵' '' 180 +'⪶' '' 181 +'⋞' '' 182 +'⋟' '' 183 +'' '1' 184 +'' '1' 185 +'' '1' 186 +'' '1' 187 +'' '1' 188 +'' '1' 189 +'' '1' 190 +'' '1' 191 +'≾' '' 192 +'≿' '' 193 +'' '1' 194 +'' '1' 195 +'⋨' '' 196 +'⋩' '' 197 +'⪷' '' 198 +'⪸' '' 199 +'' '1' 200 +'' '1' 201 +'⪹' '' 202 +'⪺' '' 203 +'' '1' 204 +'' '1' 205 +'⪻' '' 206 +'⪼' '' 207 +'⇇' '' 208 +'⇉' '' 209 +'⇈' '' 210 +'⇊' '' 211 +'⇆' '' 212 +'⇄' '' 213 +'⇅' '' 214 +'⇵' '' 215 +'⥢' '' 216 +'⥤' '' 217 +'⥣' '' 218 +'⥥' '' 219 +'⥪' '' 220 +'⥬' '' 221 +'⥫' '' 222 +'⥭' '' 223 +'⥊' '' 224 +'⥋' '' 225 +'ʾ' '' 226 +'ʿ' '' 227 +'/' '' 228 +'\' '' 229 +'' '1' 230 +'' '1' 231 +'↰' '' 232 +'↱' '' 233 +'↲' '' 234 +'↳' '' 235 +'↫' '' 236 +'↬' '' 237 +'' '1' 238 +'' '1' 239 +'⤺' '' 240 +'↷' '' 241 +'' '1' 242 +'' '1' 243 +'⤻' '' 244 +'' '1' 245 +'↺' '' 246 +'↻' '' 247 +'⇜' '' 248 +'⇝' '' 249 +'' '1' 250 +'' '1' 251 +'' '1' 252 +'⟲' '' 253 +'' '1' 254 +'' '1' 255 +mathb 0 255 +>>> + +\AddFont{mathb}{unicode/mathabx/mathb} + +\<<< +mathx 0 255 % mathx.htf +'(' '' 0 % Copyright 2023 TeX Users Group +'(' '' 1 % +'(' '' 2 % This work may be distributed and/or modified under the +'(' '' 3 % conditions of the LaTeX Project Public License, either +'⎛' '' 4 % version 1.3c of this license or (at your option) any +'⎝' '' 5 % later version. The latest version of this license is in +'|' '' 6 % http://www.latex-project.org/lppl.txt +'|' '' 7 % and version 1.3c or later is part of all distributions +')' '' 8 % of LaTeX version 2005/12/01 or later. +')' '' 9 % +')' '' 10 % This work has the LPPL maintenance status "maintained". +')' '' 11 % +'⎞' '' 12 % The Current Maintainer of this work +'⎠' '' 13 % is the TeX4ht Project . +'|' '' 14 % +'‖' '' 15 % If you modify this program, changing the +'[' '' 16 % version identification would be appreciated. +'[' '' 17 +'[' '' 18 +'[' '' 19 +'⌈' '' 20 +'⌊' '' 21 +'|' '' 22 +'⫴' '' 23 +']' '' 24 +']' '' 25 +']' '' 26 +']' '' 27 +'⌉' '' 28 +'⌋' '' 29 +'|' '' 30 +'|' '' 31 +'{' '' 32 +'{' '' 33 +'{' '' 34 +'{' '' 35 +'⎧' '' 36 +'⎩' '' 37 +'⎨' '' 38 +'|' '' 39 +'}' '' 40 +'}' '' 41 +'}' '' 42 +'}' '' 43 +'⎫' '' 44 +'⎭' '' 45 +'⎬' '' 46 +'|' '' 47 +'⟦' '' 48 +'⟦' '' 49 +'⟦' '' 50 +'⟦' '' 51 +'' '1' 52 +'' '1' 53 +'‖' '' 54 +'' '1' 55 +'⟧' '' 56 +'⟧' '' 57 +'⟧' '' 58 +'⟧' '' 59 +'' '1' 60 +'' '1' 61 +'‖' '' 62 +'' '1' 63 +'⟨' '' 64 +'⟨' '' 65 +'⟨' '' 66 +'⟨' '' 67 +'⟩' '' 68 +'⟩' '' 69 +'⟩' '' 70 +'⟩' '' 71 +'\' '' 72 +'\' '' 73 +'\' '' 74 +'\' '' 75 +'/' '' 76 +'/' '' 77 +'/' '' 78 +'/' '' 79 +'⎡' '' 80 +'⎡' '' 81 +'⎡' '' 82 +'⎡' '' 83 +'⎤' '' 84 +'⎤' '' 85 +'⎤' '' 86 +'⎤' '' 87 +'⎣' '' 88 +'⎣' '' 89 +'⎣' '' 90 +'⎣' '' 91 +'⎦' '' 92 +'⎦' '' 93 +'⎦' '' 94 +'⎦' '' 95 +'√' '' 96 +'√' '' 97 +'√' '' 98 +'√' '' 99 +'' '1' 100 +'⎷' '' 101 +'⎹' '' 102 +'┌' '' 103 +'◜' '' 104 +'⏞' '' 105 +'◝' '' 106 +'⎯' '' 107 +'◟' '' 108 +'⏟' '' 109 +'◞' '' 110 +'⎯' '' 111 +'ˆ' '' 112 +'ˇ' '' 113 +'˜' '' 114 +'¯' '' 115 +'→' '' 116 +'⁀' '' 117 +'(' '' 118 +')' '' 119 +'ˆ' '' 120 +'ˆ' '' 121 +'ˆ' '' 122 +'ˆ' '' 123 +'ˇ' '' 124 +'ˇ' '' 125 +'ˇ' '' 126 +'ˇ' '' 127 +'˜' '' 128 +'˜' '' 129 +'˜' '' 130 +'˜' '' 131 +'¯' '' 132 +'¯' '' 133 +'¯' '' 134 +'¯' '' 135 +'→' '' 136 +'→' '' 137 +'→' '' 138 +'→' '' 139 +'⁀' '' 140 +'⁀' '' 141 +'⁀' '' 142 +'⁀' '' 143 +'+' '' 144 +'×' '' 145 +'∁' '' 146 +'⋃' '' 147 +'⋂' '' 148 +'⨄' '' 149 +'⨅' '' 150 +'⨆' '' 151 +'' '1' 152 +'⋀' '' 153 +'⋁' '' 154 +'⋏' '' 155 +'⋎' '' 156 +'↑' '' 157 +'↓' '' 158 +'|' '' 159 +'+' '' 160 +'×' '' 161 +'∁' '' 162 +'⋃' '' 163 +'⋂' '' 164 +'⨄' '' 165 +'⨅' '' 166 +'⨆' '' 167 +'' '1' 168 +'⋀' '' 169 +'⋁' '' 170 +'⋏' '' 171 +'⋎' '' 172 +'⇑' '' 173 +'⇓' '' 174 +'‖' '' 175 +'Σ' '' 176 +'Π' '' 177 +'∐' '' 178 +'∫' '' 179 +'∬' '' 180 +'∭' '' 181 +'∮' '' 182 +'∯' '' 183 +'Σ' '' 184 +'Π' '' 185 +'∐' '' 186 +'∫' '' 187 +'∬' '' 188 +'∭' '' 189 +'∮' '' 190 +'∯' '' 191 +'⊕' '' 192 +'⊖' '' 193 +'⊗' '' 194 +'⨸' '' 195 +'⊙' '' 196 +'⊚' '' 197 +'⊛' '' 198 +'⊛' '' 199 +'' '1' 200 +'' '1' 201 +'' '1' 202 +'⦺' '' 203 +'○' '' 204 +'⊘' '' 205 +'⍉' '' 206 +'🟕' '' 207 +'⊞' '' 208 +'⊟' '' 209 +'⊠' '' 210 +'' '' 211 +'⊡' '' 212 +'⧇' '' 213 +'⧆' '' 214 +'⧆' '' 215 +'' '1' 216 +'' '1' 217 +'' '1' 218 +'' '1' 219 +'□' '' 220 +'⧄' '' 221 +'⧅' '' 222 +'' '1' 223 +'⊕' '' 224 +'⊖' '' 225 +'⊗' '' 226 +'⨸' '' 227 +'⊙' '' 228 +'⊚' '' 229 +'⊛' '' 230 +'⊛' '' 231 +'' '1' 232 +'' '1' 233 +'' '1' 234 +'⦺' '' 235 +'○' '' 236 +'⊘' '' 237 +'⍉' '' 238 +'🟕' '' 239 +'⊞' '' 240 +'⊟' '' 241 +'⊠' '' 242 +'' '1' 243 +'⊡' '' 244 +'⧇' '' 245 +'⧆' '' 246 +'⧆' '' 247 +'' '1' 248 +'' '1' 249 +'' '1' 250 +'' '1' 251 +'□' '' 252 +'⧄' '' 253 +'⧅' '' 254 +'' '' 255 +mathx 0 255 +>>> +\AddFont{mathx}{unicode/mathabx/mathx} diff --git a/Master/texmf-dist/tex/generic/tex4ht/xskak.4ht b/Master/texmf-dist/tex/generic/tex4ht/xskak.4ht index 9f59aafa149..f18bfba72d9 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/xskak.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/xskak.4ht @@ -1,5 +1,5 @@ -% xskak.4ht (2022-11-04-13:31), generated from tex4ht-4ht.tex -% Copyright 2022 TeX Users Group +% xskak.4ht (2023-07-28-13:49), generated from tex4ht-4ht.tex +% Copyright 2022-2023 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -16,7 +16,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2022-11-04-13:31} +\immediate\write-1{version 2023-07-28-13:49} \ExplSyntaxOn \def\:xskakdepth{vertical-align:-\fp_eval:n{ @@ -31,7 +31,10 @@ %\a:mainline\Picture*[\detokenize{#1}]{ style="\:xskakdepth"}\box0\EndPicture\b:mainline% \a:mainline\box0\b:mainline% } -\HLet\mainline\:tempa +% I've found that mainline redefinition can lead to compilation errors +% As it prints text and chess symbols are retrieved from SkakNew.htf, maybe we don't need +% to compile it to image at all, unless we get further bug reports. +% \HLet\mainline\:tempa \NewConfigure{xskakget}{2} \def\:tempa#1{% @@ -42,15 +45,15 @@ \HLet\xskakget\:tempa \NewConfigure{chessboard}{2} -\def\:tempa{% +\newcommand\:newchessgame[1][]{% % reset to the original version of \chessboard \let\:currchesboard\chessboard \let\chessboard\o:chessboard:% - \o:newchessgame:% + \o:newchessgame:[#1]% % set the TeX4ht version of \chessboard back \let\chessboard\:currchesboard } -\HLet\newchessgame\:tempa +\HLet\newchessgame\:newchessgame \Hinput{xskak} \endinput diff --git a/Master/texmf-dist/tex4ht/ht-fonts/unicode/mathabx/matha.htf b/Master/texmf-dist/tex4ht/ht-fonts/unicode/mathabx/matha.htf new file mode 100644 index 00000000000..1bdf3d03c87 --- /dev/null +++ b/Master/texmf-dist/tex4ht/ht-fonts/unicode/mathabx/matha.htf @@ -0,0 +1,255 @@ +matha 0 251 % matha.htf +'+' '' 0 % Copyright 2023 TeX Users Group +'−' '' 1 % +'×' '' 2 % This work may be distributed and/or modified under the +'÷' '' 3 % conditions of the LaTeX Project Public License, either +'·' '' 4 % version 1.3c of this license or (at your option) any +'◦' '' 5 % later version. The latest version of this license is in +'∗' '' 6 % http://www.latex-project.org/lppl.txt +'∗' '' 7 % and version 1.3c or later is part of all distributions +'±' '' 8 % of LaTeX version 2005/12/01 or later. +'∓' '' 9 % +'⋉' '' 10 % This work has the LPPL maintenance status "maintained". +'⋊' '' 11 % +'◇' '' 12 % The Current Maintainer of this work +'•' '' 13 % is the TeX4ht Project . +'★' '' 14 % +'✶' '' 15 % If you modify this program, changing the +'=' '' 16 % version identification would be appreciated. +'≡' '' 17 +'∼' '' 18 +'≈' '' 19 +'≃' '' 20 +'≅' '' 21 +'≍' '' 22 +'∣' '' 23 +'≠' '' 24 +'≢' '' 25 +'≁' '' 26 +'≉' '' 27 +'≄' '' 28 +'≇' '' 29 +'≭' '' 30 +'∤' '' 31 +'¬' '' 32 +'≪' '' 33 +'≫' '' 34 +'⋕' '' 35 +'⊢' '' 36 +'⊣' '' 37 +'⊬' '' 38 +'' '1' 39 +'⊨' '' 40 +'⫤' '' 41 +'⊭' '' 42 +'' '1' 43 +'⊩' '' 44 +'⫣' '' 45 +'⊮' '' 46 +'' '1' 47 +'°' '' 48 +'′' '' 49 +'″' '' 50 +'‴' '' 51 +'⁗' '' 52 +'♭' '' 53 +'♮' '' 54 +'♯' '' 55 +'∞' '' 56 +'∝' '' 57 +'†' '' 58 +'‡' '' 59 +'∑' '' 60 +'∏' '' 61 +'∐' '' 62 +'√' '' 63 +'∀' '' 64 +'∁' '' 65 +'∂' '' 66 +'' '1' 67 +'∃' '' 68 +'∄' '' 69 +'Ⅎ' '' 70 +'⅁' '' 71 +'∅' '' 72 +'⌀' '' 73 +'⊤' '' 74 +'⊥' '' 75 +'' '1' 76 +'' '1' 77 +'⋏' '' 78 +'⋎' '' 79 +'∈' '' 80 +'∋' '' 81 +'∉' '' 82 +'∌' '' 83 +'∉' '' 84 +'∌' '' 85 +'⋶' '' 86 +'⋸' '' 87 +'⋂' '' 88 +'⋃' '' 89 +'⨄' '' 90 +'⨅' '' 91 +'⨆' '' 92 +'' '1' 93 +'∧' '' 94 +'∨' '' 95 +'⊕' '' 96 +'⊖' '' 97 +'⊗' '' 98 +'⨸' '' 99 +'⊙' '' 100 +'⊚' '' 101 +'⊛' '' 102 +'⊛' '' 103 +'' '1' 104 +'' '1' 105 +'' '1' 106 +'⦺' '' 107 +'○' '' 108 +'⊘' '' 109 +'⍉' '' 110 +'🟕' '' 111 +'(' '' 112 +')' '' 113 +'[' '' 114 +']' '' 115 +'{' '' 116 +'}' '' 117 +'⟦' '' 118 +'⟧' '' 119 +'⟨' '' 120 +'⟩' '' 121 +'\' '' 122 +'/' '' 123 +'|' '' 124 +'‖' '' 125 +'⫴' '' 126 +'|' '' 127 +'⊂' '' 128 +'⊃' '' 129 +'⊄' '' 130 +'⊅' '' 131 +'⊆' '' 132 +'⊇' '' 133 +'⊈' '' 134 +'⊉' '' 135 +'⊊' '' 136 +'⊋' '' 137 +'' '1' 138 +'' '1' 139 +'⫅' '' 140 +'⫆' '' 141 +'' '1' 142 +'' '1' 143 +'⫋' '' 144 +'⫌' '' 145 +'' '1' 146 +'' '1' 147 +'⋐' '' 148 +'⋑' '' 149 +'' '1' 150 +'' '1' 151 +'⊲' '' 152 +'⊳' '' 153 +'⋪' '' 154 +'⋫' '' 155 +'⊴' '' 156 +'⊵' '' 157 +'⋬' '' 158 +'⋭' '' 159 +'<' '' 160 +'>' '' 161 +'≮' '' 162 +'≯' '' 163 +'⩽' '' 164 +'⩾' '' 165 +'≰' '' 166 +'≱' '' 167 +'≤' '' 168 +'≥' '' 169 +'≰' '' 170 +'≱' '' 171 +'⪇' '' 172 +'⪈' '' 173 +'≦' '' 174 +'≧' '' 175 +'' '1' 176 +'' '1' 177 +'≨' '' 178 +'≩' '' 179 +'≨' '' 180 +'≩' '' 181 +'⋜' '' 182 +'⋝' '' 183 +'' '1' 184 +'' '1' 185 +'≶' '' 186 +'≷' '' 187 +'⋚' '' 188 +'⋛' '' 189 +'⪋' '' 190 +'⪌' '' 191 +'≲' '' 192 +'≳' '' 193 +'≴' '' 194 +'≵' '' 195 +'⋦' '' 196 +'⋧' '' 197 +'⪅' '' 198 +'⪆' '' 199 +'' '1' 200 +'' '1' 201 +'⪉' '' 202 +'⪊' '' 203 +'⋖' '' 204 +'⋗' '' 205 +'⪡' '' 206 +'⪢' '' 207 +'←' '' 208 +'→' '' 209 +'↑' '' 210 +'↓' '' 211 +'↖' '' 212 +'↗' '' 213 +'↙' '' 214 +'↘' '' 215 +'↔' '' 216 +'↕' '' 217 +'↚' '' 218 +'↛' '' 219 +'↮' '' 220 +'⎯' '' 221 +'⊦' '' 222 +'⫞' '' 223 +'↼' '' 224 +'⇀' '' 225 +'↽' '' 226 +'⇁' '' 227 +'↿' '' 228 +'⇃' '' 229 +'↾' '' 230 +'⇂' '' 231 +'⇋' '' 232 +'⇌' '' 233 +'⥮' '' 234 +'⥯' '' 235 +'' '1' 236 +'' '1' 237 +'' '1' 238 +'' '1' 239 +'⇐' '' 240 +'⇒' '' 241 +'⇑' '' 242 +'⇓' '' 243 +'⇔' '' 244 +'⇕' '' 245 +'⇍' '' 246 +'⇏' '' 247 +'⇎' '' 248 +'═' '' 249 +'' '1' +'' '1' +matha 0 251 + diff --git a/Master/texmf-dist/tex4ht/ht-fonts/unicode/mathabx/mathb.htf b/Master/texmf-dist/tex4ht/ht-fonts/unicode/mathabx/mathb.htf new file mode 100644 index 00000000000..25613743c6b --- /dev/null +++ b/Master/texmf-dist/tex4ht/ht-fonts/unicode/mathabx/mathb.htf @@ -0,0 +1,259 @@ +mathb 0 255 % mathb.htf +'∔' '' 0 % Copyright 2023 TeX Users Group +'∸' '' 1 % +'⨰' '' 2 % This work may be distributed and/or modified under the +'⨪' '' 3 % conditions of the LaTeX Project Public License, either +'·' '' 4 % version 1.3c of this license or (at your option) any +'▫' '' 5 % later version. The latest version of this license is in +'*' '' 6 % http://www.latex-project.org/lppl.txt +'*' '' 7 % and version 1.3c or later is part of all distributions +'⨢' '' 8 % of LaTeX version 2005/12/01 or later. +'⌖' '' 9 % +'✳' '' 10 % This work has the LPPL maintenance status "maintained". +'⋇' '' 11 % +'⬩' '' 12 % The Current Maintainer of this work +'▪' '' 13 % is the TeX4ht Project . +'★' '' 14 % +'✶' '' 15 % If you modify this program, changing the +'≐' '' 16 % version identification would be appreciated. +'⩦' '' 17 +'≑' '' 18 +'≓' '' 19 +'≒' '' 20 +'≔' '' 21 +'≕' '' 22 +'' '1' 23 +'' '1' 24 +'' '1' 25 +'≗' '' 26 +'≖' '' 27 +'≜' '' 28 +'' '1' 29 +'' '1' 30 +'' '1' 31 +'≬' '' 32 +'⏝' '' 33 +'⏜' '' 34 +'⧣' '' 35 +'⋋' '' 36 +'⋌' '' 37 +'⋔' '' 38 +'⨝' '' 39 +'⊫' '' 40 +'⫥' '' 41 +'⊯' '' 42 +'' '1' 43 +'⊪' '' 44 +'' '1' 45 +'' '1' 46 +'' '1' 47 +'' '1' 48 +'' '1' 49 +'' '1' 50 +'' '1' 51 +'' '1' 52 +'' '1' 53 +'∴' '' 54 +'∵' '' 55 +'˚' '' 56 +'˙' '' 57 +'¨' '' 58 +'…' '' 59 +'' '1' 60 +'∠' '' 61 +'∡' '' 62 +'∢' '' 63 +'☉' '' 64 +'☿' '' 65 +'♀' '' 66 +'🜨' '' 67 +'♂' '' 68 +'♃' '' 69 +'♄' '' 70 +'⛢' '' 71 +'♆' '' 72 +'♇' '' 73 +'♁' '' 74 +'☾' '' 75 +'☽' '' 76 +'○' '' 77 +'●' '' 78 +'' '1' 79 +'♈' '' 80 +'♉' '' 81 +'♊' '' 82 +'♋' '' 83 +'♌' '' 84 +'♍' '' 85 +'♎' '' 86 +'♏' '' 87 +'⊼' '' 88 +'⊻' '' 89 +'⩞' '' 90 +'⩣' '' 91 +'⋒' '' 92 +'⋓' '' 93 +'⩎' '' 94 +'⩏' '' 95 +'⊞' '' 96 +'⊟' '' 97 +'⊠' '' 98 +'' '1' 99 +'⊡' '' 100 +'⧇' '' 101 +'⧆' '' 102 +'⧆' '' 103 +'' '1' 104 +'' '1' 105 +'' '1' 106 +'' '1' 107 +'□' '' 108 +'⧄' '' 109 +'⧅' '' 110 +'' '1' 111 +'(' '' 112 +')' '' 113 +'⎡' '' 114 +'⎤' '' 115 +'⎣' '' 116 +'⎦' '' 117 +'' '1' 118 +'' '1' 119 +'⌜' '' 120 +'⌝' '' 121 +'⌞' '' 122 +'⌟' '' 123 +'\' '' 124 +'/' '' 125 +'|' '' 126 +'/' '' 127 +'⊏' '' 128 +'⊐' '' 129 +'' '1' 130 +'' '1' 131 +'⊑' '' 132 +'⊒' '' 133 +'⋢' '' 134 +'⋣' '' 135 +'⋤' '' 136 +'⋥' '' 137 +'' '1' 138 +'' '1' 139 +'' '1' 140 +'' '1' 141 +'' '1' 142 +'' '1' 143 +'' '1' 144 +'' '1' 145 +'' '1' 146 +'' '1' 147 +'' '1' 148 +'' '1' 149 +'' '1' 150 +'' '1' 151 +'▵' '' 152 +'▿' '' 153 +'◃' '' 154 +'▹' '' 155 +'▴' '' 156 +'▾' '' 157 +'◂' '' 158 +'▸' '' 159 +'≺' '' 160 +'≻' '' 161 +'⊀' '' 162 +'⊁' '' 163 +'≼' '' 164 +'≽' '' 165 +'' '1' 166 +'' '1' 167 +'⪯' '' 168 +'⪰' '' 169 +'' '1' 170 +'' '1' 171 +'⪱' '' 172 +'⪲' '' 173 +'⪳' '' 174 +'⪴' '' 175 +'' '1' 176 +'' '1' 177 +'⪵' '' 178 +'⪶' '' 179 +'⪵' '' 180 +'⪶' '' 181 +'⋞' '' 182 +'⋟' '' 183 +'' '1' 184 +'' '1' 185 +'' '1' 186 +'' '1' 187 +'' '1' 188 +'' '1' 189 +'' '1' 190 +'' '1' 191 +'≾' '' 192 +'≿' '' 193 +'' '1' 194 +'' '1' 195 +'⋨' '' 196 +'⋩' '' 197 +'⪷' '' 198 +'⪸' '' 199 +'' '1' 200 +'' '1' 201 +'⪹' '' 202 +'⪺' '' 203 +'' '1' 204 +'' '1' 205 +'⪻' '' 206 +'⪼' '' 207 +'⇇' '' 208 +'⇉' '' 209 +'⇈' '' 210 +'⇊' '' 211 +'⇆' '' 212 +'⇄' '' 213 +'⇅' '' 214 +'⇵' '' 215 +'⥢' '' 216 +'⥤' '' 217 +'⥣' '' 218 +'⥥' '' 219 +'⥪' '' 220 +'⥬' '' 221 +'⥫' '' 222 +'⥭' '' 223 +'⥊' '' 224 +'⥋' '' 225 +'ʾ' '' 226 +'ʿ' '' 227 +'/' '' 228 +'\' '' 229 +'' '1' 230 +'' '1' 231 +'↰' '' 232 +'↱' '' 233 +'↲' '' 234 +'↳' '' 235 +'↫' '' 236 +'↬' '' 237 +'' '1' 238 +'' '1' 239 +'⤺' '' 240 +'↷' '' 241 +'' '1' 242 +'' '1' 243 +'⤻' '' 244 +'' '1' 245 +'↺' '' 246 +'↻' '' 247 +'⇜' '' 248 +'⇝' '' 249 +'' '1' 250 +'' '1' 251 +'' '1' 252 +'⟲' '' 253 +'' '1' 254 +'' '1' 255 +mathb 0 255 + diff --git a/Master/texmf-dist/tex4ht/ht-fonts/unicode/mathabx/mathx.htf b/Master/texmf-dist/tex4ht/ht-fonts/unicode/mathabx/mathx.htf new file mode 100644 index 00000000000..acc328adb1b --- /dev/null +++ b/Master/texmf-dist/tex4ht/ht-fonts/unicode/mathabx/mathx.htf @@ -0,0 +1,259 @@ +mathx 0 255 % mathx.htf +'(' '' 0 % Copyright 2023 TeX Users Group +'(' '' 1 % +'(' '' 2 % This work may be distributed and/or modified under the +'(' '' 3 % conditions of the LaTeX Project Public License, either +'⎛' '' 4 % version 1.3c of this license or (at your option) any +'⎝' '' 5 % later version. The latest version of this license is in +'|' '' 6 % http://www.latex-project.org/lppl.txt +'|' '' 7 % and version 1.3c or later is part of all distributions +')' '' 8 % of LaTeX version 2005/12/01 or later. +')' '' 9 % +')' '' 10 % This work has the LPPL maintenance status "maintained". +')' '' 11 % +'⎞' '' 12 % The Current Maintainer of this work +'⎠' '' 13 % is the TeX4ht Project . +'|' '' 14 % +'‖' '' 15 % If you modify this program, changing the +'[' '' 16 % version identification would be appreciated. +'[' '' 17 +'[' '' 18 +'[' '' 19 +'⌈' '' 20 +'⌊' '' 21 +'|' '' 22 +'⫴' '' 23 +']' '' 24 +']' '' 25 +']' '' 26 +']' '' 27 +'⌉' '' 28 +'⌋' '' 29 +'|' '' 30 +'|' '' 31 +'{' '' 32 +'{' '' 33 +'{' '' 34 +'{' '' 35 +'⎧' '' 36 +'⎩' '' 37 +'⎨' '' 38 +'|' '' 39 +'}' '' 40 +'}' '' 41 +'}' '' 42 +'}' '' 43 +'⎫' '' 44 +'⎭' '' 45 +'⎬' '' 46 +'|' '' 47 +'⟦' '' 48 +'⟦' '' 49 +'⟦' '' 50 +'⟦' '' 51 +'' '1' 52 +'' '1' 53 +'‖' '' 54 +'' '1' 55 +'⟧' '' 56 +'⟧' '' 57 +'⟧' '' 58 +'⟧' '' 59 +'' '1' 60 +'' '1' 61 +'‖' '' 62 +'' '1' 63 +'⟨' '' 64 +'⟨' '' 65 +'⟨' '' 66 +'⟨' '' 67 +'⟩' '' 68 +'⟩' '' 69 +'⟩' '' 70 +'⟩' '' 71 +'\' '' 72 +'\' '' 73 +'\' '' 74 +'\' '' 75 +'/' '' 76 +'/' '' 77 +'/' '' 78 +'/' '' 79 +'⎡' '' 80 +'⎡' '' 81 +'⎡' '' 82 +'⎡' '' 83 +'⎤' '' 84 +'⎤' '' 85 +'⎤' '' 86 +'⎤' '' 87 +'⎣' '' 88 +'⎣' '' 89 +'⎣' '' 90 +'⎣' '' 91 +'⎦' '' 92 +'⎦' '' 93 +'⎦' '' 94 +'⎦' '' 95 +'√' '' 96 +'√' '' 97 +'√' '' 98 +'√' '' 99 +'' '1' 100 +'⎷' '' 101 +'⎹' '' 102 +'┌' '' 103 +'◜' '' 104 +'⏞' '' 105 +'◝' '' 106 +'⎯' '' 107 +'◟' '' 108 +'⏟' '' 109 +'◞' '' 110 +'⎯' '' 111 +'ˆ' '' 112 +'ˇ' '' 113 +'˜' '' 114 +'¯' '' 115 +'→' '' 116 +'⁀' '' 117 +'(' '' 118 +')' '' 119 +'ˆ' '' 120 +'ˆ' '' 121 +'ˆ' '' 122 +'ˆ' '' 123 +'ˇ' '' 124 +'ˇ' '' 125 +'ˇ' '' 126 +'ˇ' '' 127 +'˜' '' 128 +'˜' '' 129 +'˜' '' 130 +'˜' '' 131 +'¯' '' 132 +'¯' '' 133 +'¯' '' 134 +'¯' '' 135 +'→' '' 136 +'→' '' 137 +'→' '' 138 +'→' '' 139 +'⁀' '' 140 +'⁀' '' 141 +'⁀' '' 142 +'⁀' '' 143 +'+' '' 144 +'×' '' 145 +'∁' '' 146 +'⋃' '' 147 +'⋂' '' 148 +'⨄' '' 149 +'⨅' '' 150 +'⨆' '' 151 +'' '1' 152 +'⋀' '' 153 +'⋁' '' 154 +'⋏' '' 155 +'⋎' '' 156 +'↑' '' 157 +'↓' '' 158 +'|' '' 159 +'+' '' 160 +'×' '' 161 +'∁' '' 162 +'⋃' '' 163 +'⋂' '' 164 +'⨄' '' 165 +'⨅' '' 166 +'⨆' '' 167 +'' '1' 168 +'⋀' '' 169 +'⋁' '' 170 +'⋏' '' 171 +'⋎' '' 172 +'⇑' '' 173 +'⇓' '' 174 +'‖' '' 175 +'Σ' '' 176 +'Π' '' 177 +'∐' '' 178 +'∫' '' 179 +'∬' '' 180 +'∭' '' 181 +'∮' '' 182 +'∯' '' 183 +'Σ' '' 184 +'Π' '' 185 +'∐' '' 186 +'∫' '' 187 +'∬' '' 188 +'∭' '' 189 +'∮' '' 190 +'∯' '' 191 +'⊕' '' 192 +'⊖' '' 193 +'⊗' '' 194 +'⨸' '' 195 +'⊙' '' 196 +'⊚' '' 197 +'⊛' '' 198 +'⊛' '' 199 +'' '1' 200 +'' '1' 201 +'' '1' 202 +'⦺' '' 203 +'○' '' 204 +'⊘' '' 205 +'⍉' '' 206 +'🟕' '' 207 +'⊞' '' 208 +'⊟' '' 209 +'⊠' '' 210 +'' '' 211 +'⊡' '' 212 +'⧇' '' 213 +'⧆' '' 214 +'⧆' '' 215 +'' '1' 216 +'' '1' 217 +'' '1' 218 +'' '1' 219 +'□' '' 220 +'⧄' '' 221 +'⧅' '' 222 +'' '1' 223 +'⊕' '' 224 +'⊖' '' 225 +'⊗' '' 226 +'⨸' '' 227 +'⊙' '' 228 +'⊚' '' 229 +'⊛' '' 230 +'⊛' '' 231 +'' '1' 232 +'' '1' 233 +'' '1' 234 +'⦺' '' 235 +'○' '' 236 +'⊘' '' 237 +'⍉' '' 238 +'🟕' '' 239 +'⊞' '' 240 +'⊟' '' 241 +'⊠' '' 242 +'' '1' 243 +'⊡' '' 244 +'⧇' '' 245 +'⧆' '' 246 +'⧆' '' 247 +'' '1' 248 +'' '1' 249 +'' '1' 250 +'' '1' 251 +'□' '' 252 +'⧄' '' 253 +'⧅' '' 254 +'' '' 255 +mathx 0 255 + diff --git a/Master/texmf-dist/tex4ht/ht-fonts/unicode/misc/SkakNew.htf b/Master/texmf-dist/tex4ht/ht-fonts/unicode/misc/SkakNew.htf index 001947877d6..7d205147cde 100644 --- a/Master/texmf-dist/tex4ht/ht-fonts/unicode/misc/SkakNew.htf +++ b/Master/texmf-dist/tex4ht/ht-fonts/unicode/misc/SkakNew.htf @@ -1,5 +1,5 @@ SkakNew 32 121 % -'' '' 32 % SkakNew.htf 2021-06-20-14:57 +'' '' 32 % SkakNew.htf 2023-07-28-13:50 '!' '' 33 % Copyright 2021 TeX Users Group '”' '' 34 % Released under LPPL 1.3c+. '#' '' 35 % See tex4ht-cpright.tex for license text. @@ -75,11 +75,11 @@ SkakNew 32 121 % '-+' '' 105 '=' '' 10 '∞' '' 107 -'⎯' '1' 108 -'⌗' '' 109 +'鄵' '1' 108 +'#' '' 109 '=∞' '1' 110 'o' '1' 111 -'♙' '' 112 +'頗' '' 112 'q' '1' 113 'r' '1' 114 's' '1' 115 @@ -87,7 +87,7 @@ SkakNew 32 121 % 'u' '1' 117 'v' '1' 118 'w' '1' 119 -'╳' '' 120 -'◯' '' 121 +'閇' '' 120 +'霑' '' 121 SkakNew 32 121 -- cgit v1.2.3