texlive[65448] Master/texmf-dist: metalogox (3jan23)

commits+karl at tug.org commits+karl at tug.org
Tue Jan 3 21:48:11 CET 2023


Revision: 65448
          http://tug.org/svn/texlive?view=revision&revision=65448
Author:   karl
Date:     2023-01-03 21:48:11 +0100 (Tue, 03 Jan 2023)
Log Message:
-----------
metalogox (3jan23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/metalogox/README.txt
    trunk/Master/texmf-dist/doc/latex/metalogox/metalogox.pdf
    trunk/Master/texmf-dist/source/latex/metalogox/metalogox.dtx
    trunk/Master/texmf-dist/tex/latex/metalogox/metalogox.sty

Modified: trunk/Master/texmf-dist/doc/latex/metalogox/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/metalogox/README.txt	2023-01-03 20:47:59 UTC (rev 65447)
+++ trunk/Master/texmf-dist/doc/latex/metalogox/README.txt	2023-01-03 20:48:11 UTC (rev 65448)
@@ -1,8 +1,8 @@
 The LaTeX metalogox package
 Automatically adjusts the TeX logo and related, depending on the font.
 
-v1.00
-Copyright 2019 Brian Dunn — www.BDTechConcepts.com
+v1.01
+Copyright 2019, 2023 Brian Dunn — www.BDTechConcepts.com
 LaTeX Project Public License, version 1.3
 
 The metalogox package extends the metalogo package to automatically adjust

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

Modified: trunk/Master/texmf-dist/source/latex/metalogox/metalogox.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/metalogox/metalogox.dtx	2023-01-03 20:47:59 UTC (rev 65447)
+++ trunk/Master/texmf-dist/source/latex/metalogox/metalogox.dtx	2023-01-03 20:48:11 UTC (rev 65448)
@@ -1,7 +1,7 @@
 %
 % \iffalse meta-comment
 %
-% Copyright 2019 Brian Dunn
+% Copyright 2019, 2023 Brian Dunn
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either version 1.3
@@ -16,7 +16,7 @@
 % \iffalse
 %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
 %<package>\ProvidesPackage{metalogox}
-%<package>    [2019/01/20 v1.00 Extends the metalogo package with font detection.]
+%<package>    [2023/01/03 v1.01 Extends the metalogo package with font detection.]
 %
 %<*driver>
 \documentclass{ltxdoc}
@@ -46,11 +46,19 @@
 \usepackage[T1]{fontenc}
 \usepackage[utf8]{inputenc}
 
+
+\usepackage[svgnames]{xcolor}
+\definecolor{myurlcolor}{rgb}{0,0,.7}
+\definecolor{mylinkcolor}{rgb}{.7,0,0}
+\definecolor{codecolor}{rgb}{0,.4,.2}
+\definecolor{overviewcolor}{rgb}{0,.2,.4}
+
+
 \usepackage{microtype}
 
 \usepackage{etoolbox}
 
-\usepackage{dtxdescribe}
+\usepackage{dtxdescribe}[2023/01/03]
 
 \usepackage{booktabs}
 
@@ -67,17 +75,18 @@
 
 
 
-\usepackage[pdftex,bookmarks=true,hidelinks,%
-colorlinks,linkcolor=mylinkcolor,urlcolor=myurlcolor,%
-pageanchor=true,hyperindex=false,
-]{hyperref}
 
+\AtBeginDocument{
 \hypersetup{%
 pdfinfo={%
 Title={LaTeX \mypackagename{} package},%
 Author={Brian Dunn},%
 Subject={LaTeX metalogox package},%
-Keywords={LaTeX, metalogox, logo}%
+Keywords={LaTeX, metalogox, logo},%
+colorlinks,%
+linkcolor=mylinkcolor,%
+urlcolor=myurlcolor,%
+pageanchor=true,
 }}
 
 \pdfstringdefDisableCommands{
@@ -99,11 +108,12 @@
 \def\DVI{DVI}
 \def\PDF{PDF}
 }
+}% AtBeginDocument
 
-
+\AddToHook{begindocument/before}{% Before .aux file is loaded.
 \usepackage{cleveref}
+}
 
-
 % from dtxdescribe:
 \setlength{\marginparsep}{1em}
 \setlength{\marginparpush}{.7ex}
@@ -130,7 +140,7 @@
 \newcommand*{\textblue}[1]{\textcolor{blue!70!black}{#1}}
 
 \setcounter{IndexColumns}{2}
-\setcounter{GlossaryColumns}{1}
+\setcounter{GlossaryColumns}{2}
 
 \DisableCrossrefs
 \CodelineIndex
@@ -141,26 +151,11 @@
 %</driver>
 % \fi
 %
-% \CheckSum{0}
-%
-% \CharacterTable
-% {Upper-case     \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-%   Digits        \0\1\2\3\4\5\6\7\8\9
-%   Exclamation   \!     Double quote \"      Hash (number) \#
-%   Dollar        \$     Percent       \%     Ampersand     \&
-%   Acute accent \'      Left paren    \(     Right paren   \)
-%   Asterisk      \*     Plus          \+     Comma         \,
-%   Minus         \-     Point         \.     Solidus       \/
-%   Colon         \:     Semicolon     \;     Less than     \<
-%   Equals        \=     Greater than \>      Question mark \?
-%   Commercial at \@     Left bracket \[      Backslash     \\
-%   Right bracket \]     Circumflex    \^     Underscore    \_
-%   Grave accent \`      Left brace    \{     Vertical bar \|
-%   Right brace   \}     Tilde         \~}
 
 
-% \changes{v1.00}{2019/01/20}{2019/01/20 Initial version.}
+% \changes{v1.00}{2019/01/20}{\ 2019/01/20 Initial version.}
+% \changes{v1.01}{2023/01/03}{Docs adjusted for \pkg{dtxdescribe}.}
+% \changes{v1.01}{2023/01/03}{\ 2023/01/03}
 
 
 
@@ -180,7 +175,7 @@
 %
 % \bigskip
 %
-% {\small\textcopyright{} 2019} Brian Dunn\\ \small \texttt{bd at BDTechConcepts.com}
+% {\small\textcopyright{} 2019, 2023} Brian Dunn\\ \small \texttt{bd at BDTechConcepts.com}
 %
 % \vspace{.5in}
 %
@@ -214,8 +209,9 @@
 % \TeX, \LaTeX, \LaTeXe, \XeLaTeX, and \LuaLaTeX,
 % depending on the font detected or the option given to \pkg{metalogox}.
 %
+% \changes{v1.01}{2023/01/03}{Updated \LaTeX\ Font Catalog website.}
 % Most of the serif and sans fonts listed at
-% \href{http://www.tug.dk/FontCatalogue/}{The \LaTeX\ Font Catalogue}
+% \href{https://tug.org/FontCatalogue/}{The \LaTeX\ Font Catalogue}
 % are supported.
 % \end{abstract}
 %
@@ -1192,7 +1188,8 @@
 % \end{macro}
 %
 %
-% \begin{macro}{\autoadjustlogos}
+% \begin{macro}{\autoadjustlogos} *
+%
 % Search a list of fonts and variants, looking for a match with the current one.
 %    \begin{macrocode}
 \NewDocumentCommand{\autoadjustlogos}{s}{%

Modified: trunk/Master/texmf-dist/tex/latex/metalogox/metalogox.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/metalogox/metalogox.sty	2023-01-03 20:47:59 UTC (rev 65447)
+++ trunk/Master/texmf-dist/tex/latex/metalogox/metalogox.sty	2023-01-03 20:48:11 UTC (rev 65448)
@@ -17,7 +17,7 @@
 %% version 2005/12/01 or later.
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesPackage{metalogox}
-    [2019/01/20 v1.00 Extends the metalogo package with font detection.]
+    [2023/01/03 v1.01 Extends the metalogo package with font detection.]
 
 
 \RequirePackage{metalogo}



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