\documentstyle[11pt,/thales/stewart/tex/sty/jeep]{article} %\headheight 14pt \lhead{\large\tt jeep.sty}\rhead{April 29, 1991} \cfoot{\thepage} \underhead \tighttoc \thispagestyle{plain} \numberbysection \begin{document} \begin{center} \large\sc {\tt JEEP}\smallskip\\ A Customization of the \LaTeX\\ Article and Report Styles \smallskip\\ G. W. Stewart\symbolnote{1}{Department of Computer Science and Institute for Advanced Computer Studies, University of Maryland, College Park, MD 20742 (stewart@cs.umd.edu).} \bigskip \end{center} \tableofcontents \section{Introduction} This note describes a style file to accompany the \LaTeX\ document styles article and report. It is not a systematic revision of these styles; rather it consists of modifications I found necessary or desirable in the course of my work. Although I have used the modifications for some time in a variety of applications, they no doubt still contain some bugs. Please send any comments to the address below. The name \verb|jeep| is a continuation of Leslie Lamport's analogy, in which he compares \TeX\ to a racing car and \LaTeX\ to a family sedan. The modifications here convert the sedan to a general purpose vehicle\,---\,a jeep. The modifications, like a jeep, are not pretty, but the casual \LaTeX er can cover a lot of territory with them. \section{Page Size} The default page size is changed to take full advantage of the default North American paper size of $8\frac{1}{2}\times 11$ in. It looks OK in eleven or twelve point type. I find no virtues in ten point type on pages of this size. \section{Chapter, Section, and Theorem Heads} Even among well printed books, there is great variation in the format of section heads. The font may be bold, sans serif, or small caps, in sizes ranging from normal to rather large. If a section number is present, it may be followed by a period or by a long space. The changes here give the casual \LaTeX er more control over the style of his headings. \subsection{Chapter heads} The format of chapter heads may be controlled by the command \begin{quote} \begin{verbatim} \mychapter{}{} \end{verbatim} \end{quote} Here \verb|| is the chapter heading to use when the chapter is numbered and \verb|| is the heading to use with the \verb|\chapter*| command. The text of the \verb|\chapter| command is referenced in \verb|| and \verb|| by writing \verb|#1|. For example, the default chapter head is defined by \begin{quote} \begin{verbatim} \mychapter{\LARGE \sc \thechapter. #1}{\LARGE \sc #1} \end{verbatim} \end{quote} Chapters always begin on a new page. The style parameter \verb|\chaptopsep| is the amount of blank space placed at the top of the page before the chapter head, and \verb|\chapaftersep| is the amount of blank space placed between the chapter head and the text. They are initially \verb|.5in|. They may be changed by the \verb|\setlength| command. The default head does not have the word ``Chapter'' preceding the chapter number, which is fine with me, but may not please you. To get back something approximating the original \LaTeX\ heads try \begin{quote} \begin{verbatim} \mychapter{\huge \bf \chapapp\ \thechapter\\[20pt]\Huge\bf #1} {\Huge \bf #1} \end{verbatim} \end{quote} The command \verb|\chapapp| is ordinarily defined to be ``Chapter'' but the \LaTeX\ command \verb|\appendix| changes it to ``Appendix''. If you want more flexibility in your appendix heads, use \verb|\mychapter| to define them anew. \subsection{Section heads} The format of section heads may be controlled by the command \begin{quote} \begin{verbatim} \mysection{}{