% ------------------------------------------------------
%
% SALT Phase I Proposal Template
%
% This templates uses the saltproposal document class.
% You will need the "framed" LaTeX package to use it.
%
% Please email salthelp@saao.ac.za if you
% have any questions about this template.
%
% ------------------------------------------------------

% Do not change these options
\documentclass[10pt]{saltproposal}

\usepackage{lmodern}
\usepackage[T1]{fontenc}

\usepackage{graphicx}
\usepackage{epstopdf}

\begin{document}
	
	%
	% IMPORTANT:
	%
	% You cannot use floating environments such as the figure or
	% table environment.
	%
	%
	% In order to see what details are expected in the various
	% sections, have a look at the PDF output.
	%
	
	% Scientific rationale.
	\ScientificRationale{
		% Insert your scientific rationale here.
	}
	
	% Immediate objectives.
	\ImmediateObjectives{
		% Insert your immediate objectives here.
	}
	
	% Technical justification.
	\TechnicalJustification{
		% Insert your technical justification here.
	}
	
	% Summary of previous proposals.
	\PreviousProposals{
		% Insert your summary of previous proposals here.
	}
	
	% Role of the PI.
	\RoleOfPI{
		% Insert the role of the PI here.
	}

	% References.
	\References{
		% Insert your references here.
		% References are added in pairs:
		%
		% \ReferencePair{A}{B}
		%
		% A appears in the left column, B in the right column.
		%
		% Examples:
		% \ReferencePair
		%    {Binette et al. 1994, A\&A, 292, 13}
		%    {Finkelman et al. 209, MNRAS, 390,  969}
		% \ReferencePair
		%    {de Zeeuw \& Merritt, 1989, ApJ, 343, 617}
		%    {}
	}
	
	\AdditionalFigures{
		% Insert any additional figures and graphics here.
		%
		% Allowable file types are:
		% If you are compiling using PDFLaTeX: JPG, PNG, PDF, EPS
		% If you are compiling with plain LaTeX: EPS only
		%
		% Example:
		% \includegraphics[height=200px]{Filename.eps}

	}
	
\end{document}
