Skip to content

Instantly share code, notes, and snippets.

@prnvbn
Created October 23, 2021 15:57
Show Gist options
  • Save prnvbn/ad925297aeb8bf044c154eb0d1bbe854 to your computer and use it in GitHub Desktop.
Save prnvbn/ad925297aeb8bf044c154eb0d1bbe854 to your computer and use it in GitHub Desktop.
Change formatting of sections and subsections in LaTeX
\usepackage{titlesec}
\titleformat{\section}[block]{\Large\bfseries\filcenter}{}{1em}{}
\titleformat{\subsection}[hang]{\filcenter\bfseries}{}{1em}{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment