From da76fb674ed79098b57a15cba79af3678228eb8c Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Mon, 23 Mar 2026 12:47:39 +0900 Subject: [PATCH] remove deprecated option to xcolor (usenames) --- paper_template/text.Rtex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper_template/text.Rtex b/paper_template/text.Rtex index 89f14b5..cfd9c5b 100644 --- a/paper_template/text.Rtex +++ b/paper_template/text.Rtex @@ -13,7 +13,7 @@ <>= knit_hooks$set(document = function(x) { x <- sub('\\usepackage[]{xcolor}', - '\\usepackage[usenames,dvipsnames]{xcolor}', x, fixed = TRUE) + '\\usepackage[dvipsnames]{xcolor}', x, fixed = TRUE) x }) opts_chunk$set(fig.path="figures/knitr-")