Hope you can resolve this little thing.
I'd like the "Résumé" and "Introduction" words to be 10pt instead of 12pt.
How could I do that?
Best.
Here is my file.tex:
Code: Select all
\documentclass[10pt,a4paper]{report}
\usepackage[francais]{babel}
\usepackage[applemac]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{cite}
\usepackage{graphicx}
\usepackage{lscape}
\usepackage{fullpage}
\pagestyle{empty}
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{url}
\geometry{hmargin=2.5cm, vmargin=2.5cm}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{4}
\renewcommand{\baselinestretch}{1.1}
\makeatletter
\renewcommand\@biblabel[1]{#1.}
\makeatother
\begin{document}
\newpage
\pagestyle{plain}
\tableofcontents
\chapter*{Résumé}
\addcontentsline{toc}{part}{Résumé}
\chapter*{Introduction}
\addcontentsline{toc}{part}{Introduction}
\chapter{Aperçu théorique}
\end{document}