newtxtext v1.73 loads xcolor for its new option called "supscolor"
without any options.
This conflicts with the later loading of xcolor with the option
list of [table,svgnames].
Resolve it by loading xcolor with our option list just before
loading newtxtext.

Signed-off-by: Akira Yokosawa <[email protected]>
---
Next Ubuntu LTS (24.04) will likely have newtxtext >= 1.73.
Note that as of this writing, newtxtext v1.73 is not compatible
with our -sf (sans-serif) builds.  This issue is expected to
be fixed soon in v1.732 or higher.

        Thanks, Akira
--
 perfbook-lt.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perfbook-lt.tex b/perfbook-lt.tex
index cddff24f..8db77cb6 100644
--- a/perfbook-lt.tex
+++ b/perfbook-lt.tex
@@ -15,6 +15,7 @@
 \usepackage[full]{textcomp} % use symbols in TS1 encoding
 \usepackage{lmodern}
 \usepackage[T1]{fontenc} % use postscript type 1 fonts
+\usepackage[table,svgnames]{xcolor} % newtxtext v1.73 loads xcolor without 
options
 \usepackage[defaultsups,helvratio=0.9]{newtxtext} % use nice, standard fonts 
for roman
 
 % Improves the text layout
@@ -44,7 +45,6 @@
 \setlist[sequence]{label*=\arabic*}
 %\usepackage{enumerate}
 \usepackage{ifthen}
-\usepackage[table,svgnames]{xcolor}
 \usepackage[shortcuts]{extdash}
 \usepackage{changepage}
 \usepackage{listings}

base-commit: 6e4fc392e080383f29b6eac5fc2e94ef7ec13876
-- 
2.34.1

Reply via email to