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}
Thanks in advance.
Code: Select all
\begin{appendices}
\chapter{Foo}
...
\end{appendices}
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
{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.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