سلام
ببخشید توی فایل تک مقاله ایی که دارم می نویسم شماره فرمولها و قضیه ها و لم ها و... رو به ضورت 1.2.3 شماره گذاری میکنه و من میخوام فقط شماره 1 یا 2 ... بخوره مثلا قضیه 1 و یا تعریف 2 و فرمول ها هم داخل پرانتز مثلا (3) شماره بخوره
چطور میتونم main تغییر بدم به این حالت؟؟؟؟
با تشکر فراوان
دستورهای main به این صورت هستند:
\documentclass[10pt,reqno]{amsproc}
%\documentclass[11pt]{imsproc}
\renewcommand{\baselinestretch}{1.25}
\usepackage{amsmath, amsthm, amscd, amsfonts, amssymb, graphicx, color}
\usepackage[bookmarksnumbered, plainpages]{hyperref}
\usepackage{graphicx}
\sloppy
\usepackage{epsfig}
% THEOREM Environments ---------------------------------------------------
\newtheorem{thm}{\textbf{Theorem}}[section]
\newtheorem{cor}[thm]{\textbf{Corollary}}
\newtheorem{que}[thm]{Question}
\newtheorem{lem}[thm]{{\textbf{Lemma}}}
\newtheorem{prop}[thm]{\textbf{Proposition}}
\theoremstyle{definition}
\newtheorem{defn}[thm]{\textbf{Definition}}
\theoremstyle{remark}
\newtheorem{rem}[thm]{Remark}
\numberwithin{equation}{section}
\newtheorem{n}[thm]{Note}
\theoremstyle{Example}
\newtheorem{ex}[thm]{\textbf{Example}}
% MATH -------------------------------------------------------------------
\DeclareMathOperator{\RE}{Re}
\DeclareMathOperator{\IM}{Im}
\DeclareMathOperator{\ess}{ess}
\newcommand{\eps}{\varepsilon}
\newcommand{\To}{\longrightarrow}
\newcommand{\h}{\mathcal{H}}
\newcommand{\s}{\mathcal{S}}
\newcommand{\A}{\mathcal{A}}
\newcommand{\B}{\mathcal{B}}
\newcommand{\J}{\mathcal{J}}
\newcommand{\T}{\mathcal{T}}
\newcommand{\M}{\mathcal{M}}
\newcommand{\W}{\mathcal{W}}
\newcommand{\X}{\mathcal{X}}
\newcommand{\BOP}{\mathbf{B}}
\newcommand{\BH}{\mathbf{B}(\mathcal{H})}
\newcommand{\KH}{\mathcal{K}(\mathcal{H})}
\newcommand{\Real}{\mathbb{R}}
\newcommand{\Complex}{\mathbb{C}}
\newcommand{\Field}{\mathbb{F}}
\newcommand{\RPlus}{\Real^{+}}
\newcommand{\Polar}{\mathcal{P}_{\s}}
\newcommand{\Poly}{\mathcal{P}(E)}
\newcommand{\EssD}{\mathcal{D}}
\newcommand{\Lom}{\mathcal{L}}
\newcommand{\States}{\mathcal{T}}
\newcommand{\abs}[1]{\left\vert#1\right\vert}
\newcommand{\set}[1]{\left\{#1\right\}}
\newcommand{\seq}[1]{\left<#1\right>}
\newcommand{\norm}[1]{\left\Vert#1\right\Vert}
\newcommand{\essnorm}[1]{\norm{#1}_{\ess}}
\newcommand{\Aa}{\mathfrak{A}}