Fixed Pandoc warning
I was using --chapter, which is deprecated by PanDoc.
This commit is contained in:
parent
8507d8baae
commit
2eb5b67ddf
@ -31,6 +31,6 @@
|
||||
((* endblock predoc *))
|
||||
|
||||
((* block markdowncell scoped *))
|
||||
((( cell.source | citation2latex | strip_files_prefix | convert_pandoc('markdown+tex_math_double_backslash', 'json',extra_args=[]) | resolve_references | convert_pandoc('json','latex', extra_args=["--chapters"]) )))
|
||||
((( cell.source | citation2latex | strip_files_prefix | convert_pandoc('markdown+tex_math_double_backslash', 'json',extra_args=[]) | resolve_references | convert_pandoc('json','latex', extra_args=["--top-level-division=chapter"]) )))
|
||||
((* endblock markdowncell *))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user