pub fn pdflatex_and_bib<S: AsRef<OsStr>, I: IntoIterator<Item = (S, S)>>( path: &Path, envs: I, ) -> Result<(), ()>