Page MenuHomec4science

report.cls
No OneTemporary

File Metadata

Created
Sat, Nov 9, 04:23

report.cls

\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{itc}[2012/4/12 My custom CV class]
\LoadClass{article}
%\RequirePackage{titlesec}
%\RequirePackage[table, usenames,dvipsnames]{xcolor}
%\RequirePackage{a4wide}
%
%% problem: problem number, number of points
%\newcommand{\problem}[2]{%
% \section{\Large {\color{Blue} Problem #1}}
%}
%
%% part: part number, number of points
%\renewcommand{\part}[2]{%
% \section{\large {\color{Blue} Part #1} \hfill {\color{Gray} (#2 points)}}
%}
%
%% ruler
%\newcommand{\ruler}{%
% {{\color{Blue} \titlerule}}
%}
%
%%use this to comment and comment the inner line to remove the comments
%\newcommand{\comment}[1]{%
% \texttt{\color{BrickRed} #1}
%}
%
%% section
%\titleformat{\section} % Customise the \section command
% {\color{Blue}\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
% [{\color{Blue} \titlerule}] % Inserts a horizontal line after the heading
%
%
%% subsection
%\titleformat{\subsection}
% {\large\scshape\raggedright}
% {}{0em}
% {}
%
%% subsubsection
%\titleformat{\subsubsection}
% {\normalsize\scshape\raggedright}
% {}{0em}
% {}
%
%% datedsubsection
%\newcommand{\datedsubsection}[2]{%name, date
% \subsection[#1]{#1 \hfill #2}
%}
%
%%\newenvironment{indentsection}[1]%
%%{\begin{list}{}%
%% {\setlength{\leftmargin}{#1}}%
%% \item[]%
%%}
%%{\end{list}}

Event Timeline