30 lines
1017 B
TeX
30 lines
1017 B
TeX
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesClass{chapter-code}[]
|
|
|
|
\usepackage{titlepic}
|
|
\titlepic{\includegraphics[width=250]{Coat-of-Arms-Color.png}}
|
|
|
|
\LoadClass[12pt]{report}
|
|
\usepackage{geometry}[margin=1in]
|
|
|
|
\renewcommand{\itemize}{\enumerate}
|
|
|
|
\renewcommand{\thechapter}{\arabic{chapter} CCR}
|
|
\renewcommand{\thesection}{\thechapter\ §\ \arabic{section}}
|
|
\renewcommand{\labelenumi}{(\alph{enumi})}
|
|
\renewcommand{\labelenumii}{(\arabic{enumii})}
|
|
\renewcommand{\labelenumiii}{(\Alph{enumiii})}
|
|
\renewcommand{\labelenumiv}{(\roman{enumiv})}
|
|
\renewcommand{\theenumi}{\thesection\labelenumi}
|
|
\renewcommand{\theenumii}{\labelenumii}
|
|
\renewcommand{\theenumiii}{\labelenumiii}
|
|
\renewcommand{\theenumiv}{\labelenumiv}
|
|
|
|
\usepackage{titletoc}
|
|
\renewcommand{\chaptername}{}
|
|
\renewcommand\numberline[1]{}
|
|
\usepackage{titlesec}
|
|
\titleformat{\chapter}[display]{\Huge\bfseries}
|
|
{\arabic{chapter} Chapter Code of Regulations}{8pt}{\Huge\bfseries}
|
|
\titleformat{\section}[block]{\Large\bfseries}{§
|
|
\arabic{section}}{8pt}{\Large\bfseries} |