Force using XeLaTeX
This commit is contained in:
parent
00ea987939
commit
1845361a9e
|
@ -5,7 +5,7 @@ build:
|
||||||
stage: build
|
stage: build
|
||||||
image: texlive/texlive:latest
|
image: texlive/texlive:latest
|
||||||
script:
|
script:
|
||||||
- latexmk -jobname="manuale-italiano" main.tex
|
- latexmk -pdfxe -jobname="manuale-italiano" main.tex
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ./manuale-italiano.pdf
|
- ./manuale-italiano.pdf
|
Loading…
Reference in New Issue