Text FormattingAlter Font Size of Chapter Headings in Appendices

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
DPetrov
Posts: 2
Joined: Sat Apr 20, 2013 6:02 pm

Alter Font Size of Chapter Headings in Appendices

Post by DPetrov »

Hello everyone,

I want to edit the font size of my chapter headings. I am using a bit of code like this.

Code: Select all

\begin{appendices}
\chapter{Foo}
...
\end{appendices}
I would be grateful if anyone responds.

Thanks in advance.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Alter Font Size of Chapter Headings in Appendices

Post by cgnieder »

Hi,

please provide us with a Infominimal working example. The {appendices} environment is no standard environment and we need to know which class you're using and if you're using a package like titlesec.

Regards
site moderator & package author
Post Reply