%  model.tex
\nopagenumbers   % Comment this out(put a % in front of it), 
%                  if you want page numbers
%  The following line shows how to "break a line" if you need to . .
\def\nl{\hfil\break}  % \nl for "newline"
% Here is how to add a fixed chunk of horizontal length _anywhere_!
\def\dentin#1{\ \unskip\hbox{\hskip #1}}
%
% in using the following definition, don't forget to conclude with \par !
\def\indentpar#1{\parindent #1 \narrower\noindent}
%
% the foll. line increases size by 10%; 
% it can make a document prettier IMHO -- uncomment the next line if you wish
\magnification=1100  
%  The following fonts are from /usr/lib/texmf/fonts/psfonts/newcentury
\font\nclarger=pncb7t at 14pt
\font\nclargest=pncb7t at 16pt
\font\timeslargest=ptmb8t at 16pt    % A Times font
\font\timeslarger=ptmb8t at 14pt    % A Times font
\font\numone=pplb8t at 12pt      % A Palatino font
\font\numtwo=pbkd8t at 12pt      % A Bookman font
\font\numfour=putb8t at 12pt     %  Don't remember where this came from!
%  You can experiment and find new fonts by searching in /usr/lib/texmf
\font\larger=cmr10 at 12pt
\font\largest=cmr10 at 15pt
\parindent = 0.0pt   %  If you like indented paragraphs, change this
\parskip = 6.0pt
%  Below are some \defs 
\def\ssp{\dentin{.18in}}
\smallskip
%  Now should follow the text of your document.  Remember that the
%  the following characters must be escaped to reproduce true(by
%  "escaped" we mean: preface e.g. an '&' by a backslash '\' to
%  put a real ampersand into your text -- also surround it by
%  dollar signs
%       \  {  }  $  &  #  %   ~  ^  _  "
%
\centerline{\timeslargest Pixel Analysis}
\smallskip
\centerline{\timeslargest 9805 Gardiner Avenue}
\medskip
\centerline{\timeslargest Silver Spring, MD 20902}
\bigskip
Here are a couple of mathematical formulas to copy from:

How do we calculate such a limit?  Answer: we replace 
$(r(t_i) - r(t_{i - 1}))$ by $r'(t_i^o)(t_i - t_{i - 1})$, where
$t_i^o\in [t_{i - 1} - t_i]$.  So (*) becomes
$$
\sum_{i = 1}^N f(r(t^*_i))\cdot r'(t_i^o)(t_i - t_{i - 1})
$$
The limis of this is readily calculable; it is
$$
\int_\rho^\sigma f(r(t))\cdot r'(t)dt = \int_a^b f(z)dz
$$
%\raggedright
Now we'll show the ``code'' needed to change margins.  You will
readily discern that the text below has a different left margin than
the one prevailing in this document up to now.

{\indentpar{.3in}
Four score and seven years ago our fathers brought forth on this continent
a new nation, conceived in liberty, and dedicated to the proposition
that all men are created equal.\par}

{\indentpar{.7in}
Now we are engaged in a great civil war, testing whether that nation,
or any nation so conceived and so dedicated, can long endure.  We are
met on a great battlefield of that war.  We have come to dedicate a
portion of that field as a final resting-place for those who here gave
their lives that the nation might live.\par}

You will notice when looking at the \TeX-code that each paragraph in
the indented material must be treated separately.

Let's now put in some diacritical marks: ca\~non, \'el\`eve,
K\"oln.  Now some Greek letters: $\pi$, $\alpha$, $\beta$,
$\gamma$, $\Sigma$, and $\Omega$.

And we finish up with a {\bf Table}!

\settabs 5 \columns
\+ 1 & 2 & (prime) & (square) & 5 \cr
\+ 6 & (prime) & 8 & (square) & 10 \cr
\+ (prime) & 12 & (prime) & 14 & 15 \cr

%  The lines below finish up _every_ TeX document!
\vfill\eject
\end

