Function boxworks::tex::new_tex_engine_binary
source ยท pub fn new_tex_engine_binary(
binary_name: String,
) -> Result<Box<dyn TexEngine>, BinaryNotFound>
Expand description
A TeX engine binary on the host computer, like tex
or pdftex
.