Skip to content

Commit e6dfde3

Browse files
committed
latex - switch default pdf engine to lualatex (#11321)
1 parent 61abbb9 commit e6dfde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/format/pdf/format-pdf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function createPdfFormat(
128128
[kFigDpi]: 300,
129129
},
130130
pandoc: {
131-
[kPdfEngine]: "xelatex",
131+
[kPdfEngine]: "lualatex",
132132
standalone: true,
133133
variables: {
134134
graphics: true,

0 commit comments

Comments
 (0)