preamble.tex
changeset 535 07b79f81c956
parent 518 ecc85aed588a
child 551 9dfb5db2acd7
equal deleted inserted replaced
534:2b1d52c41ac5 535:07b79f81c956
    60 \newtheorem*{exc}{Exercise}
    60 \newtheorem*{exc}{Exercise}
    61 \newtheorem{defn}[prop]{Definition}         % numbered definition
    61 \newtheorem{defn}[prop]{Definition}         % numbered definition
    62 \newtheorem*{defn*}{Definition}             % unnumbered definition
    62 \newtheorem*{defn*}{Definition}             % unnumbered definition
    63 \newtheorem{question}{Question}
    63 \newtheorem{question}{Question}
    64 \newtheorem{property}{Property}
    64 \newtheorem{property}{Property}
    65 \newtheorem{axiom}{Axiom}
    65 \newtheorem{axiom}{Axiom}[section]
    66 \newtheorem{module-axiom}{Module Axiom}
    66 \newtheorem{module-axiom}{Module Axiom}[section]
    67 \newenvironment{rem}{\noindent\textsl{Remark.}}{}  % perhaps looks better than rem above?
    67 \newenvironment{rem}{\noindent\textsl{Remark.}}{}  % perhaps looks better than rem above?
    68 \newtheorem{rem*}[prop]{Remark}
    68 \newtheorem{rem*}[prop]{Remark}
    69 \newtheorem{remark}[prop]{Remark}
    69 \newtheorem{remark}[prop]{Remark}
    70 \numberwithin{equation}{section}
    70 \numberwithin{equation}{section}
    71 %% example is defined in article_preamble.tex, for compatibility with beamer.
    71 %% example is defined in article_preamble.tex, for compatibility with beamer.