# Ratex v0.1.0 - Table of Contents

> Render LaTeX equations as PNG & SVG files

## Pages

- General
  - [README](readme.md)

- Livebooks
  - [Rendering PNG Math Expressions](rendering_pngs.md)
  - [Rendering SVG Math Expressions](rendering_svgs.md)

## Modules

- [Ratex](Ratex.md): This library provides an Elixir wrapper around the Rust
[RaTeX](https://github.com/erweixin/RaTeX) library. This allows you
render SVGs and PNGs of mathematical expressions right in Elixir.

- [Ratex.Options](Ratex.Options.md): This struct is used to encapsulate all of the rendering options that the Ratex
library supports. This struct is serialized via Rustler and passed directly
to the NIF library.

- Exceptions
  - [Ratex.Error](Ratex.Error.md): Structured error type for Ratex compiler errors.

