arxiv-vanity/engrafo

Make it possible to pass options to LaTeXML

Open

#267 创建于 2018年1月4日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)HTML (990 star) (96 fork)batch import
good first issuehelp wantedtype/enhancement

描述

Latexml has several options (http://dlmf.nist.gov/LaTeXML/manual/commands/latexml.html). Is it possible to pass these options via engrafo to LatexML?

Especially I'm interested in --verbose and --debug, because I'm seeing errors when converting my bibtex file, but engrafo doesn't give enough output to debug these errors

(MakeBibliography index.html processing... [Converting bibliography /workdir/test.bib ...


Fatal:too_many_errors:100 Too many errors (> 100)!
	at Anonymous String; line 1 col 38
	In Core::Document[@0x55df6561e478] at Anonymous String; line 1 col 38
101 errors; 1 fatal error


Conversion complete: 101 errors; 1 fatal error.
Status:conversion:3
... Failed!]

贡献者指南