summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/metalogox
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-01-04 03:02:24 +0000
committerNorbert Preining <norbert@preining.info>2023-01-04 03:02:24 +0000
commitb2ede2da5ece936a9be421f2b6fbdb6c65cb225a (patch)
tree52e56df44d458efa71d7de971f576d61dbdb2123 /macros/latex/contrib/metalogox
parent660cf44d2a0aee74bd6e69615fedfc57c966a260 (diff)
CTAN sync 202301040302
Diffstat (limited to 'macros/latex/contrib/metalogox')
-rw-r--r--macros/latex/contrib/metalogox/README.txt4
-rw-r--r--macros/latex/contrib/metalogox/metalogox.dtx61
-rw-r--r--macros/latex/contrib/metalogox/metalogox.pdfbin427650 -> 385365 bytes
3 files changed, 31 insertions, 34 deletions
diff --git a/macros/latex/contrib/metalogox/README.txt b/macros/latex/contrib/metalogox/README.txt
index 8c6e1d866e..14c1adc9b3 100644
--- a/macros/latex/contrib/metalogox/README.txt
+++ b/macros/latex/contrib/metalogox/README.txt
@@ -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
diff --git a/macros/latex/contrib/metalogox/metalogox.dtx b/macros/latex/contrib/metalogox/metalogox.dtx
index 4aa0f75870..0bc9471c04 100644
--- a/macros/latex/contrib/metalogox/metalogox.dtx
+++ b/macros/latex/contrib/metalogox/metalogox.dtx
@@ -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,10 +108,11 @@ Keywords={LaTeX, metalogox, logo}%
\def\DVI{DVI}
\def\PDF{PDF}
}
+}% AtBeginDocument
-
+\AddToHook{begindocument/before}{% Before .aux file is loaded.
\usepackage{cleveref}
-
+}
% from dtxdescribe:
\setlength{\marginparsep}{1em}
@@ -130,7 +140,7 @@ Keywords={LaTeX, metalogox, logo}%
\newcommand*{\textblue}[1]{\textcolor{blue!70!black}{#1}}
\setcounter{IndexColumns}{2}
-\setcounter{GlossaryColumns}{1}
+\setcounter{GlossaryColumns}{2}
\DisableCrossrefs
\CodelineIndex
@@ -141,26 +151,11 @@ Keywords={LaTeX, metalogox, logo}%
%</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 @@ Keywords={LaTeX, metalogox, logo}%
%
% \bigskip
%
-% {\small\textcopyright{} 2019} Brian Dunn\\ \small \texttt{bd@BDTechConcepts.com}
+% {\small\textcopyright{} 2019, 2023} Brian Dunn\\ \small \texttt{bd@BDTechConcepts.com}
%
% \vspace{.5in}
%
@@ -214,8 +209,9 @@ Keywords={LaTeX, metalogox, logo}%
% \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 @@ Keywords={LaTeX, metalogox, logo}%
% \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}{%
diff --git a/macros/latex/contrib/metalogox/metalogox.pdf b/macros/latex/contrib/metalogox/metalogox.pdf
index 55ac5642f7..6ed87f1aae 100644
--- a/macros/latex/contrib/metalogox/metalogox.pdf
+++ b/macros/latex/contrib/metalogox/metalogox.pdf
Binary files differ