Last active
June 8, 2017 18:23
-
-
Save diego898/320ea40be15e35810ca99d10610af48f to your computer and use it in GitHub Desktop.
using custom colors in http://latex2png.com/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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