Skip to content

Instantly share code, notes, and snippets.

@diego898
Last active June 8, 2017 18:23
Show Gist options
  • Save diego898/320ea40be15e35810ca99d10610af48f to your computer and use it in GitHub Desktop.
Save diego898/320ea40be15e35810ca99d10610af48f to your computer and use it in GitHub Desktop.
using custom colors in http://latex2png.com/
\definecolor{myblue}{HTML}{4472C4}
\newcommand{\myp}{\textcolor{myblue}{p}}
\newcommand{\myP}{\textcolor{myblue}{P}}
\definecolor{mypurp}{HTML}{7030A0}
\newcommand{\mypt}{\textcolor{mypurp}{\tilde{p}}}
\newcommand{\myPT}{\textcolor{mypurp}{\tilde{P}}}
\definecolor{myorange}{HTML}{DF8344}
\newcommand{\myq}{\textcolor{myorange}{q}}
\definecolor{mybrown}{HTML}{843C0C}
\definecolor{mywhite}{HTML}{FFFFFF}
\definecolor{myred}{HTML}{ED4125}
\min_{\tilde{S} \in \mathcal{D}_+} \textcolor{myred}{ D( \myP \| \myPT ) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment