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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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