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}