[clsi] Add pandoc arguments for better conversions GitOrigin-RevId: 76cddc5959237d6d2801c56471d8d3f63d111200
@@ -127,6 +127,8 @@ const LATEX_EXPORT_CONFIGS = {
'latex',
'--to',
'docx',
+ '--citeproc',
+ '--number-sections',
'--resource-path=.',
],
},
@@ -387,6 +387,8 @@ describe('ConversionManager', function () {
ctx.type,
ctx.compileDir,