ElixirLatex.LatexHelpers (elixir_latex v0.3.0)

Link to this section Summary

Functions

Replaces all characters that have a special meaning in latex sources with their corresponding escape sequences.

Link to this section Functions

Link to this function

escape_latex(string)

@spec escape_latex(string :: binary()) :: binary()

Replaces all characters that have a special meaning in latex sources with their corresponding escape sequences.

Link to this function

format_plain_as_latex(string)

@spec format_plain_as_latex(plain :: iodata()) :: binary()