TCT-Law/proposalroyal.cls

45 lines
1.1 KiB
OpenEdge ABL
Raw Normal View History

Many changes and return of old laws. 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
2022-02-05 18:06:07 +00:00
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{proposalroyal}[CraftLaw for the CraftFuze Legal Project, Executive Order of the Owner]
\LoadClass{proposal}
% New title layout
\newcommand{\setsubtitle}[1]{\def\@lawsubtitle{#1}}
\renewcommand{\generateHeader}{
% Header
\fancyhead[LE,LO]{\@date}
\fancyhead[CE,CO]{Official Journal of the Crafty Table}
\fancyhead[RE,RO]{Royal Decree of Juris I}
% Title
\noindent%
\begin{figure}
\centering
\includegraphics[width=30mm]{jurisseal}
\end{figure}
\centering%
\textbf{\large\fontfamily{phv}\fontseries{b}%
\selectfont Royal Decree of Juris I}%
\medskip%
\textit{\large\fontfamily{phv}%
\selectfont \@lawsubtitle}%
\medskip%
}
\renewcommand{\signature}[1]{
\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 Owner of the Crafty Table}
\par
\endgroup
\end{flushleft}
}