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{numprint}
|
||||
\RequirePackage{graphicx}
|
||||
\RequirePackage{newunicodechar}
|
||||
\newunicodechar{·}{\kern-.25em\textperiodcentered\kern-.25em}
|
||||
\newunicodechar{ }{\,}
|
||||
\newunicodechar{’}{\textquoteright}
|
||||
|
||||
\RequirePackage[pdfusetitle]{hyperref}
|
||||
|
||||
|
@ -268,3 +272,4 @@ not set, please fix this.}
|
|||
\end{longtable}
|
||||
}
|
||||
\endinput
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue