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 |
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
\RequirePackage{titlesec} |
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
\NeedsTeXFormat{LaTeX2e} | |
\ProvidesClass{my_cv}[2011/03/26 My custom CV class] |
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
\LoadClass{article} |
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
\documentclass{my_cv} | |
\begin{document} | |
\section{Education} | |
\subsection{University of Nowhere} | |
\section{Work} | |
\subsection{ABC Limited.} |
NewerOlder