Conversation
|
@pikachu0542 How did you make it to RIT????? |
|
don't worry y'all hes just making it more legible, can't argue over words if there aren't any. |
|
Per @rileybarshak, more words = less clarity. Therefore, no words = maximum clarity. LGTM |
|
Lgtm |
|
Not enough documentation IMO, but fair |
| \maketitle | ||
|
|
||
| \tableofcontents | ||
| \setcounter{page}{4} |
There was a problem hiding this comment.
Can we get a rendering of this I am a little bit confused but its all syntactically correct
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Why thank you CS for your prompt response, with the updated output I have to say I quite like this new revision
|
@pikachu0542 I've just made some minor tweaks to make my changes more legible. Please let me know of any other errors! |
Check one:
Summary of change(s):