README.md
# arctic_plugin_latex
[](https://hex.pm/packages/arctic_plugin_latex)
[](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
```