arxiv-vanity/engrafo

Make it possible to pass options to LaTeXML

Open

#267 opened on Jan 4, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)HTML (990 stars) (96 forks)batch import
good first issuehelp wantedtype/enhancement

Description

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!]

Contributor guide