-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathclassassignments.cls
More file actions
43 lines (40 loc) · 1.13 KB
/
classassignments.cls
File metadata and controls
43 lines (40 loc) · 1.13 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{classassignments}[2008/06/01 NSF proposal style v1.3 SGLS]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessOptions
\LoadClass[12pt]{article}
\RequirePackage{calc}
%\RequirePackage{pdffig}
\RequirePackage{natbib}
\RequirePackage[american]{babel}
\RequirePackage[hidelinks]{hyperref}
\RequirePackage{mathpazo}
%\RequirePackage{newcent}
%\RequirePackage{bibentry}
\setlength{\paperheight}{11in}
\setlength{\paperwidth}{8.5in}
\addtolength{\voffset}{-1in}
\addtolength{\hoffset}{-1in}
\setlength{\topmargin}{1in}
\setlength{\oddsidemargin}{1in}
\setlength{\evensidemargin}{1in}
\setlength{\textwidth}{\paperwidth - 2in}
%\setlength{\textheight}{\paperheight - 2in}
%\setlength{\footskip}{36pt}
\setlength{\marginparsep}{0.5cm}
\setlength{\marginparwidth}{1.5cm}
%\setlength{\headheight}{0pt}
%\setlength{\headsep}{0pt}
\RequirePackage{fancyhdr}
\pagestyle{fancy}
%\renewcommand{\headrulewidth}{0pt}
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{\thepage}
\rfoot{}
%\def\@makefnmark{\hbox{$^{\fnsymbol{\@mpfn}}\m@th$}}
\renewcommand\floatpagefraction{.9}
%\nobibliography*
\RequirePackage{microtype}