|
|
|
Viewing Preamble for
supremum |
|
[
back to 'supremum'
]
|
% This is Cosmin's preamble.
% Packages
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{mathrsfs}
%\usepackage{graphicx}
%\usepackage{xypic}
%\usepackage{babel}
% Theorem Environments
\newtheorem*{thm}{Theorem}
\newtheorem{thmn}{Theorem}
\newtheorem*{lem}{Lemma}
\newtheorem{lemn}{Lemma}
\newtheorem*{cor}{Corollary}
\newtheorem{corn}{Corollary}
\newtheorem*{prop}{Proposition}
\newtheorem{propn}{Proposition}
% Other Commands
\renewcommand{\geq}{\geqslant}
\renewcommand{\leq}{\leqslant}
\newcommand{\vect}[1]{\boldsymbol{#1}}
\newcommand{\mat}[1]{\mathsf{#1}}
\renewcommand{\div}{\!\mid\!} |
|
|
|
|