一般在定理环境时 \begin{thm} *** \end{thm} 呈现出的结果是 Theorem 1. ***
请问要在什么地方或是打什么指令才可以把 Theorem 1. 当中 1 后面的“黑点”去掉?
====解法之一========================
\newtheoremstyle{note}% name
{3pt}% Space above
{3pt}% Space below
{}% Body font
{}% Indent amount (empty = no indent, \parindent = para indent)
{\itshape}% Thm head font
{}% Punctuation after thm head 在这个地方改成空集合就不会出现点
{.5em}% Space after thm head: " " = normal interword space;
% \newline = linebreak
{}% Thm head spec (can be left empty, meaning `normal')
\theoremstyle{note}
\newtheorem*{note}{\scalebox{1.5}{$\Box$}}