home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Mathematics / TeX / TeXsis-2.15 / AIP.txs next >
Text File  |  1992-08-04  |  3KB  |  51 lines

  1. % file: AIP.txs                              TeXsis version 2.14  
  2. % $Revision: 15.0 $  :  $Date: 91/07/09 19:23:39 $  :  $Author: myers $
  3. %======================================================================*
  4. %  AIP -- TeXsis style file for American Institute of Physics proceedings
  5. %
  6. %--------------------------------------------------*
  7. \ATunlock
  8. \emsg{\@comment\ AIP: American Institute of Physics Proceedings Layout}
  9.  
  10. \def\AIPproceedings{% AIP proceedings format
  11.    \auxswitchtrue                       % save tags and labels in .aux file
  12.    \refswitchtrue                       % save references in .ref file
  13.    \hsize=146mm                         % width of text
  14.    \vsize=222mm                         % length of text
  15.    \texsis                              % Initialize TeXsis
  16.    \def\Tbf{\fourteenpoint\bf}%         % 14pt bold title
  17.    \def\tbf{\twelvepoint\bf}%           % 12pt bold section head
  18.    \def\titlepage{%                     % title page for \AIPproceedings
  19.       \bgroup%                          % begin \titlepage group
  20.       \let\endmode=\relax               % \endmode will end a field
  21.       \pageno=1}%                       %
  22.    \def\endtitlepage{%                  % end title page for \AIPproceedings
  23.       \endmode                          % end any open field
  24.       \egroup%                          % end \titlepage group
  25.       \medskip}%                        %
  26.    \def\abstract{%                      % abstract for \AIPproceedings
  27.       \endmode                          % end previous field
  28.       \bgroup                           %
  29.       \vskip\baselineskip               % one blank line
  30.       \centerline{ABSTRACT}%            % "ABSTRACT", centered
  31.       \vskip\baselineskip               % another blank line
  32.       \let\endmode=\endabstract         % to end \abstract
  33.       \noindent}%                       %
  34.    \def\endabstract{%                   % end abstract for \AIPproceedings
  35.       \medskip\egroup}%                 %     
  36.    \def\disclaimer##1{\relax}%          % disable \disclaimer
  37.    \def\toappear##1{\relax}%            % disable \toappear
  38.    \def\submitted##1{\relax}%           % disable \submitted
  39.    \twelvepoint                         % roughly Elite type
  40.    \parindent=5em                       % roughly 5 spaces
  41.    \autoparens                          % auto-sizing of parens
  42.    \quoteon                             % automatic begin/end quotes
  43.    \nopagenumbers                       % don't print page numbers
  44.    \singlespaced\whitespaced            % 1.25 percent spacing
  45.    }
  46.      
  47. \ATlock
  48.  
  49. %>>> EOF AIP.txs <<<
  50.  
  51.