[tex4ht] [bug #607] tex4ht with package hyperref and option destlabel creates no ancor

2023-08-17 Thread Michal Hoftich
Follow-up Comment #3, bug #607 (project tex4ht): Save that code as config.cfg. To use it with htlatex, execute: $ htlatex filename.tex "config,uni-html4,2,svg,pic-tabular" " -cunihtf -utf8" With make4ht, use: $ make4ht -c config.cfg filename.tex "uni-html4,2,svg,pic-tabular" make4ht uses UTF-8

[tex4ht] [bug #607] tex4ht with package hyperref and option destlabel creates no ancor

2023-08-17 Thread Ernst Reissner
Follow-up Comment #2, bug #607 (project tex4ht): First of all, thank you a lot for your quick reply! One thing I don't understand: ``` You can try something like this: %%% \Preamble{xhtml} \let\origlabel\label \def\label#1{% \HCode{}% \origlabel{#1}% \HCode{}% } \begin{document

[tex4ht] [bug #607] tex4ht with package hyperref and option destlabel creates no ancor

2023-08-17 Thread Michal Hoftich
Follow-up Comment #1, bug #607 (project tex4ht): You can try something like this: %%% \Preamble{xhtml} \let\origlabel\label \def\label#1{% \HCode{}% \origlabel{#1}% \HCode{}% } \begin{document} \EndPreamble %%% It will add elements at the point of \label. In ad