diff --git a/_quarto.yml b/_quarto.yml index e6abdbf..c9320ce 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -78,3 +78,7 @@ format: theme: [cosmo, custom.scss] pdf: documentclass: scrbook + # Fixes 'Undefined control sequence \cellcolor' error + include-in-header: + - text: | + \usepackage[table]{xcolor}