Inline LaTeX embeds mathematical or scientific notation directly within a line of regular text, without breaking it into a separate display block. Rather than placing an equation on its own line, inline LaTeX lets a formula flow naturally alongside the surrounding words.
Wrap mathematical notation with $ symbols to render LaTeX inline:
The formula is $E = mc^2$ for energy.
For block-level math, use $$...$$ or insert a dedicated math block via /math.
.png)