texlive[73446] Master: yb-book (13jan25)
commits+karl at tug.org
commits+karl at tug.org
Mon Jan 13 22:23:37 CET 2025
Revision: 73446
https://tug.org/svn/texlive?view=revision&revision=73446
Author: karl
Date: 2025-01-13 22:23:37 +0100 (Mon, 13 Jan 2025)
Log Message:
-----------
yb-book (13jan25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/yb-book/yb-book.pdf
trunk/Master/texmf-dist/source/latex/yb-book/yb-book.dtx
trunk/Master/texmf-dist/tex/latex/yb-book/yb-book.cls
trunk/Master/tlpkg/libexec/ctan2tds
Modified: trunk/Master/texmf-dist/doc/latex/yb-book/yb-book.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/yb-book/yb-book.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/yb-book/yb-book.dtx 2025-01-13 21:05:18 UTC (rev 73445)
+++ trunk/Master/texmf-dist/source/latex/yb-book/yb-book.dtx 2025-01-13 21:23:37 UTC (rev 73446)
@@ -50,7 +50,7 @@
%<class>\NeedsTeXFormat{LaTeX2e}
%<class>\ProvidesClass{yb-book}
%<*class>
-[2025/01/08 0.6.0 YB Branded Book Style]
+[2025/01/13 0.6.1 YB Branded Book Style]
%</class>
%<*driver>
\documentclass{ltxdoc}
@@ -464,7 +464,8 @@
% \begin{macrocode}
\makeatletter
\ifdefined\yb at authordraft\else
- \RequirePackage[letterspace=-50]{microtype}
+ \PassOptionsToPackage{letterspace=-50,nopatch=footnote}{microtype}
+ \RequirePackage{microtype}
\fi
\makeatother
% \end{macrocode}
Modified: trunk/Master/texmf-dist/tex/latex/yb-book/yb-book.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/yb-book/yb-book.cls 2025-01-13 21:05:18 UTC (rev 73445)
+++ trunk/Master/texmf-dist/tex/latex/yb-book/yb-book.cls 2025-01-13 21:23:37 UTC (rev 73446)
@@ -32,7 +32,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{yb-book}
-[2025/01/08 0.6.0 YB Branded Book Style]
+[2025/01/13 0.6.1 YB Branded Book Style]
@@ -181,7 +181,8 @@
\makeatletter
\ifdefined\yb at authordraft\else
- \RequirePackage[letterspace=-50]{microtype}
+ \PassOptionsToPackage{letterspace=-50,nopatch=footnote}{microtype}
+ \RequirePackage{microtype}
\fi
\makeatother
Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds 2025-01-13 21:05:18 UTC (rev 73445)
+++ trunk/Master/tlpkg/libexec/ctan2tds 2025-01-13 21:23:37 UTC (rev 73446)
@@ -4368,6 +4368,7 @@
if ($opt_test) {
print "\t SYSTEM $job # test\n";
} else {
+ warn "PATH = $ENV{PATH}\n";
print "\t SYSTEM $job\n" if $opt_debug;
system ($job);
}
More information about the tex-live-commits
mailing list.