https://github.com/keitaroyam/cctbx_fork
Raw File
Tip revision: 505b47c7b616958656d503be294d3c208a3db56d authored by Keitaro Yamashita on 28 January 2016, 08:02:14 UTC
Update README.md
Tip revision: 505b47c
cctbx_preamble.sty
\usepackage{refstyle}
\newref{eqn}{%
name={eqn~},
names={eqns~},
Name={Eqn~},
Names={Eqns~},
rngtxt={\ to~},
lsttxt={\ and~},
refcmd=(\ref{#1})
}
\newref{prop}{%
name={property~},
names={properties~},
Name={Property~},
Names={Properties~},
rngtxt={\ to~},
lsttxt={\ and~},
refcmd=(\ref{#1})
}

\usepackage{geometry}
\geometry{a4paper}
\usepackage{amsmath}
\usepackage{graphicx}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=blue, citecolor=blue, urlcolor=blue, plainpages=false]{hyperref}
\usepackage{url}
\usepackage[numbers]{natbib}
\bibliographystyle{plainnat}
\usepackage{ifthen}
\usepackage{xspace}
\usepackage{cctbx_notations}
back to top