-
Notifications
You must be signed in to change notification settings - Fork 0
/
macros.tex
61 lines (49 loc) · 1.63 KB
/
macros.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
\usepackage{bm}
\usepackage{amsmath, amssymb}
\usepackage[dvipdfmx]{color}
\usepackage[dvipdfmx]{graphicx}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{setspace}
\usepackage{amsthm}
\usepackage[caption=false]{subfig}
\usepackage[numbers,sort]{natbib}
\theoremstyle{definition}
\newtheorem{theo}{定理}[chapter]
\newtheorem{defi}{定義}[chapter]
\newtheorem{lemm}{補題}[chapter]
\renewcommand{\proofname}{\textbf{証明}}
%% definition
\newcommand{\J}{\mathrm{j}}
\newcommand{\diag}{\mathop{\mathrm{diag}}}
\newcommand{\mtr}[1]{#1^{\mathsf{T}}}
\newcommand{\ctr}[1]{#1^{\mathsf{H}}}
\newcommand{\inv}[1]{#1^{-1}}
\newcommand{\cinv}[1]{#1^{-\mathsf{H}}}
\newcommand{\tinv}[1]{#1^{-\mathsf{T}}}
\newcommand{\conj}[1]{#1^*}
\newcommand{\tbm}[1]{\tilde{\bm{#1}}}
\newcommand{\tsf}[1]{\tilde{\mathsf{#1}}}
\newcommand{\vw}{\bm{w}}
\newcommand{\mW}{\bm{W}}
\newcommand{\vwhat}{\widehat{\bm{w}}}
\newcommand{\mWhat}{\widehat{\bm{W}}}
\newcommand{\hhat}{\widehat{h}}
\newcommand{\rhat}{\widehat{r}}
\newcommand{\argmax}{\mathop{\mathrm{arg~max}}\limits}
\newcommand{\argmin}{\mathop{\mathrm{arg~min}}\limits}
\renewcommand{\Re}{\mathop{\mathrm{Re}}}
\renewcommand{\Im}{\mathop{\mathrm{Im}}}
\newcommand{\unit}[1]{~\mathrm{#1}}
\newcommand{\Unit}[1]{~\mathrm{\left[#1\right]}}
\renewcommand{\qedsymbol}{$\blacksquare$}
\bibliographystyle{IEEEtran}
\makeatletter
\def\bstctlcite{\@ifnextchar[{\@bstctlcite}{\@bstctlcite[@auxout]}}
\def\@bstctlcite[#1]#2{\@bsphack
\@for\@citeb:=#2\do{%
\edef\@citeb{\expandafter\@firstofone\@citeb}%
\if@filesw\immediate\write\csname #1\endcsname{\string\citation{\@citeb}}\fi}%
\@esphack}
\makeatother