feat: change to xelatex
This commit is contained in:
parent
10d20a8786
commit
fae2ba9c54
5 changed files with 16 additions and 9 deletions
|
|
@ -16,9 +16,9 @@ import {
|
|||
} from "./graphicsmagick";
|
||||
|
||||
import {
|
||||
convert as convertPdflatex,
|
||||
properties as propertiesPdflatex,
|
||||
} from "./pdflatex";
|
||||
convert as convertxelatex,
|
||||
properties as propertiesxelatex,
|
||||
} from "./xelatex";
|
||||
|
||||
import {
|
||||
convert as convertLibjxl,
|
||||
|
|
@ -63,9 +63,9 @@ const properties: {
|
|||
properties: propertiesImage,
|
||||
converter: convertImage,
|
||||
},
|
||||
pdflatex: {
|
||||
properties: propertiesPdflatex,
|
||||
converter: convertPdflatex,
|
||||
xelatex: {
|
||||
properties: propertiesxelatex,
|
||||
converter: convertxelatex,
|
||||
},
|
||||
pandoc: {
|
||||
properties: propertiesPandoc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue