Skip to content

fix: everything#291

Open
costowell wants to merge 2 commits intomasterfrom
cole-dev
Open

fix: everything#291
costowell wants to merge 2 commits intomasterfrom
cole-dev

Conversation

@costowell
Copy link
Copy Markdown

Check one:

  • Semantic Change: something about the meaning of the text is different
  • Non-semantic Change: Spelling, grammar, or formatting changes.

Summary of change(s):

Copy link
Copy Markdown
Member

@pikachu0542 pikachu0542 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i cant read

@TheParadoxBox
Copy link
Copy Markdown

@pikachu0542 How did you make it to RIT?????

@WeatherGod3218
Copy link
Copy Markdown

don't worry y'all hes just making it more legible, can't argue over words if there aren't any.

@TheParadoxBox
Copy link
Copy Markdown

Per @rileybarshak, more words = less clarity. Therefore, no words = maximum clarity. LGTM

@Nil-32-0
Copy link
Copy Markdown

Nil-32-0 commented Apr 1, 2026

Lgtm

@WeatherGod3218
Copy link
Copy Markdown

Not enough documentation IMO, but fair
LGTM

ikopke23
ikopke23 previously approved these changes Apr 1, 2026
\maketitle

\tableofcontents
\setcounter{page}{4}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get a rendering of this I am a little bit confused but its all syntactically correct

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear Mx. Ian Kopke,

Attached is the document you are requesting. Please let me know if there is anything that needs to be addressed further.

Thank you for your careful review,
CS

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear Mx. Ian Kopke,

I regret to inform you that I've forgotten to attach the document. Please see the attached.

Thank you for your careful review,
CS

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear Mx. Ian Kopke,

I appologize. There was a mishap and there was no attachment made. Here is the document attached below.

Thank you for your diligent review,
CS

constitution.pdf

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear Ian Kopke the First,

For reference, here is the code used to generate the document.

% BEFORE CHANGES ARE MADE TO THIS DOCUMENT:
% -References will be automatically updated if any part is added, deleted, etc.
% However, if a sub part is moved to a different part, its references must be
% changed.
% -This document must be ratified by the House (as per the Constitution) if
% changes are to be officialized.

\documentclass{article}
\providecommand{\RevisionInfo}{}
\usepackage{hyperref}

% Reformat section titles
\usepackage{titlesec}

% This package is useful for debugging label problems
% Comment out in final revision
%\usepackage{showkeys}

% Title page information
\title{Computer Science House Constitution}
\author{Computer Science House Constitution Committee}

% Last Modified Date
\newcommand{\datechanged}{Last Updated: \RevisionInfo}
\date{\datechanged}

% Fix margins
\setlength{\evensidemargin}{0in}
\setlength{\oddsidemargin}{0in}
\setlength{\textwidth}{6.5in}
\setlength{\topmargin}{0in}
\setlength{\textheight}{8.5in}

% Use \article for articles and \asection for sections of articles.
% Automatically provide labels with the same article or section title.
\newcommand{\article}[1]{\section{#1} \label{#1}}
\newcommand{\asection}[1]{\subsection{#1} \label{#1}}
\newcommand{\asubsection}[1]{\subsubsection{#1} \label{#1}}
\renewcommand{\thesection}{\Roman{section}}
\renewcommand{\thesubsection}{\arabic{section}.\Alph{subsection}}
\renewcommand{\thesubsubsection}{\arabic{section}.\Alph{subsection}.\arabic{subsubsection}}
\titleformat{\section}{\normalfont\Large\bfseries}{Article \thesection}{1em}{}
\titleformat{\subsection}{\normalfont\large\bfseries}{Section \thesubsection}{1em}{}

% 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}}

% 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}}
\renewcommand{\thesubparagraph}{\arabic{section}.\Alph{subsection}.\arabic{subsubsection}.\Alph{paragraph}.\arabic{subparagraph}}

\newcounter{asubsubsubsubsection}[subparagraph]
\renewcommand{\theasubsubsubsubsection}{\arabic{section}.\Alph{subsection}.\arabic{subsubsection}.\Alph{paragraph}.\arabic{subparagraph}.\Alph{asubsubsubsubsection}}
\newcommand{\asubsubsubsubsection}[1]{\parindent=0em\refstepcounter{asubsubsubsubsection}\par\textbf{\theasubsubsubsubsection\hspace{1em}#1 \label{#1}}}

% Headings
\pagestyle{myheadings}
\markright{{\rm CSH Constitution \hfill \datechanged \hfill Page }}

\begin{document}

\maketitle

\end{document}

Yours forever,
CS

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why thank you CS for your prompt response, with the updated output I have to say I quite like this new revision

@costowell costowell requested a review from pikachu0542 April 2, 2026 01:57
@costowell
Copy link
Copy Markdown
Author

@pikachu0542 I've just made some minor tweaks to make my changes more legible. Please let me know of any other errors!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants