Text FormattingLowercase letters in the title of a chapter.

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
abdelhakim
Posts: 5
Joined: Tue May 26, 2020 1:34 am

Lowercase letters in the title of a chapter.

Post by abdelhakim »

Hi, please how to change the format of the title: I want it to be in lowercase letters like the second image.
any help is really appreciated!
Image
Image

Code: Select all

\documentclass[12pt,a4paper]{report}
%=================================================================
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[francais]{babel}


%==================================================================
\usepackage[right=2.5cm,left=2.5cm,top=2cm,bottom=2cm]{geometry}
\usepackage[Conny]{fncychap}	


\begin{document}
	\chapter{les fonctions euleriennes}
	\chapter{Les fonctions k-gammas}
\end{document}
Last edited by abdelhakim on Tue Jul 14, 2020 6:06 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Lowercase letters in the title of a chapter.

Post by Stefan Kottwitz »

Hi,

just use the command \ChTitleAsIs after you loaded the fncychap package.

Stefan
LaTeX.org admin
abdelhakim
Posts: 5
Joined: Tue May 26, 2020 1:34 am

Lowercase letters in the title of a chapter.

Post by abdelhakim »

Thank you so much Stefan !
Post Reply