summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sf298/sample298.tex
blob: 65b77c0af0351023a5d18b1a44673df05595f7bf (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
%%
%% This is file `sample298.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% sf298.dtx  (with options: `sample')
%% 
%% Copyright (C) 2000,2005 Steven Douglas Cochran.
%% 
%% This file is NOT the source for sample298, because almost all comments
%% have been stripped from it.  It is NOT the preferred form of sample298
%% for making modifications to it.
%% 
%% Therefore you can NOT redistribute and/or modify THIS file.  You can
%% however redistribute the complete source package (Makefile, sf298.dtx
%% and sf298.ins) and/or modify it under the terms of the LaTeX Project
%% Public License, either version 1.2 of this license or (at your option)
%% any later version. The latest version of this license is in:
%% http://www.latex-project.org/lppl.txt and version 1.2 or later is part
%% of all distributions of LaTeX version 1999/09/03 or later.
%% 
%% The sf298 package is distributed in the hope that it will be useful,
%% but `as is', WITHOUT WARRANTY OF ANY KIND, either expressed or
%% implied, including, but not limited to, the implied warranties of
%% MERCHANTABILITY and FITNESS FOR A PARTICULAR PURPOSE.  See the LaTeX
%% Project Public License for more details.
%% 
\documentclass[twoside]{article}
\usepackage{sf298}

 \setlength{\parindent}{5ex}
 \setlength{\paperwidth}{8.5in}
 \setlength{\textwidth}{6.5in}
 \setlength{\oddsidemargin}{0in}
 \setlength{\evensidemargin}{0in}

\makeatletter
\renewcommand{\@maketitle}{%
  \newpage
  \null
  \vskip 2em%
  \begin{center}%
  \let\footnote\thanks
    {\LARGE\sf@Title\par}%
    \vskip 1.5em%
    {\large
      \lineskip .5em%
      \begin{tabular}[t]{c}%
        \@author\\[10pt]
        \sf@PerformingOrg
      \end{tabular}\par}%
    \vskip 1em%
    {\large\@date}%
  \end{center}%
  \par
  \vskip 1.5em}
 \newcommand{\showabstract}{%
   \noindent
   \sf@Abstract}
\makeatother
\date{June 1996}
\ReportDate{10--06--1996}
\ReportType{Final}
\DatesCovered{1 June 1996 --- 31 May 1999}
\Title{Final Report Title\thanks{We wish to thank all those who helped with
                         this project.  The views and conclusions contained
                         in this document are those of the authors and should
                         not be interpreted as representing anyone else.}}
\ContractNumber{DACA99--99--C--9999}
 %\GrantNumber{}
 %\ProgramElementNumber{}
 %\ProjectNumber{}
 %\TaskNumber{}
 %\WorkUnitNumber{}
\author{Joe A. Uthor and Jane E. Ditor}
\Author{Uthor, Joe, A., and Ditor, Jane, E.}
\PerformingOrg{%
  Our Little Laboratory\\[-1pt]
  Computer Science Department\\[-1pt]
  The Big University\\[-1pt]
  9999 Avenue Street\\[-1pt]
  Anytown, TX  19293--8765}
 %\POReportNumber{}
\SponsoringAgency{%
  U.S. Army Sponsoring Department\\
  P.O. Box 92919, Miltown, AK  97909--6543\\[10pt]
  U.S. Army Monitoring Agency\\
  909 Mission Rd., Somecity, MD  29399--9753}
 %\Acronyms{}
 %\SMReportNumber{}
 %\DistributionStatement{}
\SupplementaryNotes{%
  The views, opinions and/or findings contained in this report are
  those of the authors and should not be construed as an official
  U.S.\ Government position, policy or decision, unless so designated
  by other documentation.}
\Abstract{%
 This sample paper shows one way to use the sf298 package along with
 the article documentclass to generate a paper with the standard form 298
 as the second physical page in the document.

 In addition, the common text of the title, authors and abstract are
 shared and the ``{\tt \string\thanks}'' macro is treated specially so
 that it is active for the titlepage and inactive for the report
 documentation page.}
\SubjectTerms{keywords; associated words; other words}
 %\NumberPages{}
 %\ReportClassification{}
 %\PageClassification{}
 %\AbstractClassification{}
\AbstractLimitation{UU}
\ResponsiblePerson{Mr.\ Joe A. Uthor}
\RPTelephone{(412) 555--9999}
\begin{document}
\pagenumbering{roman}

\maketitle\thispagestyle{empty}
\begin{abstract}
 \showabstract
\end{abstract}

\ReportDescription

\GeneralInstructions{small}

\tableofcontents
\cleardoublepage
\pagenumbering{arabic}
\setcounter{page}{1}

\section{Introduction}

Blah, blah and blah.

\section{Conclusion}

More blah, blah and blah.

\end{document}
\endinput
%%
%% End of file `sample298.tex'.