Created
March 27, 2011 15:48
-
-
Save jpallen/889310 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
\titleformat{\section} % Customise the \section command | |
{\Large\scshape\raggedright} % Make the \section headers large (\Large), | |
% small capitals (\scshape) and left aligned (\raggedright) | |
{}{0em} % Can be used to give a prefix to all sections, like 'Section ...' | |
{} % Can be used to insert code before the heading | |
[\titlerule] % Inserts a horizontal line after the heading |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment