Use and set up polyglossia.
This commit is contained in:
parent
8a2e663207
commit
2c5ee1960b
1 changed files with 5 additions and 1 deletions
6
hdr.tex
6
hdr.tex
|
@ -5,7 +5,7 @@
|
|||
%%%% manuscrit de HDR.
|
||||
%%%% 5 janvier 2024
|
||||
|
||||
\documentclass[english,12pt,a4paper]{book}
|
||||
\documentclass[12pt,a4paper]{book}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{fancyhdr}
|
||||
|
@ -24,10 +24,14 @@
|
|||
\usepackage{hyperref}
|
||||
\usepackage[language=english]{lipsum}
|
||||
\usepackage{fontspec}
|
||||
\usepackage{polyglossia}
|
||||
|
||||
\setmainfont{Linux Libertine O}
|
||||
\setsansfont{Linux Biolinum O}
|
||||
|
||||
\setdefaultlanguage{english}
|
||||
\setotherlanguages{french}
|
||||
|
||||
\graphicspath{{pics/}}
|
||||
\usetikzlibrary{calc}
|
||||
|
||||
|
|
Loading…
Reference in a new issue