Created
October 23, 2021 15:57
-
-
Save prnvbn/ad925297aeb8bf044c154eb0d1bbe854 to your computer and use it in GitHub Desktop.
Change formatting of sections and subsections in LaTeX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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