Latex

Support

Client-side
Server-side

Examples

Preview

import { Latex } from "@onedoc/react-print";

<Latex>{String.raw`\frac{1}{2}`}</Latex>;

Complex

import { Latex } from "@onedoc/react-print";

<Latex>{String.raw`% \f is defined as #1f(#2) using the macro
\f\relax{x} = \int_{-\infty}^\infty
    \f\hat\xi\,e^{2 \pi i \xi x}
    \,d\xi`}</Latex>;