texlive[69581] Master/texmf-dist: hvlogos (24jan24)

commits+karl at tug.org commits+karl at tug.org
Wed Jan 24 22:29:58 CET 2024


Revision: 69581
          https://tug.org/svn/texlive?view=revision&revision=69581
Author:   karl
Date:     2024-01-24 22:29:58 +0100 (Wed, 24 Jan 2024)
Log Message:
-----------
hvlogos (24jan24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/hvlogos/Changes
    trunk/Master/texmf-dist/doc/latex/hvlogos/hvlogos-doc.pdf
    trunk/Master/texmf-dist/tex/latex/hvlogos/hvlogos.sty

Modified: trunk/Master/texmf-dist/doc/latex/hvlogos/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hvlogos/Changes	2024-01-24 21:29:43 UTC (rev 69580)
+++ trunk/Master/texmf-dist/doc/latex/hvlogos/Changes	2024-01-24 21:29:58 UTC (rev 69581)
@@ -1,4 +1,5 @@
 hvlogos.sty:    
+0.12 2024-01-24  - fix for introduced bug
 0.11 2024-01-23  - do not load a mathfont
 0.10 2023-10-16  - changed \MetaPost to \MP
 0.09 2022-05-06  - changed almost all \def to \providecommand

Modified: trunk/Master/texmf-dist/doc/latex/hvlogos/hvlogos-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/hvlogos/hvlogos.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hvlogos/hvlogos.sty	2024-01-24 21:29:43 UTC (rev 69580)
+++ trunk/Master/texmf-dist/tex/latex/hvlogos/hvlogos.sty	2024-01-24 21:29:58 UTC (rev 69581)
@@ -10,7 +10,7 @@
 %
 %
 % -------------------------------------
-\ProvidesPackage{hvlogos}[2024/01/23 v. 0.11 Logos (hv)]
+\ProvidesPackage{hvlogos}[2024/01/24 v. 0.12 Logos (hv)]
 %
 \newif\if at dtk@newengine \@dtk at newenginetrue 
 %
@@ -17,12 +17,12 @@
 \RequirePackage{fetamont,hologo,dantelogo,xspace,expl3}
 
 
-%\ifluatex\else\ifxetex\else\@dtk at newenginefalse\fi\fi
-%\if at dtk@newengine
-%  \RequirePackage{unicode-math}
-%  \setmathfont{LatinModernMath-Regular}
-%  \setmathfont[version=XITS]{XITSMath-Regular.otf}
-%\fi  
+\ifluatex\else\ifxetex\else\@dtk at newenginefalse\fi\fi
+\if at dtk@newengine
+  \RequirePackage{unicode-math}
+  \setmathfont[version=LM]{LatinModernMath-Regular}
+  \setmathfont[version=XITS]{XITSMath-Regular.otf}
+\fi  
 %
 \iffalse
 \DeclareRobustCommand\ffmfamily{\not at math@alphabet\ffmfamily\relax
@@ -41,6 +41,7 @@
 {  L%
   \ifx\f at family\sfdefault\kern#1\else\kern\dimexpr#1+0.02em\relax\fi
   \begingroup
+    \if at dtk@newengine\mathversion{LM}\fi
     \setbox\ltx at zero\hbox{T}%
     \vbox to\ht\ltx at zero{%
       \hbox{%
@@ -49,7 +50,8 @@
         }{%
           \check at mathfonts
           \fontsize\sf at size{0pt}%
-          \math at fontsfalse\selectfont
+          \math at fontsfalse
+        \selectfont
         }%
         A%
       }%
@@ -77,13 +79,14 @@
 \providecommand\AmSTeX{\mbox{\textsf{AMS}-\hologo{TeX}}}
 \DeclareRobustCommand\Biber{\textsf{Biber}\xspace}
 \let\biber\Biber
-\DeclareRobustCommand{\BibLaTeXML}{B\kern-.05em%
-    \hbox{$\m at th$% %% force math size calculations
-          \csname S@\f at size\endcsname
-          \fontsize\sf at size\z@
-          \math at fontsfalse\selectfont
-          I\kern-.025emB}%
-    \kern-.08em\-\LaTeX{}ML}
+\DeclareRobustCommand\BibLaTeXML{\BibLaTeX{}ML}
+%\kern-.05em%
+%    \hbox{$\m at th$% %% force math size calculations
+%          \csname S@\f at size\endcsname
+%          \fontsize\sf at size\z@
+%          \math at fontsfalse\selectfont
+%          I\kern-.025emB}%
+%    \kern-.08em\-\LaTeX{}ML}
 \DeclareRobustCommand\BibTeX{\@ifnextchar8\@@BibTeX\@BibTeX}
 \def\@BibTeX{{\hologoLogoSetup{BibTeX}{variant=sc}\hologo{BibTeX}}}
 \providecommand\BibTeXacht{{\hologoLogoSetup{BibTeX8}{variant=sc}\hologo{BibTeX8}}}



More information about the tex-live-commits mailing list.