-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.tex
147 lines (120 loc) · 4.31 KB
/
header.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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
%!TEX root = thesis.tex
\usepackage[nohints]{minitoc}
\dominitoc
%---------------------------------------------------------------------
% Fonts and symbol
%---------------------------------------------------------------------
\usepackage{amsfonts}
\usepackage{latexsym}
\usepackage{stmaryrd}
\usepackage{mathtools}
\usepackage{dsfont}
%---------------------------------------------------------------------
% Theorem-like environments
%---------------------------------------------------------------------
\usepackage{amsthm}
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{prop}[theorem]{Proposition}
\newtheorem{cor}[theorem]{Corollary}
\newtheorem{fact}[theorem]{Fact}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{example}[theorem]{Example}
\newtheorem{property}[theorem]{Property}
\newtheorem{question}[theorem]{Question}
%---------------------------------------------------------------------
% Macros:
%---------------------------------------------------------------------
\newcommand{\comment}[2]{\begin{quote}\sf
[*** {\color{blue} #1} : #2 ***]\end{quote}}
\newcommand{\tinyspace}{\mspace{1mu}}
\newcommand{\microspace}{\mspace{0.5mu}}
\newcommand{\negsmallspace}{\mspace{-1.5mu}}
\newcommand{\op}[1]{\operatorname{#1}}
\newcommand{\tr}{\operatorname{Tr}}
\newcommand{\pt}{\operatorname{T}}
\newcommand{\rank}{\operatorname{rank}}
\renewcommand{\int}{\operatorname{int}}
\renewcommand{\vec}{\operatorname{vec}}
\renewcommand{\t}{{\scriptscriptstyle\mathsf{T}}}
\newcommand{\abs}[1]{\lvert #1 \rvert}
\newcommand{\ip}[2]{\langle #1 , #2\rangle}
\newcommand{\bigip}[2]{\bigl\langle #1, #2 \bigr\rangle}
\DeclarePairedDelimiter{\norm}{\lVert}{\rVert}
\newcommand{\ket}[1]{
\lvert\microspace #1 \microspace \rangle}
\newcommand{\bra}[1]{
\langle\microspace #1 \microspace \rvert}
\def\I{\mathds{1}}
\newcommand{\setft}[1]{\mathrm{#1}}
\newcommand{\Density}{\setft{D}}
\newcommand{\Pos}{\setft{Pos}}
\newcommand{\PPT}{\setft{PPT}}
\newcommand{\PPTStar}{\setft{PPT}^{\ast}}
\newcommand{\Unitary}{\setft{U}}
\newcommand{\Herm}{\setft{Herm}}
\newcommand{\Lin}{\setft{L}}
\newcommand{\Sep}{\setft{Sep}}
\newcommand{\BPos}{\setft{Sep}^{\ast}}
\newcommand{\LOCC}{\setft{LOCC}}
\newcommand{\Ent}{\setft{Ent}}
\newcommand{\Sym}{\setft{Sym}}
\newcommand{\Meas}{\setft{Meas}}
\newcommand{\Ens}{\setft{Ens}}
\newcommand{\SepM}{\setft{SepM}}
\def\complex{\mathbb{C}}
\def\real{\mathbb{R}}
\def\natural{\mathbb{N}}
\def\integer{\mathbb{Z}}
\newenvironment{namedtheorem}[1]
{\begin{trivlist}\item {\bf #1.}\em}{\end{trivlist}}
\def\X{\mathcal{X}}
\def\Y{\mathcal{Y}}
\def\Z{\mathcal{Z}}
\def\W{\mathcal{W}}
\def\A{\mathcal{A}}
\def\B{\mathcal{B}}
\def\V{\mathcal{V}}
\def\U{\mathcal{U}}
\def\C{\mathcal{C}}
\def\D{\mathcal{D}}
\def\E{\mathcal{E}}
\def\F{\mathcal{F}}
\def\M{\mathcal{M}}
\def\N{\mathcal{N}}
\def\R{\mathcal{R}}
\def\Q{\mathcal{Q}}
\def\P{\mathcal{P}}
\def\S{\mathcal{S}}
\def\T{\mathcal{T}}
\def\K{\mathcal{K}}
\newcommand{\reg}[1]{\mathsf{#1}}
\def\eps{\varepsilon}
\DeclareMathOperator{\supp}{supp}
\DeclareMathOperator{\opt}{opt}
\def\PP{\textup{P}}
\def\DP{\textup{D}}
\usepackage{xcolor,colortbl}
\definecolor{Gray}{gray}{0.90}
%---------------------------------------------------------------------
% Cross referencing
%---------------------------------------------------------------------
\newcommand{\eqnref}[1]{\hyperref[#1]{{(\ref*{#1})}}}
\newcommand{\thmref}[1]{\hyperref[#1]{{Theorem~\ref*{#1}}}}
\newcommand{\lemref}[1]{\hyperref[#1]{{Lemma~\ref*{#1}}}}
\newcommand{\corref}[1]{\hyperref[#1]{{Corollary~\ref*{#1}}}}
\newcommand{\defref}[1]{\hyperref[#1]{{Definition~\ref*{#1}}}}
\newcommand{\secref}[1]{\hyperref[#1]{{Section~\ref*{#1}}}}
\newcommand{\chapref}[1]{\hyperref[#1]{{Chapter~\ref*{#1}}}}
\newcommand{\figref}[1]{\hyperref[#1]{{Figure~\ref*{#1}}}}
\newcommand{\tabref}[1]{\hyperref[#1]{{Table~\ref*{#1}}}}
\newcommand{\remref}[1]{\hyperref[#1]{{Remark~\ref*{#1}}}}
\newcommand{\appref}[1]{\hyperref[#1]{{Appendix~\ref*{#1}}}}
\newcommand{\claimref}[1]{\hyperref[#1]{{Claim~\ref*{#1}}}}
\newcommand{\propref}[1]{\hyperref[#1]{{Proposition~\ref*{#1}}}}
\newcommand{\exampleref}[1]{\hyperref[#1]{{Example~\ref*{#1}}}}
\newcommand{\conjref}[1]{\hyperref[#1]{{Conjecture~\ref*{#1}}}}
\usepackage{bibentry}
\usepackage{enumitem}