Use xelatex instead of pdflatex.
This commit is contained in:
parent
918431220d
commit
068c550786
2 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue