Skip to content

Commit

Permalink
Configure colours in mathematics.sty
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Dec 12, 2020
1 parent 1ae6d1c commit 7ee952d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mathematics.sty
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
\usepackage{bbm}
\usepackage{caption}
\usepackage{centernot}
\usepackage{color}
\usepackage{xcolor}
\usepackage{commath}
\usepackage{comment}
\usepackage{dsfont} % mathds
Expand Down Expand Up @@ -395,7 +395,8 @@
\newcommand{\nth}{n^{\text{th}}}
\newcommand{\blue}[1]{\textcolor{blue}{#1}}
\newcommand{\red}[1]{\textcolor{red}{#1}}
\newcommand{\green}[1]{\textcolor{green}{#1}}
\definecolor{darkgreen}{rgb}{0.2, 0.6, 0.1}
\newcommand{\green}[1]{\textcolor{darkgreen}{#1}}
\newcommand{\End}{~\text{End}~}
\newcommand{\Unif}{\text{Uniform}}
\newcommand{\Sym}{\text{Sym}}
Expand Down

0 comments on commit 7ee952d

Please sign in to comment.