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-07 12:19:25 +01:00
committed by Copybot
parent 5dc67db403
commit ae31ad218c
2 changed files with 4 additions and 0 deletions

View File

@@ -127,6 +127,8 @@ const LATEX_EXPORT_CONFIGS = {
'latex',
'--to',
'docx',
'--citeproc',
'--number-sections',
'--resource-path=.',
],
},

View File

@@ -387,6 +387,8 @@ describe('ConversionManager', function () {
'latex',
'--to',
ctx.type,
'--citeproc',
'--number-sections',
'--resource-path=.',
],
ctx.compileDir,