From: W. Trevor King Date: Tue, 6 Apr 2010 14:53:41 +0000 (-0400) Subject: Use mathds over mathbb for double struck fonts X-Git-Tag: v1.0~413 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1675789971505b7ffc0551dba4c8508e380ba8fe;p=thesis.git Use mathds over mathbb for double struck fonts --- diff --git a/tex/src/local_cmmds.tex b/tex/src/local_cmmds.tex index 096e775..3b1952f 100644 --- a/tex/src/local_cmmds.tex +++ b/tex/src/local_cmmds.tex @@ -38,14 +38,14 @@ \newcommand{\C}{\ensuremath{\mathcal{C}}} % Integral about contour C of #1 with respect to z \newcommand{\iC}[1]{\integral{\C}{}{z}{#1}} -\newcommand{\Reals}{\ensuremath{\mathbb{R}}} -\newcommand{\Imags}{\ensuremath{\mathbb{I}}} +\newcommand{\Reals}{\ensuremath{\mathds{R}}} +\newcommand{\Imags}{\ensuremath{\mathds{I}}} \newcommand{\Real}{\ensuremath{\operatorname{Re}}} \newcommand{\Imag}{\ensuremath{\operatorname{Im}}} \newcommand{\Res}[2]{\operatorname{Res}\left({z=#1},{#2}\right)} \newcommand{\limZ}[1]{\lim_{z \rightarrow {#1}}} \newcommand{\limZp}{\limZ{z_p}} -\newcommand{\CPV}{\ensuremath{\mathbb{P}}} +\newcommand{\CPV}{\ensuremath{\mathds{P}}} \newcommand{\supScript}[1]{\ensuremath{^{\mathrm{#1}}}} \newcommand{\st}{\supScript{st}} diff --git a/tex/src/packages.tex b/tex/src/packages.tex index cb2d2ab..c7da7d0 100644 --- a/tex/src/packages.tex +++ b/tex/src/packages.tex @@ -42,8 +42,10 @@ \usepackage{amsthm} %% The amssymb package provides various useful mathematical symbols \usepackage{amssymb} -% fonts like mathbb (blackboard) +% fonts like mathbb (blackboard bold) and mathcal (caligraphic) \usepackage{amsfonts} +% double struct math fonts +\usepackage{sdfont} \usepackage{xcolor}