%see http://latexcolor.com/ %colors \newcommand{\red}[1]{{\color{red} #1}} \newcommand{\blue}[1]{{\color{blue} #1}} \newcommand{\cyan}[1]{{\color{cyan} #1}} \newcommand{\orange}[1]{{\color{orange} #1}} \newcommand{\green}[1]{{\color{darkpastelgreen} #1}} \newcommand{\gray}[1]{{\color{gray} #1}} \newcommand{\edinblue}[1]{{\color{edinblue} #1}} \newcommand{\edinred}[1]{{\color{edinred} #1}} \newcommand{\edinorange}[1]{{\color{edinorange} #1}} \newcommand{\edinmagenta}[1]{{\color{edinmagenta} #1}} \newcommand{\edingreen}[1]{{\color{edingreen} #1}} \definecolor{liumbrown}{HTML}{996633} \newcommand{\liumbrown}[1]{{\color{liumbrown} #1}} \definecolor{liumgreen}{rgb}{0.010,0.350,0.188} \newcommand{\liumgreen}[1]{{\color{liumgreen} #1}} \definecolor{liumcyan}{HTML}{19C1BF} \newcommand{\liumcyan}[1]{\textcolor{liumcyan}{#1}} \definecolor{liumlightgray}{rgb}{0.9,0.9,0.9} \newcommand{\liumlightgray}[1]{{\color{liumlightgray} #1}} \newcommand{\myemph}[1]{\liumcyan{\textbf{#1}}} \newcommand{\myemphb}[1]{\orange{\textbf{#1}}} \newcommand<>{\mycolor}[2]{% \alt#3{{\color{#1}{#2}}}{#2}% }