fix formatting

pull/302/head
Fredrik Bagge Carlson 2020-02-09 20:13:37 +08:00
parent 7e88052db3
commit f126e1c7a9
1 changed files with 4 additions and 4 deletions

View File

@ -132,10 +132,10 @@ function weave(
css != nothing && (doc.css = css)
doc = run(doc, doctype = doctype,
mod = mod,
out_path=out_path, args = args,
fig_path = fig_path, fig_ext = fig_ext, cache_path = cache_path, cache=cache,
throw_errors = throw_errors,latex_keep_unicode=latex_keep_unicode)
mod = mod,
out_path=out_path, args = args,
fig_path = fig_path, fig_ext = fig_ext, cache_path = cache_path, cache=cache,
throw_errors = throw_errors,latex_keep_unicode=latex_keep_unicode)
formatted = format(doc)
outname = get_outname(out_path, doc)