-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNSF.cls
56 lines (43 loc) · 1.79 KB
/
NSF.cls
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
44
45
46
47
48
49
50
51
52
53
54
55
56
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{NSF}
%%%%%%%%%%%%%%%%%%%%% PAPPG FORMAT: FONT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% - Arial7 (not Arial Narrow), Courier New, or Palatino Linotype at a font
% size of 10 points or larger;
% - Times New Roman at a font size of 11 points or larger; or
% - Computer Modern family of fonts at a font size of 11 points or larger.
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% default (Computer Modern)
\LoadClass[11pt, letterpaper, onecolumn]{article}
%%%%%%%%%%%%%%%%%%%%% PAPPG FORMAT: MARGIN %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Margins, in all directions, must be at least an inch. No proposer-supplied
% information may appear in the margins.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage[margin=1in]{geometry}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
% PACKAGES: hyperref, graphicx, fancyhdr, titlecaps, titlesec
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage[pdftex,colorlinks,linkcolor=black,citecolor=black,
urlcolor=black,filecolor=black]{hyperref}
\RequirePackage[pdftex]{graphicx}
\DeclareGraphicsExtensions{.eps,.pdf,.jpeg,.png}
\RequirePackage{fancyhdr}
\pagestyle{fancyplain}
\renewcommand{\headrulewidth}{0pt}
\fancyhf{}
% \fancyfoot[R]{\thepage}
\RequirePackage{titlecaps}
\RequirePackage[explicit]{titlesec}
\titleformat{\section}{\Large\bfseries\filcenter}{}{0pt}{{#1}}
\titleformat{\subsection}{\large\bfseries}{}{0pt}{{#1}}
\titleformat{\subsubsection}{\bfseries}{}{0pt}{{#1}}
\renewcommand{\title}[1]{\begin{center}\LARGE\bfseries{#1}\end{center}}
\usepackage{nopageno}