summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Yokosawa <akiyks@gmail.com>2023-11-07 17:35:34 +0900
committerPaul E. McKenney <paulmck@kernel.org>2023-11-07 19:49:09 -0800
commit72ec20dc241a5e8b51e6fc0c6444dcd4d0550804 (patch)
treec2ca88f5c192a08b42527233e9c875ea839d876b
parent6e4fc392e080383f29b6eac5fc2e94ef7ec13876 (diff)
downloadperfbook-72ec20dc241a5e8b51e6fc0c6444dcd4d0550804.tar.gz
Load xcolor before loading newtxtext
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 <akiyks@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--perfbook-lt.tex2
1 files changed, 1 insertions, 1 deletions
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}