-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweek_2.tex
35 lines (27 loc) · 822 Bytes
/
week_2.tex
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
\documentclass{article}
\usepackage{fancyhdr,geometry,multicol,graphicx,mathtools,cancel,bm,url,hyperref,mathabx,enumerate}
\usepackage{pstricks-add}
\usepackage{pst-node}
\geometry{top=1in,bottom=1in,left=1in,right=1in}
\pagestyle{fancy}
\setlength{\headheight}{15.2pt}
\pagestyle{empty}
\newcommand{\arcsec}{$^{\prime \prime }$}
\newcommand{\arcmin}{$^{\prime}$}
%\newcommand{\degree}{$^{\circ}$}
\begin{document}
\lhead{\textit{ASTRO 1}}
\rhead{\textit{Coleman}}
\cfoot{\thepage}
%Title
\begin{centering}
\begin{large}\textbf{Week 2 Notes\\
Astro 1 Fall 2012}\end{large}\vspace{7pt}\\
\textit{Matt Coleman \\
Department of Physics: University of California, Santa Barbara}\vspace{5pt}\\
Updated \today\vspace{14pt}
\end{centering}
\hrule\vspace{2pt} \hrule
%Main Body
\input{week_2_cont}
\end{document}