Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 642 Bytes

File metadata and controls

15 lines (9 loc) · 642 Bytes

Inline LaTeX

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.

How to use LaTeX?

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.