错误:“扫描 \__um_group_end:n 的使用时文件结束。”

错误:“扫描 \__um_group_end:n 的使用时文件结束。”

昨天我输入了命令\mathcal{C),但出现了这个错误

扫描使用 __um_group_end:n 时文件结束。

这是我第一次遇到此错误,我不知道它来自哪里。有人可以解释一下这个错误吗?

编辑:添加 MWE

\documentclass[12pt, a4paper, twoside, openany]{memoir}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{polyglossia}
\usepackage{xltxtra}
\usepackage{fontspec}
\setmainfont{GFS Didot}
\setdefaultlanguage{greek}
\renewcommand\qedsymbol{$\blacklozenge$}
\usepackage[shortlabels]{enumitem}
\usepackage{fontawesome}
\usepackage[table]{xcolor}
\usepackage{graphicx}
\usepackage{float}
\usepackage{multicol}
\usepackage{multirow}
\usepackage{accents}
\usepackage{fancybox}
\usepackage{pgfornament}
\usepackage{systeme}
\usepackage{chngcntr} 
\counterwithout{equation}{chapter}
%\usepackage{showframe}
\usepackage{makecell}

%ability to add num of pages automatically
\usepackage{zref-totpages}

%diagonal lines in cell tables
%\usepackage{slashbox} (deprecated since 1993)
\usepackage{diagbox}

%initiate epigraph 
\usepackage{epigraph}
\setlength\epigraphwidth{.8\textwidth}
\setlength\epigraphrule{0pt}

%set ocre
\definecolor{ocre}{RGB}{243,102,25}

%asana math
\usepackage{unicode-math}
\setmathfont[Scale=MatchUppercase]{Asana Math}

%style of enumeration item

\usepackage{tikz, tkz-euclide}
\usetkzobj{all}
\usetikzlibrary{fit, shapes,snakes,arrows,intersections, backgrounds,calc, trees, hobby,decorations.pathmorphing ,  patterns}
\usetikzlibrary{scopes,svg.path,shapes.geometric,shadows}
\usetikzlibrary{positioning}

\usepackage{cancel}
\usepackage[most]{tcolorbox}

% we want to letterspace uppercased words and those in small caps, so:
\usepackage{microtype}


\begin{document}
    
    $\mathcal{C)$
    
\end{document}

答案1

你写道\mathcal{C),即打开{永远不会关闭,存在不兼容)。不幸的是,LaTeX\mathcal以这样的方式定义宏,即错误报告与宏本身无关\mathcal

相关内容