I'm sure this is really easy but I've spent quite some time googling this and I can't find any documentation. Basically, all I want to do is change the appearance of section/subsection/subsubsection/references/etc in my document. Specifically, I am writing a really small document and so I'm using the \subsubsection format for my title since it's a bit more modest than stuff like \section. I have some references in there but when I compile the document the heading for references is super big -- bigger, for example, than the title of the document! Is there a way to change this? Here's the specific code:
Code: Select all
\documentclass[12pt]{article}\usepackage{apacite}\begin{document}\subsubsection*{The title of my document}The document\bibliographystyle{apacite}\bibliography{thebibliography}\end{document}