\@ifundefined{SuppressClass}{
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{trialbrief}
\LoadClassWithOptions{lawbrief}
}{}%
\newcommand*{\hishercounsel}[1]{\def\@hishercounsel{#1}}
\def\@hishercounsel{\@latex@warning@no@line{No \noexpand\hishercounsel given}}
\newcommand*{\opposingcounsel}[1]{\def\@opposingcounsel{#1}}
\def\@opposingcounsel{\@latex@warning@no@line{No \noexpand\opposingcounsel given}}
\newenvironment{tightbox}{
%Start a new group to contain the def of the testbox and newline
\bgroup
%Change newline so that each line is an hbox
\def\\{\unskip\egroup\hbox\bgroup\ignorespaces}
%Start vbox{hbox{ ...
\vbox\bgroup\hbox\bgroup\ignorespaces}
%End the last hbox and the vbox
{\unskip\egroup\egroup \egroup}
%Output a fill, then the box
%\hskip 0pt plus 1.0fill \box\testbox \egroup }
%}
\newcommand{\headerblock}{
\noindent \@docket \par \noindent
\begin{tabular}{@{}p{.55\textwidth}@{:\hspace{.03\textwidth}}p{.38\textwidth}}
{\@firstparty, \textit{Plaintiff,}} & { Superior Court Housing Session } \\
{\hfil v.\hfil} & { Judicial District of New Haven at New Haven } \\
{\@secondparty, \textit{Defendant}.} & { \@date }
\end{tabular} \vspace{8pt}
}
\newcommand{\underscore}[1]{\raisebox{-.15em}{\rule{#1}{1pt}}}
\newcommand{\footerblock}{
\noindent
\begin{tabular}{p{.4\textwidth}p{.55\textwidth}}
{~} & { THE DEFENDANT \par ~ \par By \underscore{15em}~\par } \\
{ On The Pleading: \par Christopher DeCoro \par Yale Law School Class of 2012 \par christopher.decoro@yale.edu \par Law Student Intern } &
{ \@supervisor \par \@address \par \@hishercounsel }
\end{tabular}
}
\newcommand{\makecertification}{
\newpage
\begin{center}CERTIFICATION\end{center}
This is to certify that on \@date, a copy of the
foregoing was mailed, first-class mail, postage pre-paid, to \@opposingcounsel
\vskip 1in
\begin{rightbox}
\underscore{2in}\\
\@supervisor
\end{rightbox}
}
\newcommand{\testimonyrequired}{\begin{figure}[b]{\bf Oral Argument Requested \\~ \\ Testimony Required}\end{figure}}
\newcommand{\testimonynotrequired}{\begin{figure}[b]{\bf Oral Argument Requested \\~ \\ Testimony Not Required}\end{figure}}
%Set some default formatting
\parindent=2em
\setlength{\parskip}{1.25ex plus 2ex minus .5ex}
\thispagestyle{empty}
% vim: set syntax=tex :
That's the TeX file for a trial brief (sans actual content). FUCK. THAT. I could never read it well enough to ever want to edit my own writing (w/o PDFing it and printing on hard paper).