Initialize a repository for writeup

This commit is contained in:
nam
2013-03-04 14:13:31 +09:00
commit 7ab02e9d87
631 changed files with 704288 additions and 0 deletions

145
AlCapPSI/ProposalPSI.tex Normal file
View File

@@ -0,0 +1,145 @@
\documentclass[10pt]{article}
\usepackage{geometry}
\geometry{verbose,tmargin=20mm,bmargin=20mm,lmargin=30mm,rmargin=30mm}
\usepackage{graphics}
\usepackage{rotating}
\usepackage{subfigure}
\usepackage{textcomp}
\def\inputGnumericTable{}
\usepackage[latin1]{inputenc}
\usepackage{color}
\usepackage{array}
\usepackage{longtable}
\usepackage{lscape}
\usepackage{calc}
\usepackage{multirow}
\usepackage{nomencl}
\usepackage{hhline}
\usepackage{ifthen}
\usepackage{url}
%\usepackage{cite}
\usepackage{lscape}
\usepackage[pdftex,bookmarks,colorlinks]{hyperref}
\hypersetup{
bookmarks=true, % show bookmarks bar?
unicode=false, % non-Latin characters in Acrobats bookmarks
pdftoolbar=true, % show Acrobats toolbar?
pdfmenubar=true, % show Acrobats menu?
pdffitwindow=false, % window fit to page when opened
pdfstartview={FitH}, % fits the width of the page to the window
pdftitle={My title}, % title
pdfauthor={Author}, % author
pdfsubject={Subject}, % subject of the document
pdfcreator={Creator}, % creator of the document
pdfproducer={Producer}, % producer of the document
pdfkeywords={keyword1} {key2} {key3}, % list of keywords
pdfnewwindow=true, % links in new window
colorlinks=true, % false: boxed links; true: colored links
linkcolor=blue, % color of internal links (change box color with linkbordercolor)
citecolor=blue, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=cyan % color of external links
}
\renewcommand{\thetable}{\arabic{table}}
\parindent 0mm
\parskip 1mm
\begin{document}
\newlength{\gnumericTableWidth}
\newlength{\gnumericTableWidthComplete}
\newcommand{\is}{$s^{-1}$}
\bibliographystyle{IEEEtran}
%\bibliographystyle{nature}
%\bibliographystyle{arnuke_revised}
\include{defs}
\input{Cover.tex}
% Yoshi, Peter, Jim
\tableofcontents
\newpage
\section{Beam Requirements and Beam Request}
\label{BeamRequirements}
\input{BeamRequirements.tex}
% Peter
\newpage
\section{Safety}
\label{}
\input{Safety.tex}
% Peter, Nam
\newpage
\section{Physics Motivation and Status}
\subsection{Introduction}
\label{Introduction}
\input{Introduction.tex}
% Yoshi, Jim
\subsection{Experimental Goals and Physics Processes}
\label{Goals}
\input{Goals.tex}
% Peter, Ed, Jim, Lynn Osaka, BU, UCL
\subsection{Project History and Unique PSI Capablities}
\label{PSI}
\input{PSI.tex}
%Peter
\section{Experimental Strategy and Equipment}
\subsection{Charged Particle Emission after Muon Capture}
\label{Protons}
\input{Protons.tex}
% Osaka, UW
\subsection{Gamma and X-ray emission after Muon Capture}
\label{Xray}
\input{Xray.tex}
% Lynn et al
\subsection{Neutrons Emission after Muon Capture}
\label{Neutrons}
\input{Neutrons.tex}
% Ed et al, Peter Winter
\section{Organization}
\subsection{Organization and Responsibilites}
\label{Organization}
\input{Organization.tex}
% Peter, Yoshi, Jim et al
%\subsection{Measuring Program and Timeline}
%\label{Program}
%\input{Program.tex}
% overview Peter, separate projects teamleaders
\subsection{Requests to PSI}
\label{Requests}
\input{Requests.tex}
% Yoshi, Peter
\newpage
\bibliography{ProposalPSI.bib}
\end{document}