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 (Serializeable) and an optional vector of HandlebarsHelper

Functions§

  • Outputs TeX from TemplateRecipe
  • Outputs PDF from TemplateRecipe using tectonic::latex_to_pdf
  • Outputs TeX and PDF from TemplateRecipe using tectonic::latex_to_pdf

Type Aliases§

  • Alias for a (String, fn(h: &Helper<'_, '_>, hb: &Handlebars<'_>, c: &Context, rc: &mut RenderContext<'_, '_>, out: &mut dyn Output) -> HelperResult).