README.md

# arctic_plugin_latex

[![Package Version](https://img.shields.io/hexpm/v/arctic_plugin_latex)](https://hex.pm/packages/arctic_plugin_latex)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/arctic_plugin_latex/)

```sh
gleam add arctic_plugin_latex@1
```
```gleam
import arctic_plugin_latex

pub fn main() {
  // TODO: An example of the project in use
}
```

Further documentation can be found at <https://hexdocs.pm/arctic_plugin_latex>.

## Development

```sh
gleam run   # Run the project
gleam test  # Run the tests
```