ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/benhoob/cmsnotes/ZMet2012/pujets.tex
Revision: 1.1
Committed: Tue Jan 22 15:13:47 2013 UTC (12 years, 3 months ago) by benhoob
Content type: application/x-tex
Branch: MAIN
Log Message:
add PU jets section

File Contents

# User Rev Content
1 benhoob 1.1 \clearpage
2    
3     \section{Studies of Jets from Pileup}
4     \label{sec:pujets}
5    
6     You can type text and make a paragraph like this. You can reference figures like by doing Fig.~\ref{fig:example}.
7    
8    
9     % Make comments with the '%' sign
10     % This is how you make a plot:
11    
12     \begin{figure}[!h]
13     \begin{center}
14     \begin{tabular}{cc}
15     \includegraphics[width=0.6\textwidth]{plots/pfmet_all_19fb.pdf}
16     \end{tabular}
17     \caption{This is an example plot and here is where you put the caption.
18     \label{fig:example}
19     }
20     \end{center}
21     \end{figure}
22    
23     % This is how you make a table:
24    
25     \begin{table}[htb]
26     \begin{center}
27     \caption{\label{table:example} This is an example table and here is where you put the caption. }
28     \begin{tabular}{l|cc}
29     \hline
30     \hline
31     Blah & A & B \\
32     \hline
33     Row1 & C & D \\
34     Row1 & E & F \\
35     \hline
36     \hline
37     \end{tabular}
38     \end{center}
39     \end{table}
40    
41     % This is how you make a bulleted list:
42    
43     \begin{itemize}
44     \item Item1
45     \item Item2
46     \item Item3
47     \end{itemize}
48    
49     \clearpage