ElixirLatex.Job (elixir_latex v0.1.2-alpha1)
Link to this section Summary
Link to this section Types
Link to this type
assigns()
Specs
Link to this type
attachments()
Specs
Link to this type
body()
Specs
body() :: iodata() | nil
Link to this type
layout()
Specs
Link to this type
renderer()
Specs
renderer() :: binary() | :xelatex | :latex | :pdflatex
Specs
Link to this type
view()
Specs
view() :: atom() | false
Link to this section Functions
Link to this function
assign(job, key, value)
Specs
Link to this function
put_attachment(job, key, value)
Specs
Link to this function
put_body(job, body)
Specs
Link to this function
put_data_url_attachment(job, key, data_url)
Specs
Link to this function
put_layout(job, layout)
Specs
Link to this function
put_view(job, view)
Specs
Link to this function
render(job, template, assigns \\ [])
Link to this function