Merge pull request #33104 from overleaf/mj-pandoc-arguments

[clsi] Add pandoc arguments for better conversions

GitOrigin-RevId: 76cddc5959237d6d2801c56471d8d3f63d111200
This commit is contained in:
Mathias Jakobsen
2026-05-08 08:09:12 +00:00
committed by Copybot
parent 5dc67db403
commit ae31ad218c
2 changed files with 4 additions and 0 deletions
@@ -127,6 +127,8 @@ const LATEX_EXPORT_CONFIGS = {
'latex',
'--to',
'docx',
'--citeproc',
'--number-sections',
'--resource-path=.',
],
},
@@ -387,6 +387,8 @@ describe('ConversionManager', function () {
'latex',
'--to',
ctx.type,
'--citeproc',
'--number-sections',
'--resource-path=.',
],
ctx.compileDir,