steemit / smt-whitepaper

Smart Media Tokens whitepaper
29 stars 28 forks source link

Equations are broken #175

Closed clayop closed 6 years ago

clayop commented 6 years ago

After "Automated-market-makers-for-smts", equations are broken. e.g.

In this article, we'll let $s$ represent a quantity of STEEM, let $t$ represent a quantity of some token (SMT), and let $p$ represent a price, such that $pt$ is STEEM-valued (i.e. if MYTOKEN is trading at $p = 0.05$ STEEM / MYTOKEN then $t = 120$ MYTOKEN has a value of $pt = (0.05\ \mbox{STEEM / MYTOKEN}) \cdot (120\ \mbox{MYTOKEN}) = 6\ \mbox{STEEM}$.

theoreticalbts commented 6 years ago

If you're talking about the Github view here, this is a limitation of Github -- Github's markdown implementation doesn't support embedded math equations.

You need to build the PDF by installing the dependencies (matplotlib, LaTeX, Imagemagick, pandoc) and running ./build.sh

youkaicountry commented 6 years ago

Closing issue.