Updated layout of craftlaw. Now has a title page.

This commit is contained in:
Abel Hoogeveen 2021-05-01 18:35:07 +02:00
parent 783940af96
commit abb9af1ea3
Signed by: abelhooge
GPG Key ID: 387E8DC1F73306FC

View File

@ -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}
@ -37,13 +39,18 @@
\fancyhead[LE,LO]{\@date} \fancyhead[LE,LO]{\@date}
\fancyhead[CE,CO]{Official Journal of the Crafty Table} \fancyhead[CE,CO]{Official Journal of the Crafty Table}
\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}
} }