real-time-cpp icon indicating copy to clipboard operation
real-time-cpp copied to clipboard

Upgrade mathematical formulae if/where needed in docs

Open ckormanyos opened this issue 3 years ago • 2 comments

Use better SVG representations to upgrade mathematical formulae if/where needed in docs.

ckormanyos avatar Mar 17 '22 10:03 ckormanyos

Markdown supports significant LaTeX syntax out of the box now with $$ syntax, such as:

Some math: $\sqrt{x^2+y^2}$,

which is written as:

$\sqrt{x^2+y^2}$

Using these features may be a good way to go.

ckormanyos avatar Jul 18 '22 19:07 ckormanyos

See also this blog post.

Let's try it again with $\sqrt{x^2 + y^2}$.

Or let's try again, this time centering this equation with: $$\sqrt{x^2 + y^2}$$

ckormanyos avatar Sep 01 '22 16:09 ckormanyos