# Ratex v0.1.0 - API Reference

## 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.

