From e9cb6396b7f80238f3aa8eff5387a6c916cd4f5b Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Sun, 20 Jun 2021 21:55:51 +0200 Subject: [PATCH] updated makefile for xelatex --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 191198d..83d3521 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ build_only: - pwd - ls -ltr - pandoc -v - - pandoc -s --toc --filter=pandoc-numbering --filter=pandoc-crossref --highlight-style kate --pdf-engine pdflatex --number-sections --template=./default.latex -o cours.pdf 00_macros.md 01_rappel.md 02_optimisation.md 03_integrales.md 04_edo.md 05_fourier.md 06_probas_stats.md 07_remerciements.md 08_notes.md --metadata-file metadata.yaml + - pandoc -s --toc --filter=pandoc-numbering --filter=pandoc-crossref --highlight-style kate --pdf-engine xelatex --number-sections --template=./default.latex -o cours.pdf 00_macros.md 01_rappel.md 02_optimisation.md 03_integrales.md 04_edo.md 05_fourier.md 06_probas_stats.md 07_remerciements.md 08_notes.md --metadata-file metadata.yaml - make - make deploy - rsync -avzz mti ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/ -- GitLab