我觉得有一个标准的 LaTeX 包,其中声明了所有这些快捷方式,但我不记得它叫什么,而且搜索似乎没有帮助。
答案1
只需搜索本地树,例如
cd /usr/local/texlive/2016/texmf-dist/tex/latex/
然后:
grep '\\RR[^a-Z]' */*.sty
生产
akktex/akkmathset.sty:\newcommand \RR {{\mathbb R}}
akktex/akkmathset.sty:\newcommand \RRm {\RR^m}
akktex/akkmathset.sty:\newcommand \RRn {\RR^n}
akktex/akkmathset.sty:\newcommand \sqsetrr {\sqset \RR}
cryptocode/cryptocode.sty: \providecommand\RR{\mathbb{R}}
xyling/xyling.sty:\let\RR\DR
建议akkmathset
和cryptocode
包裹都定义了\RR
您建议的方式。