Use xelatex instead of pdflatex.

This commit is contained in:
Sergiu Ivanov 2015-05-15 02:59:03 +02:00
parent 918431220d
commit 068c550786
2 changed files with 2 additions and 1 deletions

View File

@ -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]

View File

@ -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}