Updated layout of craftlaw. Now has a title page.
This commit is contained in:
parent
783940af96
commit
abb9af1ea3
17
craftlaw.cls
17
craftlaw.cls
@ -10,7 +10,9 @@
|
|||||||
\RequirePackage{titling}
|
\RequirePackage{titling}
|
||||||
\RequirePackage[shortlabels]{enumitem}
|
\RequirePackage[shortlabels]{enumitem}
|
||||||
\RequirePackage{needspace}
|
\RequirePackage{needspace}
|
||||||
\usepackage[document]{ragged2e}
|
\RequirePackage[document]{ragged2e}
|
||||||
|
\RequirePackage{graphicx}
|
||||||
|
\RequirePackage{anyfontsize}
|
||||||
|
|
||||||
% Indent
|
% Indent
|
||||||
\setlength{\parindent}{0pt}
|
\setlength{\parindent}{0pt}
|
||||||
@ -39,11 +41,16 @@
|
|||||||
\fancyhead[RE,RO]{\@lawtitle}
|
\fancyhead[RE,RO]{\@lawtitle}
|
||||||
|
|
||||||
% Title
|
% Title
|
||||||
\noindent%
|
\begin{titlepage}
|
||||||
\textbf{\large\fontfamily{phv}\fontseries{b}%
|
\begin{figure}
|
||||||
\selectfont \@lawtitle}%
|
\centering
|
||||||
\medskip%
|
\includegraphics[width=120mm]{smooth}
|
||||||
|
|
||||||
|
\vspace{0.5in}
|
||||||
|
\textsf{\fontsize{70}{90}\fontfamily{cmsy}%
|
||||||
|
\selectfont\@lawtitle}%
|
||||||
|
\end{figure}
|
||||||
|
\end{titlepage}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user