% RFCSKEL.TEX %

Skeleton for RFCs submitted in LaTeX

%

Note: To use, save this as a text file

%   Derived from D. Harrod's HEADER.TEX
%   by P. Kennicott February 27, 1992
%   27Jun92 - Modified by D. Harrod
%   August 20, 1992 - Modified again by P. Kennicott
%   December 22, 1994 - modified, ROUTING comments added,
%     remaining instructions moved to README;  CH Parks
%   January 31, 1995 - Edited *remarks* for Web viewing; CH Parks
%   April 11, 1996 - Slight HTML repair; CH Parks
%  - - - - - - - - - - - - - - - - - - - - - - - -
%  Place entries inside of "{}" on lines indicated by "%% *comment*"
%%  see separate README %%
%
% ROUTING for completed (or revised) RFC file:
%   Send to:
%     iges@eeel.nist.gov
%   - for RFC # and Cover Sheet origination, contact Curt Parks;
%     parks@eeel.nist.gov, or fax to 301-948-5796
%
%   End of introductory comments
%   Please remove all of the previous lines, including this one
%
\documentstyle[twoside]{iges}
\def\RFC
{}  %% *RFC number*
\def\REV
{}  %% *RFC revision*
\pagestyle{myheadings}
\markboth{RFC\RFC\REV}{RFC\RFC\REV}
\renewcommand{\SHEAD}[1]
 {\markboth{RFC\RFC\REV \thesection\ \ \uppercase{#1}}
  {\thesection\ \ \uppercase{#1} RFC\RFC\REV}
 }
\begin{document}
\RFCheader
{\RFC}
{\REV}
{}  %% *Revision date*
{}  %% *Title*
{}  %% *Date of receipt*
{}  %% *Custodian TC*
{}  %% *Gray page testing ("Yes" or "No")*
\RFCname
{}  %% *Author*
{ \\ %% *Company*
 \\ %% *Address (first line)*
}  %% *Address (second line)*
{}  %% *Phone*
{}  %% *FAX*
{}  %% *E Mail*
\bigskip {\large \bf Problem Description}

%%   *Describe the problem*

\bigskip {\large \bf Proposed Solution}

%%   *Describe the proposed solution*
%%  Remove the %-signs from the following paragraphs upon integration:

% \bigskip{\bf Note: }
% Form numbers and section numbers for new
% entities and form numbers are tentative and unassigned in many
% cases, so the RFC number might be used as a temporary value
% during the ballot process.

%% Delete all remaining lines except the last if RFC does not require
%% new DE and PD entries. NOTE:  These lines call macros which
%% are defined for IGES LaTeX; For macros list, see
%%      http://www.eeel.nist.gov/iges/specMacros.html
%%

\clearpage
%  Directory Entry table for entity
%  Place variables inside of "{}" on lines indicated by "% description"
%  -- some variables contain commonly found DE values. --
\def\ENTNUM{}                   % entity type number
\def\ENTFORM{}                  % entity form number
\def\ENTSTRUCT{\IGNORE}         % structure
\def\ENTLFPAT{\INTGorPNTR}      % line font pattern
\def\ENTLEVEL{\INTGorPNTR}      % level
\def\ENTVIEW{\ZEROorPNTR}       % view
\def\ENTXFORM{\ZEROorPNTR}      % transformation matrix
\def\ENTLDA{\ZEROorPNTR}        % label display associativity
\def\ENTSTAT{????????}          % status number
\def\ENTLWGT{\INTG}             % line weight number
\def\ENTCOLOR{\INTGorPNTR}      % color number
\{detable}
\DEFOOTB

% Parameter Data table for entity
\PDHEAD
\begin{PD}
% NOTE; substitute one of the following variables as required to set spacings
% for the [Index, Name, Type] columns:
%    PD          54      54      40
%    PDI         63      36      54     (not used)
%    PDII       126      72      36
%    PDIII       72     100      50
%    PDIV        54     100      40 
% Parameter Data lines (as needed):

\PDLINE{1}{}{}{}
\PDLINE{2}{}{}{}

\PDLINE{vdots}{vdots}{vdots}{}  % use for line with vertical ellipsis
\end{PD}
 Additional pointers as required (see Section~\ref{R22452}).


% \clearpage
% \appendix
% \newcommand
% \setcounter{page}{ 0 }
% \setcounter{chapter}{ 0 }
% \setcounter{section}{ 0 }
% \setcounter{subsection}{ 0 }
% \input{solution.tex} %   *integrated LaTeX file*

\end{document} %%