summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-10 21:51:21 +0000
committerKarl Berry <karl@freefriends.org>2022-02-10 21:51:21 +0000
commit63bd165e5b475a8cd005c95258e440929b4ed9c1 (patch)
tree49e8468182ee8ced536ffcde66495932e0c7957a /Master/texmf-dist/tex/generic/tex4ht
parentef4a791cfef99df6f7b9043051d3ba25255db354 (diff)
breakurl support, tex4ht r1076
git-svn-id: svn://tug.org/texlive/trunk@61975 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/breakurl-hooks.4ht27
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht5
2 files changed, 30 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/breakurl-hooks.4ht b/Master/texmf-dist/tex/generic/tex4ht/breakurl-hooks.4ht
new file mode 100644
index 00000000000..7f37999e13f
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/tex4ht/breakurl-hooks.4ht
@@ -0,0 +1,27 @@
+% breakurl-hooks.4ht (2022-02-10-13:40), generated from tex4ht-4ht.tex
+% Copyright 2022 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2022-02-10-13:40}
+
+\let\orig:AtBeginDvi\AtBeginDvi
+\def\AtBeginDvi#1{}
+\:AtEndOfPackage{%
+ \let\AtBeginDvi\orig:AtBeginDvi
+}
+\endinput
+
diff --git a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
index 85e18c9e920..87e14c8173a 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
@@ -1,4 +1,4 @@
-% usepackage.4ht (2022-01-11-14:12), generated from tex4ht-4ht.tex
+% usepackage.4ht (2022-02-10-13:40), generated from tex4ht-4ht.tex
% Copyright 2003-2009 Eitan M. Gurari
% Copyright 2009-2022 TeX Users Group
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-01-11-14:12}
+\immediate\write-1{version 2022-02-10-13:40}
\def\:temp{tex4ht}\ifx \:temp\@currname
\:warning{\string\usepackage{tex4ht} again?}
@@ -61,6 +61,7 @@
\Configure{PackageHooks}{fontspec.sty}{fontspec-hooks.4ht}
\Configure{PackageHooks}{tikz.sty}{tikz-hooks.4ht}
\Configure{PackageHooks}{pdfbase.sty}{pdfbase-hooks.4ht}
+\Configure{PackageHooks}{breakurl.sty}{breakurl-hooks.4ht}
\Configure{PackageHooks}{hyperref.sty}{hyperref-hooks.4ht}
\Configure{PackageHooks}{caption.sty}{caption-hooks.4ht}
\Configure{PackageHooks}{minted.sty}{minted-sty-hooks.4ht}