blob: 828b943d0c3978e28d16642cb93bcdcc1cd55787 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
\def\RCS{$Header: lashort.tex,v 1.3 90/07/13 19:27:05 tim Exp $}
\newif\iftwopage\twopagetrue
\documentstyle[twofold,rcs]{article}
\newcommand{\AmSTeX}{$\cal A\kern-.1667em\lower.5ex
\hbox{$\cal M$}\kern-.125em S$-\TeX}
\newcommand{\italappenditem}[1]{\vskip 14.4pt\relax
{\parskip = 0pt\relax\hbox{\it #1}}\vskip 4.8pt\relax
\nopagebreak}
\let\sectiontitle=\section
\let\subsectiontitle=\subsection
\let\appenditem=\italappenditem
\begin{document}
\title{Summary of Commonly-Used Features of \LaTeX}
\author{D. R. Wilkins}
\maketitle
\thispagestyle{RCS}
\tableofcontents
\input la_summ
% APPENDICES BEGIN HERE
\appendix
\input la_txtcs
\input la_mthcs
\end{document}
|