diff options
author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-07-11 18:54:46 +0000 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-07-11 18:54:46 +0000 |
commit | d2b9a6e690b8abdcdf6fa2d5a6c164206e5683d3 (patch) | |
tree | a56d1e192ad9e34275019932f38612b917b55971 /symbols.sty |
As presented at TQMS15 on 2015-07-09v1.0
Diffstat (limited to 'symbols.sty')
-rw-r--r-- | symbols.sty | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/symbols.sty b/symbols.sty new file mode 100644 index 0000000..84ae838 --- /dev/null +++ b/symbols.sty @@ -0,0 +1,61 @@ +%% +%% symbols +%% + +\def\deriv#1#2{\frac{d#1}{d#2}} +\def\pard#1#2{\frac{\partial #1}{\partial #2}} +\def\mAthop#1{\mathop{\scriptstyle#1}} + +\def\rp{\right)} +\def\lp{\left(} +\let\(\lp +\let\)\rp + +\def\ma{\\[0.2cm]} +\def\n{\\[0.5cm]} +\def\N{\\[1cm]} + +\let\mc\mathcal +\let\mbb\mathbb +\let\mf\mathfrak +\let\mds\mathds +\let\mrm\mathrm +\let\mbf\mathbf + +\def\R{\mathbb{R}} +\def\C{\mathbb{C}} +\def\tr{\mathrm{Tr}} +\let\lra\longrightarrow +\def\+{^\dagger} +\let\ge\geqslant +\let\le\leqslant + +\def\ket#1{\left|#1\right>} +\def\bra#1{\left<#1\right|} +\def\<{\left<} +\def\>{\right>} + +\def\Par{\par\penalty10000} +\def\Smallskip{\smallskip\penalty10000} +\def\Medskip{\medskip\penalty10000} +\def\Bigskip{\bigskip\penalty10000} + +\def\vvect#1{\lp\begin{array}{c}#1\end{array}\rp} +\def\hvect#1#2{\lp\begin{array}{*{#1}{c}}#2\end{array}\rp} +\def\mat#1#2{\lp\begin{array}{*{#1}{c}}#2\end{array}\rp} +\long\def\sys#1{\left\{\begin{array}l#1\end{array}\right.} + +\def\sint{\int\kern-3pt} +\def\sintb#1#2{\int_{#1}^{#2}\kern-.3cm} +\def\sIntb#1#2{\displaystyle\int_{#1}^{#2}\kern-.3cm} +\def\soint{\oint\kern-3pt} +\def\sOint{\displaystyle\oint\kern-3pt} + +\def\po{$\bullet$ } +\def\as{$\ast$ } +\def\spo{$\scriptstyle\blacktriangleright$ } + +\def\qed{\hfill$\square$} + +\def\itemsymbolt{\spo} + |