home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / tex / inputs.sit / TeX-inputs / proc.doc < prev    next >
Encoding:
Text File  |  1989-09-19  |  3.6 KB  |  116 lines  |  [TEXT/????]

  1. % PROC DOCUMENT STYLE -- Released 4 September 1986
  2. %    for LaTeX version 2.09
  3. % Copyright (C) 1985 by Leslie Lamport
  4. %
  5. % This is a style option for use with the article style to produce
  6. % camera-ready conference proceedings.
  7.  
  8. \typeout{Document Style Option 'proc' -- Released 4 September 1986.}
  9.  
  10.  
  11.  
  12. %  ****************************************
  13. %  *            PAGE LAYOUT               *
  14. %  ****************************************
  15. %
  16. % All margin dimensions measured from a point one inch from top and side
  17. % of page.  Dimensions shrink by about 2 percent
  18.  
  19. % SIDE MARGINS:
  20.    \oddsidemargin  -10pt      %   Note that \oddsidemargin = \evensidemargin
  21.    \evensidemargin -10pt
  22.  
  23. % VERTICAL SPACING:        
  24.                          % Top of page:
  25. \topmargin -47pt         %    Nominal distance from top of page to top of
  26.                          %    box containing running head.
  27. \headheight 12pt         %    Height of box containing running head.
  28. \headsep 25pt            %    Space between running head and text.
  29. % \topskip = 10pt        %    '\baselineskip' for first line of page.
  30.                          % Bottom of page:
  31. \footskip 75pt           %    Distance from baseline of box containing foot 
  32.                          %    to baseline of last line of text.
  33.  
  34.  
  35. % DIMENSION OF TEXT:
  36.  
  37. \textheight 9in          % Height of text (including footnotes and figures, 
  38.                          % excluding running head and foot).
  39. \textwidth 6.75in        % Width of text line.
  40.                          % For two-column mode: 
  41. \columnsep .375in        %    Space between columns 
  42. \columnseprule 0pt       %    Width of rule between columns.
  43.  
  44.  
  45.  
  46. %    ****************************************
  47. %    *            PAGE STYLES               *
  48. %    ****************************************
  49. %
  50. %  Use \markright (or \markboth) to put an identification in the
  51. %  lower left.  The page number is printed in the lower right.
  52.  
  53.  
  54. \def\@oddhead{}\def\@evenhead{}
  55. \def\@oddfoot{\rm\rightmark \hfil Page \thepage}
  56. \def\@evenfoot{\@oddfoot}
  57.  
  58.  
  59. %    ****************************************
  60. %    *               TITLE                  *
  61. %    ****************************************
  62. %
  63.  
  64. % This definition of \maketitle taken from article.sty, except
  65. % it does not do a \thispagestyle{plain}.
  66.  
  67. \def\maketitle{\par
  68.  \begingroup
  69.    \def\thefootnote{\fnsymbol{footnote}}
  70.    \def\@makefnmark{\hbox   
  71.        to 0pt{$^{\@thefnmark}$\hss}}   
  72.    \twocolumn[\@maketitle]   
  73.    \@thanks
  74.  \endgroup
  75.  \setcounter{footnote}{0}
  76.  \let\maketitle\relax
  77.  \let\@maketitle\relax
  78.  \gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\thanks\relax}
  79.  
  80. \def\@maketitle{\vbox to 2.25in{\hsize\textwidth 
  81.   \linewidth\hsize \vfil \centering
  82.   {\LARGE \@title \par}     % Title set in \LARGE size. 
  83.   \vskip 2em                % Vertical space after title.
  84.   {\large \begin{tabular}[t]{c}\@author \end{tabular}\par}    
  85.   \vfil}}
  86.  
  87.  
  88. % The \copyrightspace command is used to produce a blank space in the first 
  89. % column where a copyright notice belongs.  It works by producing a
  90. % blank footnote of the appropriate size.  Note that it should appear
  91. % after any \footnote commands that produce footnotes for the first
  92. % column.
  93.  
  94. \def\copyrightspace{\footnotetext[0]{\mbox{}\vrule height 97pt width 0pt}}
  95.  
  96. % The abstract Environment
  97.  
  98. \def\abstract{\section*{Abstract}}
  99. \def\endabstract{\par}
  100.  
  101.  
  102. %    ****************************************
  103. %    *           INITIALIZATION             *
  104. %    ****************************************
  105. %
  106. % Default initializations
  107.  
  108. \twocolumn                  
  109. \sloppy
  110. \parindent 1em
  111. \leftmargini 2em
  112. \leftmargin\leftmargini 
  113. \leftmarginv .5em
  114. \leftmarginvi .5em
  115. \flushbottom
  116.