Inputting Math (LaTeX) Into Steemit

Words
257
Reading
2 min
Listen
Play
9y


Math Image Source


Hi there. This post is about inputting math here on Steemit. Since I was not able to use RMarkdown code directly into Steemit, I wanted to look for some sort of solution (other than Microsoft Word and the Snipping Tool).

This solution I propose involves using the markup language called LaTeX and then using LaTeX code to produce images with math text through the use of the QuickLaTeX website.

LaTeX is used for typing out math-related documents and it allows for outputs such as this:


QuickLaTeX Image Source

Some Examples In LaTeX

As with any new language, it takes time to get used to it. Here are some examples with the code and output.

$y = x^n$\\

$2 \times 5 = 10$\\

$16 \div 8 = 2$\\

$f(x) = x^3 + 7x - 5$\\

$\cos(2\theta) + 1 = 0$\\


QuickLaTeX Image Source

$\displaystyle \sum_{k = 1}^{6} k = 1 + 2 + 3 + 4 + 5 + 6 = 31$\\

$\beta = \dfrac{\alpha}{\alpha - 1}$\\

$x = \pm 1$\\

$x \leq -3$\\


QuickLaTeX Image Source

Some LaTeX Resources

I am not able to memorize everything from LaTeX so I use references and guides to help me out from time to time. Here are some neat resources.

QuickLaTeX Website To Convert LaTeX To Images

Normally, LaTeX is used in programs such as TeXworks with MikiTeX for creating .pdf documents. The problem is that .pdf documents are not really ideal on Steemit.

The solution to this would be using QuickLaTeX to convert LaTeX code into images that contain math text. In the window, input your LaTeX code in there and click Render!. An output image should appear with a link below. This image/link can be used in your Steemit posts or webpage.

quickLaTeX Image 01.PNG

quickLaTeX Image 02.PNG

Inputting Math (LaTeX) Into Steemit | Ecency