summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-4ht.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/TeX4ht/source/tex4ht-4ht.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex26
1 files changed, 25 insertions, 1 deletions
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 8ae5eb4d25..72be0a6972 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1069 2022-02-02 14:31:53Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1076 2022-02-10 16:55:31Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2022 TeX Users Group
@@ -4785,6 +4785,30 @@ the command: \psppath.
\EndVerbatim\EndHPage{}]
%%%%%%%%%%%%%%%%%%
+\Section{breakurl.sty}
+%%%%%%%%%%%%%%%%%%
+
+The Breakurl package adds some PostScript code to the
+DVI output and TeX4ht doesn't like it. We disable the
+AtBeginDvi command temporarily as a work around.
+
+\<add to usepackage\><<<
+\Configure{PackageHooks}{breakurl.sty}{breakurl-hooks.4ht}
+>>>
+
+\<breakurl-hooks.4ht\><<<
+% breakurl-hooks.4ht (|version), generated from |jobname.tex
+% Copyright 2022 TeX Users Group
+|<TeX4ht license text|>
+\let\orig:AtBeginDvi\AtBeginDvi
+\def\AtBeginDvi#1{}
+\:AtEndOfPackage{%
+ \let\AtBeginDvi\orig:AtBeginDvi
+}
+\endinput
+>>> \AddFile{7}{breakurl-hooks}
+
+%%%%%%%%%%%%%%%%%%
\Section{path.sty}
%%%%%%%%%%%%%%%%%%