used titlsec instead of sectsty
This commit is contained in:
parent
3fbfd93825
commit
89813109a8
1 changed files with 3 additions and 3 deletions
|
@ -94,9 +94,9 @@
|
|||
\newcommand{\bibliofile}[1]{\gdef\@refile{#1}}
|
||||
|
||||
% Mise en page
|
||||
\RequirePackage{sectsty}
|
||||
\sectionfont{\setmainfont{Arial}\LARGE\bfseries}
|
||||
\subsectionfont{\setmainfont{Arial}\Large\bfseries\itshape}
|
||||
\RequirePackage{titlesec}
|
||||
\titleformat*{\section}{\fontspec{Arial}\LARGE\bfseries}
|
||||
\titleformat*{\subsection}{\fontspec{Arial}\Large\bfseries\itshape}
|
||||
|
||||
% Point après numéro dans le titre
|
||||
\RequirePackage{titlesec}
|
||||
|
|
Loading…
Reference in a new issue