我尝试在数学模式中用 Calligra 字体书写符号。结果发现它不起作用。代码如下。
\documentclass{article} \usepackage{calligra} \usepackage[T1]{fontenc}
\usepackage{amsmath}
\title{Calligra} \author{} \date{\today}
\begin{document}
\maketitle
\calligra{Calligra font is not supported in the math mode}
\begin{equation}
1 \leq \calligra{M}, \calligra{N} \geq 2 \end{equation}
\end{document}
请问为什么它不起作用?谢谢!
答案1
\calligra
类似于\ttfamily
并且不接受参数,文本中的语法是
{\calligra Calligra font is not supported in the math mode}
不是
\calligra{Calligra font is not supported in the math mode}
该包没有声明数学字体,但你可以使用
\text{\calligra M}
在数学上