自动多项选择中的框样式问题 - AMC

自动多项选择中的框样式问题 - AMC

平均能量损失

\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{tikz,xcolor}
\usepackage[box,completemulti]{automultiplechoice}
\usepackage{amsfonts}

\AMCtext{draft}{}

\begin{document}

%\AMCboxStyle{shape=oval,color=red}
\begin{question}{sum}$2+2={}$
\begin{choiceshoriz}[o]
\wrongchoice{1}
\correctchoice{4}
\wrongchoice{10}
\end{choiceshoriz}
\end{question}

\onecopy{1}{}

\end{document}

我添加了一行,

\AMCboxStyle{shape=oval,color=red}

未定义控制序列

有沒有方法可以解決?

相关内容