-
Notifications
You must be signed in to change notification settings - Fork 0
/
proposal.tex
102 lines (85 loc) · 2.24 KB
/
proposal.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
\documentclass[prc,12pt]{revtex4}
%\documentclass[12pt]{article}
%\usepackage{graphics}
\usepackage[dvipdf]{graphicx}
%\usepackage{subfig} % For subfloats
%\usepackage[final]{pdfpages}
\usepackage{subfigure} % For subfloats
\usepackage{color}
\usepackage{multirow}
\usepackage{epsfig}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage{amsmath}
\usepackage{footmisc}
\usepackage{titlesec}
%\usepackage{subfigure}
\usepackage{hyperref}
\usepackage{float}
\newcommand{\footlabel}[2]{%
\addtocounter{footnote}{1}
\footnotetext[\thefootnote]{%
\addtocounter{footnote}{-1}%
\refstepcounter{footnote}\label{#1}%
#2%
}%
$^{\ref{#1}}$%
}
\usepackage{setspace}
\usepackage{rotating}
%\SetBgContents{DRAFT}
%\SetBgPosition{8.5cm,-11.5cm}
%\backgroundsetup{contents=Confidential,color=blue!30}
\def \rarr {\rightarrow}
\def \grinp {\includegraphics}
\def \tw {\textwidth}
\def\dfrac#1#2{\displaystyle{{#1}\over{#2}}}
\def \dstl {\displaystyle}
\definecolor{GREEN}{rgb}{0.,0.8,0}
\definecolor{RED}{rgb}{1,0,0}
\definecolor{ORANGE}{rgb}{1,0.5,0}
%
\newcommand{\red[1]}{{\color{red}{\bf #1}}}
\newcommand{\justifyheading}{\raggedright}
\newcommand{\etal}{et al.}
\titleformat{\section}
{\normalfont\Large\bfseries\justifyheading}{\thesection}{1em}{}
\titleformat{\subsection}
{\normalfont\large\justifyheading}{\thesubsection}{1em}{}
\titleformat{\subsubsection}
{\normalfont\justifyheading}{\thesubsubsection}{1em}{}
\renewcommand*{\thesection}{\arabic{section}}
\renewcommand*{\thesubsection}{\thesection.\arabic{subsection}}
\renewcommand*{\thesubsubsection}{\thesubsection.\arabic{subsubsection}}
\makeatletter
\def\p@subsection{}
\def\p@subsubsection{}
\makeatother
\begin{document}
%{\color{red} Sat Jan 5 09:31:10 PST 2013 } %GIT_REVISION_TIME
\title{\bf\large{Proposal for an RCE-based DAQ system for LBNE}}
\input{author_list}
\date{\today}
\begin{abstract}
\begin{centerline}
{\bf {\large ABSTRACT}}
\vspace{0.5cm}
\end{centerline}
\begin{singlespace}
\input{abstract}
\end{singlespace}
\end{abstract}
\maketitle
\clearpage
\input{introduction}
\input{atca-rce-cob}
\clearpage
\input{lbne-implementation}
\clearpage
\input{schedule-budget}
\clearpage
\input{conclusions}
\appendix
\input{appendix-pgp}
\input{bibl}
\end{document}