From 864ae02dedc6350d62981afcc0027e2a2f546473 Mon Sep 17 00:00:00 2001 From: ikopke23 Date: Mon, 30 Mar 2026 11:43:04 -0400 Subject: [PATCH 1/2] subsections now all have a newline after them when appropriate using titlesec --- constitution.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/constitution.tex b/constitution.tex index 0c52950..0378012 100644 --- a/constitution.tex +++ b/constitution.tex @@ -41,17 +41,23 @@ \renewcommand{\thesubsubsection}{\arabic{section}.\Alph{subsection}.\arabic{subsubsection}} \titleformat{\section}{\normalfont\Large\bfseries}{Article \thesection}{1em}{} \titleformat{\subsection}{\normalfont\large\bfseries}{Section \thesubsection}{1em}{} +\titleformat{\subsubsection}{\normalfont\normalsize\bfseries}{\thesubsubsection}{1em}{} +\titlespacing*{\subsubsection}{0pt}{3.25ex plus 1ex minus .2ex}{0.5em} % Adding an \asubsubsection -- I feel dirty %\setcounter{secnumdepth}{5} \newcommand{\asubsubsection}[1]{\paragraph{#1} \label{#1}} \renewcommand{\theparagraph}{\arabic{section}.\Alph{subsection}.\arabic{subsubsection}.\Alph{paragraph}} +\titleformat{\paragraph}[block]{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{} +\titlespacing*{\paragraph}{0pt}{3.25ex plus 1ex minus .2ex}{0.5em} % Adding \a(sub){3,4}section during merge of bylaws and articles -- I feel _really_ dirty \setcounter{secnumdepth}{7} \setcounter{tocdepth}{7} -\newcommand{\asubsubsubsection}[1]{\parindent=0em\subparagraph{#1} \label{#1}} +\newcommand{\asubsubsubsection}[1]{\subparagraph{#1} \label{#1}} \renewcommand{\thesubparagraph}{\arabic{section}.\Alph{subsection}.\arabic{subsubsection}.\Alph{paragraph}.\arabic{subparagraph}} +\titleformat{\subparagraph}[block]{\normalfont\normalsize\bfseries}{\thesubparagraph}{1em}{} +\titlespacing*{\subparagraph}{0pt}{3.25ex plus 1ex minus .2ex}{0.5em} \newcounter{asubsubsubsubsection}[subparagraph] \renewcommand{\theasubsubsubsubsection}{\arabic{section}.\Alph{subsection}.\arabic{subsubsection}.\Alph{paragraph}.\arabic{subparagraph}.\Alph{asubsubsubsubsection}} From 896690faa0ed0ff2194381fe56bea7c974107442 Mon Sep 17 00:00:00 2001 From: ikopke23 Date: Sat, 4 Apr 2026 18:23:41 -0400 Subject: [PATCH 2/2] addressed the weird newline behavior --- constitution.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/constitution.tex b/constitution.tex index 0378012..37d06f2 100644 --- a/constitution.tex +++ b/constitution.tex @@ -617,7 +617,6 @@ \subsection{Modifying the Constitution} \asubsubsection{Dual Directors} Social and R\&D are the only Voting E-Board positions that allow for dual directors. - If two candidates elect to run as dual directors, their names are placed together on a single line of the election ballot. If they are also nominated as a single directorship or as dual directors with another member, their votes are not cumulative. Each different nomination must be a separate entry on the election ballot. @@ -951,7 +950,7 @@ \subsection{Modifying the Constitution} For constitutional modification, candidate selection, and officer removal votes, the voting period must be at least forty-eight hours in length. For any other type of vote, the voting period must be at least twenty-four hours. The minimum length of the voting period may be explicitly lengthened, but never shortened, in the text describing the actual vote. - +\\* \\* The voting period opens once ballots are distributed to each member eligible to cast a vote. At the end of the voting period, the Chair of the Vote collects the ballots, closing the voting period. The Vote Counters then tally the results. @@ -990,7 +989,6 @@ \subsection{Modifying the Constitution} \asubsection{Ranked Choice} In a Ranked Choice Vote, voters rank the options by placing a '1' by their first choice, a '2' by their second choice, and so on, until they no longer wish to express any further preferences or run out of options. - The winning option is selected outright if it gains more than half the votes cast as a first preference. If not, the option with the fewest number of first preference votes is eliminated and their votes move to the second preference marked on the ballots. This process continues until one option has half of the votes cast and is elected.