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
40 lines
1.0 KiB
TeX
40 lines
1.0 KiB
TeX
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesClass{proposaladmin}[CraftLaw for the CraftFuze Legal Project, Administrative Decree]
|
|
|
|
\LoadClass{proposal}
|
|
|
|
\renewcommand{\generateHeader}{
|
|
% Header
|
|
\fancyhead[LE,LO]{\@date}
|
|
\fancyhead[CE,CO]{Official Journal of the Crafty Table}
|
|
\fancyhead[RE,RO]{\@lawtitle}
|
|
|
|
% Title
|
|
\noindent%
|
|
\begin{figure}
|
|
\centering
|
|
\includegraphics[width=30mm]{adminseal}
|
|
\end{figure}
|
|
\centering%
|
|
\textbf{\large\fontfamily{phv}\fontseries{b}%
|
|
\selectfont \@lawtitle}%
|
|
\medskip%
|
|
}
|
|
|
|
\renewcommand{\signature}[2]{
|
|
\bigskip%
|
|
\begin{flushleft}
|
|
Hereby ordering and burdening the Judiciary to publish this Act in the Official Journal of the Crafty Table; and that all shall be bound to its provisions and shall act faithfully in accordance with it.
|
|
|
|
\medskip%
|
|
|
|
Ordered as such here on this day, the \@date.
|
|
|
|
\begingroup
|
|
\wildcard{\textbf{#1}\newline President of the Crafty Table}
|
|
|
|
\wildcard{\textbf{#2}\newline Owner of the Crafty Table}
|
|
\par
|
|
\endgroup
|
|
\end{flushleft}
|
|
} |