preamble.tex
changeset 537 0b5c9bc25191
parent 535 07b79f81c956
child 551 9dfb5db2acd7
equal deleted inserted replaced
533:9ca95f2627f8 537:0b5c9bc25191
    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.