ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/benhoob/cmsnotes/HCP2012/template_hcp.tex
Revision: 1.1
Committed: Tue Mar 5 12:21:15 2013 UTC (12 years, 2 months ago) by benhoob
Content type: application/x-tex
Branch: MAIN
CVS Tags: Mar10, v1, HEAD
Log Message:
commit

File Contents

# Content
1 %%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
2 %
3 % This is a template file for Web of Conferences Journal
4 %
5 % Copy it to a new file with a new name and use it as the basis
6 % for your article
7 %
8 %%%%%%%%%%%%%%%%%%%%%%%%%% EDP Science %%%%%%%%%%%%%%%%%%%%%%%%%%%%
9 %
10 \documentclass[epj,twocolumn]{webofc}
11 \usepackage[varg]{txfonts} % Web of Conferences font
12 \woctitle{Hadron Collider Physics symposium 2012}
13 %
14 %
15 \begin{document}
16 %
17 \title{Insert your title here}
18 %
19 % subtitle is optionnal
20 %
21 %%%\subtitle{Do you have a subtitle?\\ If so, write it here}
22
23 \author{First author\inst{1,3}\fnsep\thanks{\email{Mail address for first
24 author}} \and
25 Second author\inst{2}\fnsep\thanks{\email{Mail address for second
26 author if necessary}} \and
27 Third author\inst{3}\fnsep\thanks{\email{Mail address for last
28 author if necessary}}
29 % etc.
30 }
31
32 \institute{Insert the first address here
33 \and
34 the second here
35 \and
36 Last address
37 }
38
39 \abstract{%
40 Insert your english abstract here.
41 }
42 %
43 \maketitle
44 %
45 \section{Introduction}
46 \label{intro}
47 Your text comes here. Separate text sections with
48 \section{Section title}
49 \label{sec-1}
50 For bibliography use \cite{RefJ}
51 \subsection{Subsection title}
52 \label{sec-2}
53 Don't forget to give each section, subsection, subsubsection, and
54 paragraph a unique label (see Sect.~\ref{sec-1}).
55
56 For one-column wide figures use syntax of figure~\ref{fig-1}
57 \begin{figure}
58 % Use the relevant command for your figure-insertion program
59 % to insert the figure file.
60 \centering
61 \includegraphics[width=1cm,clip]{tiger}
62 \caption{Please write your figure caption here}
63 \label{fig-1} % Give a unique label
64 \end{figure}
65
66 For two-column wide figures use syntax of figure~\ref{fig-2}
67 \begin{figure*}
68 \centering
69 % Use the relevant command for your figure-insertion program
70 % to insert the figure file. See example above.
71 % If not, use
72 \vspace*{5cm} % Give the correct figure height in cm
73 \caption{Please write your figure caption here}
74 \label{fig-2} % Give a unique label
75 \end{figure*}
76
77 For figure with sidecaption legend use syntax of figure
78 \begin{figure}
79 % Use the relevant command for your figure-insertion program
80 % to insert the figure file.
81 \centering
82 \sidecaption
83 \includegraphics[width=5cm,clip]{tiger}
84 \caption{Please write your figure caption here}
85 \label{fig-3} % Give a unique label
86 \end{figure}
87
88 For tables use syntax in table~\ref{tab-1}.
89 \begin{table}
90 \centering
91 \caption{Please write your table caption here}
92 \label{tab-1} % Give a unique label
93 % For LaTeX tables you can use
94 \begin{tabular}{lll}
95 \hline
96 first & second & third \\\hline
97 number & number & number \\
98 number & number & number \\\hline
99 \end{tabular}
100 % Or use
101 \vspace*{5cm} % with the correct table height
102 \end{table}
103 %
104 % BibTeX or Biber users please use (the style is already called in the class, ensure that the "woc.bst" style is in your local directory)
105 % \bibliography{name or your bibliography database}
106 %
107 % Non-BibTeX users please use
108 %
109 \begin{thebibliography}{}
110 %
111 % and use \bibitem to create references.
112 %
113 \bibitem{RefJ}
114 % Format for Journal Reference
115 Journal Author, Journal \textbf{Volume}, page numbers (year)
116 % Format for books
117 \bibitem{RefB}
118 Book Author, \textit{Book title} (Publisher, place, year) page numbers
119 % etc
120 \end{thebibliography}
121
122 \end{document}
123
124 % end of file template.tex
125