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
1 changed files with 14 additions and 7 deletions

View File

@ -10,7 +10,9 @@
\RequirePackage{titling}
\RequirePackage[shortlabels]{enumitem}
\RequirePackage{needspace}
\usepackage[document]{ragged2e}
\RequirePackage[document]{ragged2e}
\RequirePackage{graphicx}
\RequirePackage{anyfontsize}
% Indent
\setlength{\parindent}{0pt}
@ -37,13 +39,18 @@
\fancyhead[LE,LO]{\@date}
\fancyhead[CE,CO]{Official Journal of the Crafty Table}
\fancyhead[RE,RO]{\@lawtitle}
% Title
\noindent%
\textbf{\large\fontfamily{phv}\fontseries{b}%
\selectfont \@lawtitle}%
\medskip%
\begin{titlepage}
\begin{figure}
\centering
\includegraphics[width=120mm]{smooth}
\vspace{0.5in}
\textsf{\fontsize{70}{90}\fontfamily{cmsy}%
\selectfont\@lawtitle}%
\end{figure}
\end{titlepage}
}