Packages
elixir_latex
0.3.0
Renders LaTeX source files using the Phoenix templating engine, handles attachments, compiles everything as PDF using (Xe)LaTeX.
Current section
Files
Jump to
Current section
Files
elixir_latex
README.md
README.md
# ElixirLatex
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `elixir_latex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:elixir_latex, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/elixir_latex](https://hexdocs.pm/elixir_latex).