-
Notifications
You must be signed in to change notification settings - Fork 0
/
inflation_doc.tex
111 lines (80 loc) · 3.12 KB
/
inflation_doc.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
103
104
105
106
107
108
%% This is the driver file for working group reports contributed
%% to the Snowmass 2013 proceedings
%%%% it has been modified for the Cosmic Frontier %%%%
%%%% Working Groups to use bibtex. 5/13/13 J. Feng %%%%
%% This file includes brings in all the necessary files to provide the
%% format of the Proceedings
%%
%% D. Hitlin 9/23/03 derived from the BABAR Physics Book format
%% Please do not change anything in this file, except to include the
%% name of your file on the next to last line of this file
%% To use LATEX with this format, you must have the follwing files
%% in the same directory as your text source and figure files
%% tcibook.cls
%% fancyhea.sty
%% work.sty
%% epsfig.sty
%% workshopsym.tex This file provides macros for many common symbols
%% Using these macros will provide uniformity of notation
%% for the basic particle symbols, units, etc.
%%
%% These provide the page size, type style, headings, etc.
\documentclass{tcibook}
\usepackage{fancyhea}
\usepackage{work}
\usepackage{bm} % enables bold math symbols e.g. \bm{\gamma}
\usepackage{graphicx}
\usepackage{hyperref} % hypertext links %%ARXIV
\usepackage{amsmath}
\usepackage{chngcntr}
\counterwithout{figure}{chapter}
\usepackage[usenames,dvipsnames]{color} %used for font color
\input workshopsymbols.tex % standard macros for common HEP terms
\newcommand{\cmbexp}{{CMB-S4}}
\setlength{\headheight}{14pt}
% subsubsections are numbered as well as chapters, sections and subsections.
\setcounter{secnumdepth}{3}
\begin{document}
\def\bibname{References}
\bibliographystyle{utphys} %%%% MODIFIED FOR CF %%%%
%\bibliographystyle{plain}
\raggedbottom
\pagenumbering{roman}
\parindent=0pt
\parskip=8pt
\setlength{\evensidemargin}{0pt}
\setlength{\oddsidemargin}{0pt}
\setlength{\marginparsep}{0.0in}
\setlength{\marginparwidth}{0.0in}
\marginparpush=0pt
% The content begins here
\pagenumbering{arabic}
\renewcommand{\chapname}{chap:intro_}
\renewcommand{\chapterdir}{.}
\renewcommand{\arraystretch}{1.25}
\addtolength{\arraycolsep}{-3pt}
%%%% Author comment macros here
\def\as#1{[{\bf AS:} {\it #1}] }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% All of your files should be in a subdirectory. Here the
%%% subdirectory is called CF0. The title of your
%%% report should be wgreportCF0.tex in that subdirectory. Input
%%% that file here
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input CF5inf/inflationCF5.tex
%\input Magnetism/wgreport.tex
%\input ChargedLeptons/wgreport.tex
%\input HeavyPhotons/wgreport.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Your subdirectory (here CF0) should include
%%% the files:
%%% wgreportCF0.tex
%%% authorlistCF0.tex
%%% bibCF0.bib
%%% and all needed figures in pdf format
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}