blob: b5e7907d75a4253a0104ac106ceaa30edc6afd52 (
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
|
% Student Paper Layout
% Last updated on = 10/16/86
\monospace
\doublespace
\input paper.texinput % get paper format
% Cover Page
\vsk{1in plus 2fil minus 1in} % space at top of page
\centerlinesbegin % all lines centered on cover page
\frenchspacing % no double spaces after periods on cover page
%%%% insert title (using one or more lines) between dashed lines
%--------------------------------------------------------------------
%--------------------------------------------------------------------
\vs{2in} % space between title and author
%%%% insert author(s) (using one or more lines) between dashed lines
%--------------------------------------------------------------------
%--------------------------------------------------------------------
\vs{2in} % space between author and course
%%%% insert course (using one or more lines) between dashed lines
%--------------------------------------------------------------------
%--------------------------------------------------------------------
\vs{.5in} % space between course and date
%%%% Date follows; \today = current date or type over with desired date
\today
\centerlinesend
\vs{2in plus 1 fil minus 1in} %space at bottom of page
\newpage %end of title page
\setpagenumber{1}\titlepage %no page number on first page of text
%%%% BEGINNING OF PAPER
|