-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommon.tex
33 lines (27 loc) · 1.13 KB
/
Common.tex
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
\newcommand{\Proof}{\noindent\textbf{Proof.}\quad}
\newcommand{\qed}{\hfill$\Box$}
\newcommand{\ket}[1]{\left\vert #1 \right\rangle}
\newcommand{\bra}[1]{\left\langle #1 \right\vert}
\newcommand{\inpro}[2]{\left\langle #1 \vert #2 \right\rangle}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{innercustomthm}{Theorem}
\newenvironment{customthm}[1]
{\renewcommand\theinnercustomthm{#1}\innercustomthm}
{\endinnercustomthm}
\newtheorem{innercustomlemma}{Lemma}
\newenvironment{customlemma}[1]
{\renewcommand\theinnercustomlemma{#1}\innercustomlemma}
{\endinnercustomlemma}
\newtheorem{innercustomproposition}{Proposition}
\newenvironment{customproposition}[1]
{\renewcommand\theinnercustomproposition{#1}\innercustomproposition}
{\endinnercustomproposition}
% AUTHOR
\newcommand\Author{{\author{Lucchi Manuele}
\email[]{[email protected]}
\affiliation{IT Department, Universita' degli Studi di Milano, Citta' degli Studi, Milano, Italia}}}
% ALL BOLD
\newcommand\AllBold[1]{{\boldmath\textbf{#1}}}