[tex4ht-commits] [SCM] tex4ht updated: r1318 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Apr 6 11:30:00 CEST 2023
Author: michal_h21
Date: 2023-04-06 09:30:00 +0000 (Thu, 06 Apr 2023)
New Revision: 1318
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
print contents of the \nolinkurl as is
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-04-03 13:19:40 UTC (rev 1317)
+++ trunk/lit/ChangeLog 2023-04-06 09:30:00 UTC (rev 1318)
@@ -1,3 +1,9 @@
+2023-04-06 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (biblatex.4ht): print contents of the \nolinkurl as
+ is.
+ https://tex.stackexchange.com/q/681968/2891
+
2023-04-03 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (tabto.4ht),
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2023-04-03 13:19:40 UTC (rev 1317)
+++ trunk/lit/tex4ht-4ht.tex 2023-04-06 09:30:00 UTC (rev 1318)
@@ -2190,7 +2190,7 @@
\NewConfigure{printshorthands}{4}
\NewConfigure{@shorthands}[1]{\concat:config\a:@shorthands{#1}}
\let\a:@shorthands\empty
-% \def\nolinkurl{\o:url:}
+\def\nolinkurl#1{#1}
% \def\blx at checksum{\ifx \blx at checksum@old \blx at checksum@new \else
% \blx at warning@noline {Page references have changed.\MessageBreak
% Rerun to get references right}\@tempswatrue \blx at reruntrue \fi
More information about the tex4ht-commits
mailing list.