You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution: add the following to template.tex after \usepackage{titlesec}:
\titleformat{\chapter}[display]
{ }
{\flushleft { \fontsize{60}{60}\selectfont\thechapter }}
{10 pt} % spacing before chapter title
{ \huge } % command after chapter number (this will make the chapter title size huge)
From haohua:
Can I change the chapter title position from the "Top Right" corner with a big number, to the "Top Left" corner?
The text was updated successfully, but these errors were encountered: