Crate tex_tmpl_rs
source ·Structs§
- A recipe for
render_pdf
which specifies an input template path, an output PDF path, data in form of mapping (Serialize
able) and an optional vector ofHandlebarsHelper
Functions§
- Outputs TeX from
TemplateRecipe
- Outputs PDF from
TemplateRecipe
usingtectonic::latex_to_pdf
- Outputs TeX and PDF from
TemplateRecipe
usingtectonic::latex_to_pdf
Type Aliases§
- Alias for a
(String, fn(h: &Helper<'_, '_>, hb: &Handlebars<'_>, c: &Context, rc: &mut RenderContext<'_, '_>, out: &mut dyn Output) -> HelperResult)
.