Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2eb5b67d authored by Roger Labbe's avatar Roger Labbe
Browse files

Fixed Pandoc warning

I was using --chapter, which is deprecated by PanDoc.
parent 8507d8ba
No related branches found
No related tags found
No related merge requests found
......@@ -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 *))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment