一般在定理環境時 \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$}}