From 068c550786ab1f15e2967ba96cb57e6de2b4b530 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Fri, 15 May 2015 02:59:03 +0200 Subject: [PATCH] Use xelatex instead of pdflatex. --- _shake/Build.hs | 2 +- candidature.sty | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_shake/Build.hs b/_shake/Build.hs index 559ce1f..0e03759 100644 --- a/_shake/Build.hs +++ b/_shake/Build.hs @@ -11,7 +11,7 @@ fullTarget :: FilePath fullTarget = buildDir target <.> "pdf" pdflatexCmd :: [String] -pdflatexCmd = ["pdflatex", "-halt-on-error", "-output-directory=" ++ buildDir, target] +pdflatexCmd = ["xelatex", "-halt-on-error", "-output-directory=" ++ buildDir, target] -- | Filters out the files which contain '#'. noEmacsFiles :: [FilePath] -> [FilePath] diff --git a/candidature.sty b/candidature.sty index 5e7b3c5..7e0df69 100644 --- a/candidature.sty +++ b/candidature.sty @@ -2,5 +2,6 @@ \ProvidesPackage{candidature}[2015/05/14 Le style des dossiers de scolobb] \typeout{Le style des dossiers do scolobb} +\usepackage{fontspec} \usepackage[french]{babel} \usepackage[backend=biber]{biblatex}