Fix les caractères spéciaux manquants
This commit is contained in:
parent
a28dd99dd2
commit
0588095909
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,10 @@ Gregory Trolliet]
|
||||||
\RequirePackage{enumerate}
|
\RequirePackage{enumerate}
|
||||||
\RequirePackage{numprint}
|
\RequirePackage{numprint}
|
||||||
\RequirePackage{graphicx}
|
\RequirePackage{graphicx}
|
||||||
|
\RequirePackage{newunicodechar}
|
||||||
|
\newunicodechar{·}{\kern-.25em\textperiodcentered\kern-.25em}
|
||||||
|
\newunicodechar{ }{\,}
|
||||||
|
\newunicodechar{’}{\textquoteright}
|
||||||
|
|
||||||
\RequirePackage[pdfusetitle]{hyperref}
|
\RequirePackage[pdfusetitle]{hyperref}
|
||||||
|
|
||||||
|
@ -268,3 +272,4 @@ not set, please fix this.}
|
||||||
\end{longtable}
|
\end{longtable}
|
||||||
}
|
}
|
||||||
\endinput
|
\endinput
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue