pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print tex-tex4ht{,-doc}: update to 2021.63021



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6e8f9590334
branches:  trunk
changeset: 376970:f6e8f9590334
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Apr 15 04:43:09 2022 +0000

description:
tex-tex4ht{,-doc}: update to 2021.63021

changes unknown

diffstat:

 print/tex-tex4ht-doc/Makefile |     6 +-
 print/tex-tex4ht-doc/distinfo |     8 +-
 print/tex-tex4ht/DESCR        |    26 +-
 print/tex-tex4ht/Makefile     |     6 +-
 print/tex-tex4ht/PLIST        |  2256 +++++++++++++++++++++++++++++++---------
 print/tex-tex4ht/distinfo     |     8 +-
 6 files changed, 1760 insertions(+), 550 deletions(-)

diffs (truncated from 2520 to 300 lines):

diff -r b343f6f82804 -r f6e8f9590334 print/tex-tex4ht-doc/Makefile
--- a/print/tex-tex4ht-doc/Makefile     Fri Apr 15 04:40:01 2022 +0000
+++ b/print/tex-tex4ht-doc/Makefile     Fri Apr 15 04:43:09 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2021/06/06 01:41:37 markd Exp $
+# $NetBSD: Makefile,v 1.19 2022/04/15 04:43:10 markd Exp $
 
 DISTNAME=      tex4ht.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2021
-TEXLIVE_REV=   59459
+PKGNAME=       tex-${DISTNAME:S/./-/}-2021.63021
+TEXLIVE_REV=   63021
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/tex4ht
diff -r b343f6f82804 -r f6e8f9590334 print/tex-tex4ht-doc/distinfo
--- a/print/tex-tex4ht-doc/distinfo     Fri Apr 15 04:40:01 2022 +0000
+++ b/print/tex-tex4ht-doc/distinfo     Fri Apr 15 04:43:09 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/10/26 11:14:48 nia Exp $
+$NetBSD: distinfo,v 1.21 2022/04/15 04:43:10 markd Exp $
 
-BLAKE2s (tex4ht.doc.r59459.tar.xz) = 926727d0617d6287bf124ff5e495f5a64b333fbc077f295fc9954f3f605bf819
-SHA512 (tex4ht.doc.r59459.tar.xz) = de7c2fb855010f62d8dc7dda39826a549aa38daf5acb9e89abf19cf26724db5ac25f362a490058a1456a056ee9954eaa52985b9a05dcb89d6a947474593a77cb
-Size (tex4ht.doc.r59459.tar.xz) = 136388 bytes
+BLAKE2s (tex4ht.doc.r63021.tar.xz) = 8886fb4c6f4e9fd44b2fffe03cdbacdbb89a1a15c3588dcc55165e5ad20cf0c7
+SHA512 (tex4ht.doc.r63021.tar.xz) = 71515dd1f7bafb2cfec35588ef9d99f9d01f79f1d8bb6aee63d445271f45e3b2eac306cecaa4cc16aa10250593d84a3f976af7bcb831f9edf09f6d0e8ab173ff
+Size (tex4ht.doc.r63021.tar.xz) = 136384 bytes
diff -r b343f6f82804 -r f6e8f9590334 print/tex-tex4ht/DESCR
--- a/print/tex-tex4ht/DESCR    Fri Apr 15 04:40:01 2022 +0000
+++ b/print/tex-tex4ht/DESCR    Fri Apr 15 04:43:09 2022 +0000
@@ -1,12 +1,18 @@
 A converter from TeX and LaTeX to SGML-based formats such as
-(X)HTML, MathML, OpenDocument, and DocBook, providing a
+(X)HTML, MathML, OpenDocument, and Docbook, providing a
 configurable (La)TeX-based authoring system for hypertext.
-TeX4ht does not parse (La)TeX source (so that it avoids the
-difficulties encountered by many other converters, arising from
-the irregularity of (La)TeX syntax). Instead, TeX4ht uses
-(La)TeX itself (with an extra macro package) to produce a
-non-standard DVI file that it can then process. This technique
-allows TeX4ht to approach the robustness characteristic of
-restricted-syntax systems such as hyperlatex and gellmu. Note
-that CTAN no longer holds the definitive sources of the
-package: see the 'Readme' file.
+TeX4ht does not independently parse (La)TeX source (so it
+avoids the difficulties encountered by many other converters,
+arising from the irregularity of (La)TeX syntax). Instead,
+TeX4ht uses (La)TeX itself (with myriad macro modifications) to
+produce a helper DVI file that it can then process. This
+technique allows TeX4ht to approach the robustness
+characteristic of restricted-syntax systems such as gellmu.
+Full releases of TeX4ht are no longer made, both because it is
+technically difficult to do so and because their utility is
+questionable. Nevertheless, TeX4ht is actively maintained. So,
+current source files are held on CTAN, and updated from the
+development repository frequently. Creating the myriad derived
+files from them is nontrivial, and generally done with the
+Makefile in development, from which the TeX4ht package in TeX
+Live is updated.
diff -r b343f6f82804 -r f6e8f9590334 print/tex-tex4ht/Makefile
--- a/print/tex-tex4ht/Makefile Fri Apr 15 04:40:01 2022 +0000
+++ b/print/tex-tex4ht/Makefile Fri Apr 15 04:43:09 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2021/06/06 01:41:37 markd Exp $
+# $NetBSD: Makefile,v 1.20 2022/04/15 04:43:09 markd Exp $
 
 DISTNAME=      tex4ht
-PKGNAME=       tex-${DISTNAME}-2021
-TEXLIVE_REV=   59459
+PKGNAME=       tex-${DISTNAME}-2021.63021
+TEXLIVE_REV=   63021
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/tex4ht
diff -r b343f6f82804 -r f6e8f9590334 print/tex-tex4ht/PLIST
--- a/print/tex-tex4ht/PLIST    Fri Apr 15 04:40:01 2022 +0000
+++ b/print/tex-tex4ht/PLIST    Fri Apr 15 04:43:09 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2021/06/06 01:41:37 markd Exp $
+@comment $NetBSD: PLIST,v 1.18 2022/04/15 04:43:09 markd Exp $
 share/texmf-dist/scripts/tex4ht/htcopy.pl
 share/texmf-dist/scripts/tex4ht/htmove.pl
 share/texmf-dist/tex/generic/tex4ht/2up.4ht
@@ -48,14 +48,17 @@
 share/texmf-dist/tex/generic/tex4ht/arabicore.4ht
 share/texmf-dist/tex/generic/tex4ht/array.4ht
 share/texmf-dist/tex/generic/tex4ht/article.4ht
+share/texmf-dist/tex/generic/tex4ht/arydshln.4ht
 share/texmf-dist/tex/generic/tex4ht/austrian.4ht
 share/texmf-dist/tex/generic/tex4ht/authblk.4ht
 share/texmf-dist/tex/generic/tex4ht/awesomebox.4ht
 share/texmf-dist/tex/generic/tex4ht/babel.4ht
+share/texmf-dist/tex/generic/tex4ht/backref.4ht
 share/texmf-dist/tex/generic/tex4ht/beamer.4ht
 share/texmf-dist/tex/generic/tex4ht/beamerbasefont.4ht
 share/texmf-dist/tex/generic/tex4ht/beamerbasetoc.4ht
 share/texmf-dist/tex/generic/tex4ht/beton.4ht
+share/texmf-dist/tex/generic/tex4ht/biblatex-chicago-hooks.4ht
 share/texmf-dist/tex/generic/tex4ht/biblatex-chicago.4ht
 share/texmf-dist/tex/generic/tex4ht/biblatex-hooks.4ht
 share/texmf-dist/tex/generic/tex4ht/biblatex.4ht
@@ -67,6 +70,7 @@
 share/texmf-dist/tex/generic/tex4ht/booktabs.4ht
 share/texmf-dist/tex/generic/tex4ht/boxedminipage.4ht
 share/texmf-dist/tex/generic/tex4ht/braket.4ht
+share/texmf-dist/tex/generic/tex4ht/breakurl-hooks.4ht
 share/texmf-dist/tex/generic/tex4ht/bussproofs.4ht
 share/texmf-dist/tex/generic/tex4ht/byname.4ht
 share/texmf-dist/tex/generic/tex4ht/caption-hooks.4ht
@@ -101,6 +105,7 @@
 share/texmf-dist/tex/generic/tex4ht/curve.4ht
 share/texmf-dist/tex/generic/tex4ht/czech.4ht
 share/texmf-dist/tex/generic/tex4ht/danish.4ht
+share/texmf-dist/tex/generic/tex4ht/datetime2-hooks.4ht
 share/texmf-dist/tex/generic/tex4ht/dcolumn.4ht
 share/texmf-dist/tex/generic/tex4ht/debug.4ht
 share/texmf-dist/tex/generic/tex4ht/diagram.4ht
@@ -184,6 +189,7 @@
 share/texmf-dist/tex/generic/tex4ht/glossaries.4ht
 share/texmf-dist/tex/generic/tex4ht/glossary.4ht
 share/texmf-dist/tex/generic/tex4ht/go.4ht
+share/texmf-dist/tex/generic/tex4ht/graphbox-hooks.4ht
 share/texmf-dist/tex/generic/tex4ht/graphics-hooks.4ht
 share/texmf-dist/tex/generic/tex4ht/graphics.4ht
 share/texmf-dist/tex/generic/tex4ht/graphicx.4ht
@@ -205,13 +211,14 @@
 share/texmf-dist/tex/generic/tex4ht/html4-math.4ht
 share/texmf-dist/tex/generic/tex4ht/html4-russian-accents.4ht
 share/texmf-dist/tex/generic/tex4ht/html4-svg.4ht
-share/texmf-dist/tex/generic/tex4ht/html4-uni.4ht
 share/texmf-dist/tex/generic/tex4ht/html4.4ht
 share/texmf-dist/tex/generic/tex4ht/html5.4ht
 share/texmf-dist/tex/generic/tex4ht/htmlw.4ht
 share/texmf-dist/tex/generic/tex4ht/hypcap.4ht
 share/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht
 share/texmf-dist/tex/generic/tex4ht/hyperref.4ht
+share/texmf-dist/tex/generic/tex4ht/hyperxmp-hooks.4ht
+share/texmf-dist/tex/generic/tex4ht/hyperxmp.4ht
 share/texmf-dist/tex/generic/tex4ht/idxmake.4ht
 share/texmf-dist/tex/generic/tex4ht/ifthen.4ht
 share/texmf-dist/tex/generic/tex4ht/imakeidx-hooks.4ht
@@ -316,6 +323,7 @@
 share/texmf-dist/tex/generic/tex4ht/pctex32.4ht
 share/texmf-dist/tex/generic/tex4ht/pd1enc.4ht
 share/texmf-dist/tex/generic/tex4ht/pdfbase-hooks.4ht
+share/texmf-dist/tex/generic/tex4ht/pdfx-hooks.4ht
 share/texmf-dist/tex/generic/tex4ht/pgf.4ht
 share/texmf-dist/tex/generic/tex4ht/picins.4ht
 share/texmf-dist/tex/generic/tex4ht/pictex.4ht
@@ -353,6 +361,7 @@
 share/texmf-dist/tex/generic/tex4ht/scrartcl.4ht
 share/texmf-dist/tex/generic/tex4ht/scrbook.4ht
 share/texmf-dist/tex/generic/tex4ht/scrjura.4ht
+share/texmf-dist/tex/generic/tex4ht/scrlayer.4ht
 share/texmf-dist/tex/generic/tex4ht/scrreprt.4ht
 share/texmf-dist/tex/generic/tex4ht/sectionbreak.4ht
 share/texmf-dist/tex/generic/tex4ht/seminar-a.4ht
@@ -362,6 +371,7 @@
 share/texmf-dist/tex/generic/tex4ht/showframe-hooks.4ht
 share/texmf-dist/tex/generic/tex4ht/sig-alternate.4ht
 share/texmf-dist/tex/generic/tex4ht/sistyle.4ht
+share/texmf-dist/tex/generic/tex4ht/siunitx.4ht
 share/texmf-dist/tex/generic/tex4ht/skak.4ht
 share/texmf-dist/tex/generic/tex4ht/slides.4ht
 share/texmf-dist/tex/generic/tex4ht/slidesec.4ht
@@ -374,6 +384,7 @@
 share/texmf-dist/tex/generic/tex4ht/subcaption.4ht
 share/texmf-dist/tex/generic/tex4ht/subeqnarray.4ht
 share/texmf-dist/tex/generic/tex4ht/subfigure.4ht
+share/texmf-dist/tex/generic/tex4ht/subfiles.4ht
 share/texmf-dist/tex/generic/tex4ht/subscript.4ht
 share/texmf-dist/tex/generic/tex4ht/supertabular.4ht
 share/texmf-dist/tex/generic/tex4ht/sverb.4ht
@@ -387,6 +398,7 @@
 share/texmf-dist/tex/generic/tex4ht/tabularx.4ht
 share/texmf-dist/tex/generic/tex4ht/tabulary-a.4ht
 share/texmf-dist/tex/generic/tex4ht/tabulary.4ht
+share/texmf-dist/tex/generic/tex4ht/tasks.4ht
 share/texmf-dist/tex/generic/tex4ht/tcilatex.4ht
 share/texmf-dist/tex/generic/tex4ht/tcolorbox.4ht
 share/texmf-dist/tex/generic/tex4ht/tei-math.4ht
@@ -396,11 +408,14 @@
 share/texmf-dist/tex/generic/tex4ht/tex4ht.4ht
 share/texmf-dist/tex/generic/tex4ht/tex4ht.sty
 share/texmf-dist/tex/generic/tex4ht/texinfo.4ht
+share/texmf-dist/tex/generic/tex4ht/texmate.4ht
 share/texmf-dist/tex/generic/tex4ht/texpower.4ht
 share/texmf-dist/tex/generic/tex4ht/textures.4ht
 share/texmf-dist/tex/generic/tex4ht/th4.4ht
 share/texmf-dist/tex/generic/tex4ht/theorem.4ht
+share/texmf-dist/tex/generic/tex4ht/threeparttable.4ht
 share/texmf-dist/tex/generic/tex4ht/tikz-hooks.4ht
+share/texmf-dist/tex/generic/tex4ht/titlesec-hooks.4ht
 share/texmf-dist/tex/generic/tex4ht/titlesec.4ht
 share/texmf-dist/tex/generic/tex4ht/titling.4ht
 share/texmf-dist/tex/generic/tex4ht/tocloft.4ht
@@ -412,6 +427,7 @@
 share/texmf-dist/tex/generic/tex4ht/ucs.4ht
 share/texmf-dist/tex/generic/tex4ht/ukraineb.4ht
 share/texmf-dist/tex/generic/tex4ht/ulem.4ht
+share/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht
 share/texmf-dist/tex/generic/tex4ht/unicode.4ht
 share/texmf-dist/tex/generic/tex4ht/url.4ht
 share/texmf-dist/tex/generic/tex4ht/usepackage-fontspec.4ht
@@ -433,6 +449,7 @@
 share/texmf-dist/tex/generic/tex4ht/xcolor-hooks.4ht
 share/texmf-dist/tex/generic/tex4ht/xcolor.4ht
 share/texmf-dist/tex/generic/tex4ht/xecjk-hooks.4ht
+share/texmf-dist/tex/generic/tex4ht/xifthen.4ht
 share/texmf-dist/tex/generic/tex4ht/xr-hooks.4ht
 share/texmf-dist/tex/generic/tex4ht/xr-hyper.4ht
 share/texmf-dist/tex/generic/tex4ht/xr.4ht
@@ -452,515 +469,1039 @@
 share/texmf-dist/tex4ht/ht-fonts/alias/Century_Schoolbook_L/pncri8t.htf
 share/texmf-dist/tex4ht/ht-fonts/alias/Century_Schoolbook_L/pncro8c.htf
 share/texmf-dist/tex4ht/ht-fonts/alias/Century_Schoolbook_L/pncro8t.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-inf-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-inf-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-inf-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-lf-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-lf-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-lf-sc-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-lf-sc-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-lf-sc-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-lf-swash-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-lf-swash-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-lf-swash-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-lf-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-lf-titling-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-lf-titling-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-lf-titling-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-lf-ts1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-osf-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-osf-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-osf-sc-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-osf-sc-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-osf-sc-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-osf-swash-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-osf-swash-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-osf-swash-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-osf-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-osf-ts1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-sup-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-sup-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-sup-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tlf-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tlf-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tlf-sc-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tlf-sc-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tlf-sc-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tlf-swash-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tlf-swash-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tlf-swash-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tlf-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tlf-titling-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tlf-titling-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tlf-titling-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tlf-ts1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tosf-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tosf-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tosf-sc-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tosf-sc-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tosf-sc-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tosf-swash-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tosf-swash-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tosf-swash-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tosf-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-Bold-tosf-ts1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-inf-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-inf-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-inf-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-lf-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-lf-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-lf-sc-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-lf-sc-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-lf-sc-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-lf-swash-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-lf-swash-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-lf-swash-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-lf-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-lf-titling-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-lf-titling-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-lf-titling-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-lf-ts1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-osf-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-osf-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-osf-sc-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-osf-sc-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-osf-sc-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-osf-swash-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-osf-swash-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-osf-swash-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-osf-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-osf-ts1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-sup-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-sup-ot1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-sup-t1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-tlf-ly1.htf
-share/texmf-dist/tex4ht/ht-fonts/alias/EB_Garamond/EBGaramond-BoldItalic-tlf-ot1.htf



Home | Main Index | Thread Index | Old Index