我有以下序言,
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[
twoside,openright,titlepage,numbers=noenddot,headinclude,%1headlines,
footinclude=true,cleardoublepage=empty,
dottedtoc, % Make page numbers in the table of contents flushed right with dots leading to them
BCOR=5mm,paper=a4,fontsize=11pt, % Binding correction, paper type and font size
ngerman,american, % Languages, change this to your language(s)
]{scrreprt}
\usepackage{adjustbox}
\usepackage{scrextend}
\usepackage{setspace}
编译正常并生成 PDF,但我想添加 tikz 图形,因此在添加包时\usepackage{tikz}
,编译器抛出了以下错误,
!包 xcolor 错误:未定义颜色“栗色”。
我究竟做错了什么?
编辑:
我已经上传了整个项目这里方便编辑和参考。谢谢。
答案1
Maroon
color 是颜色之一。加载包svgnames
时需要加载此列表。xcolor
最简单的解决方案是将选项添加svgnames
到选项列表中。这样,它将在加载包scrreprt
时应用。TiKz
xcolor