我需要在 Latex 中使用自定义的定理环境。我将代码放在这里。但是,我不确定随着定理标题的更改,将编号也更改为字体的标准方法是什么。
\documentclass[journal,twoside]{IEEEtran}
\usepackage{amsmath,amsthm,amssymb,amsthm,amsfonts,mathtools}
\usepackage{graphicx}
\usepackage{eqnarray}
\usepackage{hyperref}
\usepackage{url}
\usepackage{booktabs,multirow,array}
\usepackage{ragged2e}
\usepackage{enumerate}
\graphicspath{{Figs/}}
\newcommand{\mi}{\mathrm{i}}
\usepackage{bm}
\usepackage{accents}
\usepackage{upgreek}
\usepackage{ragged2e}
\usepackage{stmaryrd}
\let\oldfootnote\footnote
\DeclareMathOperator*{\argmin}{\arg\!\min}
\usepackage{relsize}
\theoremstyle{plain}
\newtheorem{thm}{$\mathbf{Theorem}$}
\newtheorem{lem}{$\mathbf{Lemma}$}
\newtheorem{cor}{$\mathbf{corollary}$}
\newtheorem{prop}{$\mathbf{Proposition}$}
\newtheorem{disc}{$\mathbf{Discussion}$}
\newtheorem{exmp}{$\mathbf{Example}$}
\theoremstyle{definition}
\newtheorem{defn}{$\mathbf{Definition}$}
\newtheorem{note}{$\mathbf{Note}$}
\newtheorem{remk}{$\mathbf{Remark}$}
\usepackage[scr = dutchcal]{mathalfa}
% ==================
%\usepackage[noadjust]{cite}
\begin{document}
\begin{note}
something
\end{note}
\end{document}