Abel Hoogeveen
df21465f00
General updates: - Templates now use AlphAlph, to allow numbering above 26 letters - Moved seals in proposals to be pdf, based on svg, instead of png - Updated signatures in proposals, dependent on the type of document - Added kluwer class, printing dense and on a5 paper. Compatible with other classes. Updates to laws: - Migrated all old laws to new classes; added DRAFT, OUTDATED, RETRACTED or PROPOSAL watermarks where applicable - Created Royal Decree on the designation of a donation information channel, assigning the Discord channel and message for donations. - Created Titles Act (Administrative Decree), designating the relative rankings of titles and which shall go first. Also assigns colors and display Changes to the Statutes: - Implemented Amendment 2 - Removed designation of 'Holidays' chapter in title I, merged into 'Overarching Provisions' - Added fourth season to predefined seasons - Added general title provisions and amended specific title provisions - Created general provisions on decision making in title III - Owner is President while none are appointed - Created chapter for regional and functional councils in title V - Re-ordered chapters and sections in title VI - Updated land claims in title VII to be based on the Lands plugin instead of GriefPrevention - Renamed 'build code' to 'construction standards' - Hidden title 7A, since it's no longer active - Updated title 7B to reflect the legal situation regarding transfered public builds in season 4 - Added general provisions on exclusion of guilt to title X - Added the crimes of illegal title usage and obstruction to title X
26 lines
670 B
TeX
26 lines
670 B
TeX
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesClass{proposalroyalrachel}[CraftLaw for the CraftFuze Legal Project, Executive Order of the Owner Rachel]
|
|
|
|
\LoadClass{proposalroyal}
|
|
|
|
\renewcommand{\generateHeader}{
|
|
% Header
|
|
\fancyhead[LE,LO]{\@date}
|
|
\fancyhead[CE,CO]{Official Journal of the Crafty Table}
|
|
\fancyhead[RE,RO]{Royal Decree of Queen Rachel I}
|
|
|
|
% Title
|
|
\noindent%
|
|
\begin{figure}
|
|
\centering
|
|
\includegraphics[width=30mm]{rachelseal}
|
|
\end{figure}
|
|
\centering%
|
|
\textbf{\large\fontfamily{phv}\fontseries{b}%
|
|
\selectfont Royal Decree of Queen Rachel I}%
|
|
\medskip%
|
|
|
|
\textit{\large\fontfamily{phv}%
|
|
\selectfont \@lawsubtitle}%
|
|
\medskip%
|
|
} |