-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmythesisabbrev.sty
73 lines (66 loc) · 2.61 KB
/
mythesisabbrev.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
%% This file contains any and all redefined commands that the user would like
%% to use in the thesis. Those commands listed here are merely examples
%% and may be removed at will.
%%
%%**********************************************************************
%% Legal Notice:
%% This code is offered as-is without any warranty either
%% expressed or implied; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE!
%% User assumes all risk.
%% In no event shall any contributor to this code be liable for any damages
%% or losses, including, but not limited to, incidental, consequential, or
%% any other damages, resulting from the use or misuse of any information
%% contained here.
%%**********************************************************************
%%
%% $Id: mythesisabbrev.sty,v 1.3 2006/08/25 01:00:42 Owner Exp $
\newcommand{\ret}{\\[10 pt]}
\newcommand{\norm}[1]{\left\Vert#1\right\Vert}
\newcommand{\abs}[1]{\left\vert#1\right\vert}
\newcommand{\set}[1]{\left\{#1\right\}}
\newcommand{\parens}[1]{\left(#1\right)}
\newcommand{\brac}[1]{\left[#1\right]}
\newcommand{\ang}[1]{\left<#1\right>}
\newcommand{\ceil}[1]{\left\lceil #1 \right\rceil}
\newcommand{\floor}[1]{\left\lfloor #1 \right\rfloor}
\renewcommand{\a}{\alpha}
\renewcommand{\b}{\beta}
\newcommand{\g}{\gamma}
\newcommand{\G}{\Gamma}
\newcommand{\e}{\epsilon}
\newcommand{\la}{\lambda}
\newcommand{\m}{\mu}
\renewcommand{\r}{\rho}
\newcommand{\s}{\sigma}
\newcommand{\x}{\hat{x}}
\newcommand{\nat}{\mathbb{N}}
\newcommand{\reals}{\mathbb{R}}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\DeclareMathOperator{\LambertW}{Lambertw}
\DeclareMathOperator{\definedas}{\overset{\bigtriangleup}{=}}
%\theoremstyle{plain} % the most bold
\theoremstyle{definition}
%\theoremstyle{remark} % the lightest
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{acknowledgement}{Acknowledgement}
\newtheorem{algorithm}{Algorithm}
\newtheorem{axiom}{Axiom}
\newtheorem{case}{Case}
\newtheorem{claim}{Claim}
\newtheorem{conclusion}{Conclusion}
\newtheorem{condition}{Condition}
\newtheorem{conjecture}{Conjecture}
\newtheorem{corollary}{Corollary}
\newtheorem{definition}{Definition}[chapter]
\newtheorem{example}{Example}
\newtheorem{exercise}{Exercise}
\newtheorem{lemma}{Lemma}
\newtheorem{notation}{Notation}
\newtheorem{problem}{Problem}
\newtheorem{proposition}{Proposition}
\newtheorem{question}{Question}[chapter]
\newtheorem{remark}{Remark}[chapter]
\newtheorem{solution}{Solution}
\newtheorem{summary}{Summary}