%------------------------------------------------------------------------------ % LawTeX - LaTeX for Law School % Copyright 2009-2010, Rohit Nafday. All rights reserved. % % Redistribution and use in source and binary forms, with or without % modification, are permitted provided that the following conditions are met: % % * Redistributions of source code must retain the above copyright notice, % this list of conditions and the following disclaimer. % * Redistributions in binary form must reproduce the above copyright notice, % this list of conditions and the following disclaimer in the documentation % and/or other materials provided with the distribution. % % THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' % AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE % IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE % ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE % LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR % CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF % SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS % INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN % CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) % ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE % POSSIBILITY OF SUCH DAMAGE. % % $Id: lawpaper.sty 11 2011-10-18 01:55:41Z rohit $ %------------------------------------------------------------------------------ %------------------------------------------------------------------------------ % Packages %------------------------------------------------------------------------------ \usepackage[T1]{fontenc} \usepackage{palatino} \usepackage{fancyhdr} \usepackage{setspace} \usepackage[normalem]{ulem} \usepackage[pdftex]{graphics} \usepackage{caption} \usepackage{epigraph} \usepackage[hang]{footmisc} \usepackage[pdftex]{hyperref} %------------------------------------------------------------------------------ % Page Style %------------------------------------------------------------------------------ \pagestyle{fancy} % Header/Footer \fancyhf{} \fancyfoot[C]{\thepage} % Head Height \setlength{\headheight}{14.5pt} % Line Spacing \singlespacing % Paragraph Skip \setlength{\parskip}{12pt} % Footnote Separation \setlength{\footnotesep}{12pt} % Footnote/Text Separation \setlength{\skip\footins}{12pt} % Hyper Ref Setup \hypersetup{ hyperfootnotes={false}, pdfborder={0 0 0}, colorlinks={false}, urlcolor={black}, breaklinks={true}} %------------------------------------------------------------------------------ % Section Style %------------------------------------------------------------------------------ \renewcommand{\thesection}{\Roman{section}.} \renewcommand{\thesubsection}{\Alph{subsection}.} \renewcommand{\thesubsubsection}{\arabic{subsubsection}.} % % Format % \@startsection{NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE} % \z@ = 0 % % % Section % % Default: % \def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus % -.2ex}{2.3ex plus .2ex}{\Large\bf}} % \def\section{\@startsection{section}{1}{\z@}% {12pt}{12pt}% {\center\normalsize\textsc}} % % Subsection % % Default: % \def\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex plus -1ex minus % -.2ex}{1.5ex plus .2ex}{\large\bf}} % \def\subsection{\@startsection{subsection}{2}{\z@}% {6pt}{6pt}% {\normalsize}} % % Subsubsection % % Default: % \def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-3.25ex plus % -1ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}} % \def\subsubsection{\@startsection{subsubsection}{3}{.25in}% {6pt}{6pt}% {\normalsize}}