> ## Documentation Index
> Fetch the complete documentation index at: https://context7.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# LaTeX

> Add mathematical notation to a page

Use dollar signs in Markdown or the `<Latex>` component in MDX.

## Usage

```md theme={null}
Inline: $E = mc^2$

$$
\frac{1}{2}
$$
```

```mdx theme={null}
<Latex>x^2 + y^2</Latex>
```

## Example

Inline math: <Latex>E = mc^2</Latex>

<Latex>\frac{1}{2}</Latex>
