%---------------------------------------------------------------------------
%
% Style format for Physics 122Lab raw and data analysis sheets.
%
%---------------------------------------------------------------------------
%
\usepackage{pdflscape}
\usepackage{verbatim}
\usepackage{geometry}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{fancyhdr}
\usepackage{siunitx} %for units
%
%--------------------------------------------------------------
%
% Page Geometry
%
\newcommand{\SETPAGE}[2]{
%The arguments are as follows:[LabNum,LabName]
%Example: [12,Displacement Current]
%
\geometry{reset}
\geometry{letterpaper, 
          twoside=true, 
          includeheadfoot=true, 
          inner=1.2in, textwidth=6.3in, 
          top=1.5in,     textheight=9in }
\pagestyle{fancy}
\fancyhead{}
\lhead{\textsl{\small Physics 122L}}
\chead{\textsl{\small Lab #1: #2}}
%\rhead{Date:\hspace{2.54cm}\mbox{}}
\rhead{\thepage}
%\cfoot{\thepage}
\cfoot{}
\setlength{\headheight}{0.2in}
\setlength{\headsep}{0.3in}
\renewcommand{\headrulewidth}{1pt}
\setlength{\parindent}{0pt}
\newcommand{\LABNAME}{ #2}
}
%
%--------------------------------------------------------------
%
\newcommand{\LABTITLE}[1]{ 
\begin{center} {\bf \Large #1} \end{center} \mbox{} \\}
%
\newcommand{\TeamMembers}{
\noindent
{\large Name:}\rule{4in}{0.5pt} Date: \hrulefill \makebox{} \\ \\
%{\large Name:} \hrulefill \makebox{} \\ \\
{\large Instructor:}  \hrulefill \makebox{} \\ \\
{\mbox{} \hfill {\large Teammates} \hfill}  \makebox{}  \\ \\
1.- \hrulefill \hspace*{0.5cm} 2.- \hrulefill \makebox{} \\\\
3.- \hrulefill \hspace*{0.5cm} 4.- \hrulefill \makebox{} \\\\
}
%
%--------------------------------------------------------------
%
% For Tables
%
%--------------------------------------------------------------
%
\newcommand{\VSF}{0.15cm} % to use at the end of table rows.
%\newcommand{\vespa}{\rule{0pt}{0.75cm}} %standard vertical space.
\newcommand{\vespa}{\rule{0pt}{0.70cm}} %standard vertical space.
\newcommand{\VESPAIN}[1]{\rule{0pt}{{#1}in}} %standard vertical space.

\newcommand{\vespaHead}{\rule{0pt}{0.3cm}}
\newcommand{\sdch}{0.5cm} %standard data cell height
\newcommand{\SDCH}{\rule{0pt}{\sdch}} %standard row height
\newcommand{\sdcw}{0.5in} %standard data cell width
\newcommand{\SDRH}{\rule{0pt}{\sdch}} %standard row height
\newcommand{\SDCW}{\hspace*{\sdcw}} %standard column width
\newcommand{\CBOX}{\framebox[0.5cm]{}} %standard check box
\newcommand{\vs}[1]{\rule{0pt}{#1}}

\renewcommand{\SDCW}{\hspace*{1.0in}} %standard data cell width
\newcommand{\SDCWa}{\hspace*{1.1in}} %standard data cell width
\newcommand{\SDCWb}{\hspace*{1.1in}} %standard data cell width
\newcommand{\SDCWIN}[1]{\hspace*{#1}} %standard data cell width


\newcommand{\GenearalInstructions}{
Instructions: Follow the steps on this worksheet, using your lab manual as 
a guide, unless directed to do otherwise by your lab instructor.  
Show at least one sample calculation for each step.  
Box final mathematical results.  Do not forget the units.\\}

\newcommand{\GenearalInstructionsForRDS }{
Instructions: Collect your data using your lab manual as 
a guide, unless directed to do otherwise by your lab instructor.  
Do not forget to include the units in your measurements.\\}
