From 174fabf34feb9ca84ae39e1f66e95df8efcf9915 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 6 Apr 2023 20:38:38 +0000 Subject: \nolinkurl as-is, tex4ht r1318 git-svn-id: svn://tug.org/texlive/trunk@66786 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/generic/tex4ht/ChangeLog | 6 ++++++ Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 4 ++-- Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht | 8 ++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 7ac953460c4..5ae7287ea83 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,9 @@ +2023-04-06 Michal Hoftich + + * tex4ht-4ht.tex (biblatex.4ht): print contents of the \nolinkurl as + is. + https://tex.stackexchange.com/q/681968/2891 + 2023-04-03 Michal Hoftich * tex4ht-4ht.tex (tabto.4ht), diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index ef5026ffd70..f1aa1c341d6 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1317 2023-04-03 13:19:40Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1318 2023-04-06 09:30:00Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2023 TeX Users Group @@ -2190,7 +2190,7 @@ We put the hook ourselves thanks to Configure{ifthenelse}. \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@checksum{\ifx \blx@checksum@old \blx@checksum@new \else % \blx@warning@noline {Page references have changed.\MessageBreak % Rerun to get references right}\@tempswatrue \blx@reruntrue \fi diff --git a/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht b/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht index d85dff304cb..e11ba680f03 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht @@ -1,6 +1,6 @@ -% biblatex.4ht (2022-11-21-13:02), generated from tex4ht-4ht.tex +% biblatex.4ht (2023-04-06-13:28), generated from tex4ht-4ht.tex % Copyright 2007-2009 Eitan M. Gurari -% Copyright 2009-2022 TeX Users Group +% Copyright 2009-2023 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2022-11-21-13:02} +\immediate\write-1{version 2023-04-06-13:28} \def\make:blx:ver#1.#2#3\relax{% %\ifdim#1pt< 3pt \xdef\blx:ver:no{2}\else\xdef\blx:ver:no{3}\fi% @@ -145,7 +145,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@checksum{\ifx \blx@checksum@old \blx@checksum@new \else % \blx@warning@noline {Page references have changed.\MessageBreak % Rerun to get references right}\@tempswatrue \blx@reruntrue \fi -- cgit v1.2.3