Presidential Powers Delegation Order, and Statutes

Following general changes:
- Kluwer class updated. Smaller print, new font, article names in twosided margins, better indentation of leden enumerates.
- CraftLaw class updated. New font.
- Royal Decrees are now called 'Executive Order of the Owner'
- Created Owner Delegation Act, bestowing all Presidential Powers to the Owner for helping along.

Statutes updates:
- Renamed all enumerates to 'leden' or 'onderdelen'.
- Added inquiries as type of proposal for the Crafty Council.
- Topic without debate are now integrated as a new member of the 'Processing of Topics' article.
- The name of the Scribe must now been written down in the meeting log.
This commit is contained in:
Abel Hoogeveen 2022-04-05 15:38:15 +02:00
parent 75f4806951
commit bc7adb8237
Signed by: abelhooge
GPG Key ID: C540221690CBFFBA
5 changed files with 479 additions and 401 deletions

View File

@ -12,7 +12,7 @@
\RequirePackage{needspace}
\RequirePackage[document]{ragged2e}
\RequirePackage{graphicx}
\RequirePackage{anyfontsize}
\RequirePackage{charter}
% AlphAlph
\usepackage{alphalph}

View File

@ -1,21 +1,27 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{kluwer}[CraftLaw for the CraftFuze Legal Project, Kluwer Layout]
\LoadClass[a5paper,4pt,twoside]{article}
\RequirePackage[left=1cm, right=1cm, top=2cm]{geometry}
\LoadClass[a5paper,twoside]{article}
\RequirePackage[marginparwidth=18mm,inner=10mm,textwidth=110mm,height=165mm]{geometry}
\RequirePackage{marginnote}
\RequirePackage[utf8]{inputenc}
\RequirePackage[english]{babel}
\RequirePackage{blindtext}
\RequirePackage{titling}
\RequirePackage{fancyhdr}
\RequirePackage{tikz}
\RequirePackage[shortlabels]{enumitem}
\RequirePackage{needspace}
\RequirePackage[document]{ragged2e}
\RequirePackage{scrextend}
\RequirePackage{ragged2e}
\RequirePackage{charter}
\RequirePackage[11pt]{moresize}
\newcommand{\alignedmarginpar}[1]{%
\marginpar[\raggedleft\ssmall\smallskip\textbf{#1}]{\raggedright\ssmall\smallskip\textbf{#1}}%
}
% AlphAlph
\usepackage{enumitem,alphalph}
\RequirePackage{enumitem,alphalph}
\makeatletter
\newcommand{\AlphAlphFmt}[1]{\@alphfmt{#1}} % Define the \alphalph wrapper for enumitem
\newcommand{\@alphfmt}[1]{\alphalph{\value{#1}}} % Internal representation
@ -24,13 +30,17 @@
% Indent
\setlength{\parindent}{0pt}
\setlength{\parskip}{0pt}
\setlist[enumerate,1]{leftmargin=1.5em,topsep=-1ex,itemsep=-1ex,partopsep=1ex,parsep=1ex,style=sameline}
\setlist[enumerate,2]{leftmargin=1.5em,topsep=-1ex,itemsep=-1ex,partopsep=1ex,parsep=1ex,style=sameline}
\setenumerate[0]{label=- \arabic*.}
% Header and footer
\pagestyle{fancy}
\fancyhf{}
% Footnote size
\renewcommand{\footnotesize}{\ssmall\selectfont}
% Enumerates
\newlist{leden}{enumerate}{1}
\newlist{onderdelen}{enumerate}{2}
\setlist[leden]{label=- \arabic*.,align=left,leftmargin=0cm,labelwidth=2em,labelsep=0.5em,topsep=-1ex,itemsep=-1ex,partopsep=1ex,parsep=1ex,style=standard}
% leftmargin=0cm,itemindent=.5cm,labelwidth=\itemindent,labelsep=0cm,align=left
\setlist[onderdelen]{label=\textit{\alph*}.,leftmargin=2.5em,align=left,labelwidth=2em,labelsep=0.5em,topsep=-1ex,itemsep=-1ex,parsep=1ex,style=standard}
\setenumerate[0]{label=- \arabic*.}
% New title layout
\newcommand{\settitle}[1]{\def\@lawtitle{#1}}
@ -58,8 +68,8 @@
\end{addmargin}
}
% Signatures
\newcommand{\signature}[3]{}
\newcommand{\oldsignature}[1]{}
% About legal content
@ -74,104 +84,118 @@
\newcounter{ArticleCounter}[TitleSubCounter]
\newcounter{ArticleSubCounter}[ArticleCounter]
\renewcommand{\title}[1]{%
\ssmall
\needspace{35\baselineskip}%
\bigskip%
\medskip%
\titlecounter%
\vbox{%
\noindent{TITLE \Roman{TitleCounter}\newline\textbf{#1}}
}%
}
\newcommand{\subtitle}[1]{%
\ssmall
\needspace{35\baselineskip}%
\bigskip%
\medskip%
\subtitlecounter%
\vbox{%
\noindent{TITLE \Roman{TitleCounter} \AlphAlph{\value{TitleSubCounter}}\newline\textbf{#1}}
}%
}
\newcommand{\chapter}[1]{
\needspace{20\baselineskip}%
\bigskip%
\ssmall
\needspace{10\baselineskip}%
\medskip%
\stepcounter{ChapterCounter}%
\vbox{%
\noindent{CHAPTER \Roman{ChapterCounter}\newline\textbf{#1}}
}%
}
\newcommand{\subchapter}[1]{
\needspace{20\baselineskip}%
\bigskip%
\ssmall
\needspace{10\baselineskip}%
\medskip%
\stepcounter{ChapterSubCounter}%
\vbox{%
\noindent{CHAPTER \Roman{ChapterCounter} \AlphAlph{\value{ChapterSubCounter}}\newline\textbf{#1}}
}%
}
\renewcommand{\section}[1]{%
\needspace{10\baselineskip}%
\bigskip%
\ssmall
\needspace{5\baselineskip}%
\medskip%
\stepcounter{SectionCounter}%
\vbox{%
\noindent{SECTION \Roman{SectionCounter}\newline\textbf{#1}}
}%
}
\renewcommand{\subsection}[1]{%
\needspace{10\baselineskip}%
\bigskip%
\ssmall
\needspace{5\baselineskip}%
\medskip%
\stepcounter{SectionSubCounter}%
\vbox{%
\noindent{SECTION \Roman{SectionCounter} \AlphAlph{\value{SectionSubCounter}}\newline\textbf{#1}}
}%
}
\renewcommand{\paragraph}[1]{%
\needspace{10\baselineskip}%
\bigskip%
\ssmall
\needspace{5\baselineskip}%
\medskip%
\stepcounter{ParagraphCounter}%
\vbox{%
\noindent{§ \arabic{ParagraphCounter}.\arabic{SubParagraphCounter}\newline \textbf{#1}}
}%
}
\renewcommand{\subparagraph}[1]{%
\needspace{10\baselineskip}%
\bigskip%
\ssmall
\needspace{5\baselineskip}%
\medskip%
\stepcounter{SubParagraphCounter}%
\vbox{%
\noindent{§ \arabic{ParagraphCounter}.\arabic{SubParagraphCounter}\newline \textbf{#1}}
}%
}
\newcommand{\article}[2]{%
\ssmall
\needspace{5\baselineskip}%
\bigskip%
\smallskip%
\articlecounter%
\hbox{%
\hspace{20pt}
\ifnum\value{TitleCounter}>0%
\ifnum\value{TitleSubCounter}>0%
\textbf{Art. \arabic{TitleCounter}\AlphAlph{\value{TitleSubCounter}}:\arabic{ArticleCounter} #1}\newline%
\textbf{Art. \arabic{TitleCounter}\AlphAlph{\value{TitleSubCounter}}:\arabic{ArticleCounter}}\newline%
\else%
\textbf{Art. \arabic{TitleCounter}:\arabic{ArticleCounter} #1}\newline%
\textbf{Art. \arabic{TitleCounter}:\arabic{ArticleCounter}}\newline%
\fi%
\else%
\textbf{Art. \arabic{ArticleCounter} #1}\newline%
\textbf{Art. \arabic{ArticleCounter}}\newline%
\fi%
}%
\justify%
\par{#2}%
\alignedmarginpar{#1}
\justifying
\par{\noindent#2}%
}
\newcommand{\subarticle}[2]{%
\ssmall
\needspace{5\baselineskip}%
\bigskip%
\smallskip%
\subarticlecounter%
\hbox{%
\hspace{20pt}
\ifnum\value{TitleCounter}>0%
\ifnum\value{TitleSubCounter}>0%
\textbf{Art. \arabic{TitleCounter}\AlphAlph{\value{TitleSubCounter}}:\arabic{ArticleCounter}\alphalph{\value{ArticleSubCounter}} #1}\newline%
\textbf{Art. \arabic{TitleCounter}\AlphAlph{\value{TitleSubCounter}}:\arabic{ArticleCounter}\alphalph{\value{ArticleSubCounter}}}\newline%
\else%
\textbf{Art. \arabic{TitleCounter}:\arabic{ArticleCounter}\alphalph{\value{ArticleSubCounter}} #1}\newline%
\textbf{Art. \arabic{TitleCounter}:\arabic{ArticleCounter}\alphalph{\value{ArticleSubCounter}}}\newline%
\fi%
\else%
\textbf{Art. \arabic{ArticleCounter}\alphalph{\value{ArticleSubCounter}} #1}\newline%
\textbf{Art. \arabic{ArticleCounter}\alphalph{\value{ArticleSubCounter}}}\newline%
\fi%
}%
\justify%
\par{#2}%
\alignedmarginpar{#1}
\justifying
\par{\noindent#2}%
}
% Header tracker
@ -219,14 +243,20 @@
% And generate the header using these markers
\newcommand{\generateHeader}{
% Header and footer
\pagestyle{fancy}
\fancyhf{}
\setlength{\headsep}{1em}
% Header
\fancyhead[LE,RO]{\@lawtitle}
\fancyhead[RE,LO]{\articlehead}
\fancyfoot[RE,LO]{\thepage}
\fancyhead[LO,RE]{\ssmall\@lawtitle}
\fancyhead[RO,LE]{\ssmall\articlehead}
\fancyfoot[RO,LE]{\ssmall\thepage}
% Title
\noindent%
\textbf{\large\fontfamily{phv}\fontseries{b}%
\selectfont \@lawtitle}%
\medskip%
% Title
\noindent%
\large%
\textbf{\@lawtitle}%
\medskip%
}

35
owner_delegation.tex Normal file
View File

@ -0,0 +1,35 @@
\documentclass{proposalroyal}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{textcomp} % Trademark signs
% Verbatim for this specific file
\usepackage{spverbatim}
%\usepackage{draftwatermark}
% DRAFT
%\SetWatermarkText{DRAFT}
%\SetWatermarkScale{5}
% PROPOSAL
%\SetWatermarkText{PROPOSAL}
%\SetWatermarkScale{5}
\hypersetup{pdfborder={0 0 0}}
% Unlimited Power Act
\begin{document}
\setsubtitle{on the delegation of powers of the President}
\setdate{24th March. 2022}
\generateHeader
\introduction{His Imperial Majesty Juris the First, has been pleased by Letters Patent under the Great Seal of the Realm; bearing the date the twenty-fourth of March, two-thousand-and-twenty-two; blessed by the grace of Kipje; to decree, in accordance with article 2 of the Constitution, the delegation of Administrative powers and Powers of the Console of the President, to His Majesty, to safeguard the stability of the server and to preserve and maintain the rule of law. His Imperial Majesty shall thus henceforth enact, in accordance with article 2 of the Constitution of the Crafty Table, as Executive Order the following text. Let it be published by His Majesty's Administration as follows:}%
\toparticle{}{His Imperial Majesty decrees that all administrative powers of the President, as determined in section 1 of article 20 of title III of the Statutes, shall be delegated to His Majesty; without prejudice to the application of these administrative powers by the President, nor to the delegation of these powers to any other person by the President in accordance with section 5 of that article.}
\toparticle{}{His Majesty decrees that all powers of the Console to which the President maintains access, as determined in section 1 of article 21 of title III of the Statutes, shall be delegated to His Majesty; without prejudice to the application of these powers by the President, nor to the delegation of these powers to any other person by the President in accordance with section 5 of that article; and respecting the safeguards and limitations as imposed in sections 2 to 6 of that article, including those limitations further imposed on the execution of powers of the Console elsewhere defined by Law.}
\toparticle{}{His Majesty decrees that this Act shall go into effect immediately after publication in the Official Journal of the Crafty Table.}
\signature{Juris\_LLM}
\end{document}

View File

@ -10,7 +10,7 @@
% Header
\fancyhead[LE,LO]{\@date}
\fancyhead[CE,CO]{Official Journal of the Crafty Table}
\fancyhead[RE,RO]{Royal Decree of Juris I}
\fancyhead[RE,RO]{Executive Order of the Owner}
% Title
\noindent%
@ -20,7 +20,7 @@
\end{figure}
\centering%
\textbf{\large\fontfamily{phv}\fontseries{b}%
\selectfont Royal Decree of Juris I}%
\selectfont Executive Order of the Owner}%
\medskip%
\textit{\large\fontfamily{phv}%

File diff suppressed because it is too large Load Diff