我知道
\documentclass{article}
\usepackage{mathrsfs}
\usepackage{extarrows}
\begin{document}
$\mathscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$
\end{document}
生产 :
但我想知道获取所需的命令是什么:
答案1
\mathscr
将提供脚本字体在数学模式中仅适用于大写字母;形状取决于使用的包。据我所知,没有字体在数学模式下为小写字母提供这种字体。不要用它\mathscr
来写普通的非数学文本(它旨在用于数学表达式)。
在文本模式,您可以使用calligra
字体,由calligra
包裹:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{calligra}
\begin{document}
\normalfont\calligra
ABCDEFGHIJ\par
KLMNOPQRST\par
UVWXYZ
abcdefghijklmnopqrstuvwxyz
I like mathematics. Mathematics is a language.
\end{document}
另一种选择是使用 XeLaTeX 和像图像中那样的字体。