source: Backup NB/Talks/NuFact05/espcrc2.tex @ 409

Last change on this file since 409 was 400, checked in by campagne, 16 years ago
File size: 14.5 KB
Line 
1%%%%%%%%%% espcrc2.tex %%%%%%%%%%
2%
3% $Id: espcrc2.tex 1.2 2000/07/24 09:12:51 spepping Exp spepping $
4%
5\documentclass[fleqn,twoside]{article}
6\usepackage{espcrc2}
7
8% change this to the following line for use with LaTeX2.09
9% \documentstyle[twoside,fleqn,espcrc2]{article}
10
11% if you want to include PostScript figures
12\usepackage{graphicx}
13% if you have landscape tables
14\usepackage[figuresright]{rotating}
15
16% put your own definitions here:
17%   \newcommand{\cZ}{\cal{Z}}
18%   \newtheorem{def}{Definition}[section]
19%   ...
20\newcommand{\ttbs}{\char'134}
21\newcommand{\AmS}{{\protect\the\textfont2
22  A\kern-.1667em\lower.5ex\hbox{M}\kern-.125emS}}
23
24% add words to TeX's hyphenation exception list
25\hyphenation{author another created financial paper re-commend-ed Post-Script}
26
27% declarations for front matter
28       
29\begin{document}
30
31\begin{abstract}
32These pages provide you with an example of the layout and style for
33100\% reproduction which we wish you to adopt during the preparation of
34your paper. This is the output from the \LaTeX{} document class you
35requested.
36\vspace{1pc}
37\end{abstract}
38
39% typeset front matter (including abstract)
40\maketitle
41
42\section{FORMAT}
43
44Text should be produced within the dimensions shown on these pages:
45each column 7.5 cm wide with 1 cm middle margin, total width of 16 cm
46and a maximum length of 19.5 cm on first pages and 21 cm on second and
47following pages. The \LaTeX{} document class uses the maximum stipulated
48length apart from the following two exceptions (i) \LaTeX{} does not
49begin a new section directly at the bottom of a page, but transfers the
50heading to the top of the next page; (ii) \LaTeX{} never (well, hardly
51ever) exceeds the length of the text area in order to complete a
52section of text or a paragraph. Here are some references:
53\cite{Scho70,Mazu84}.
54
55\subsection{Spacing}
56
57We normally recommend the use of 1.0 (single) line spacing. However,
58when typing complicated mathematical text \LaTeX{} automatically
59increases the space between text lines in order to prevent sub- and
60superscript fonts overlapping one another and making your printed
61matter illegible.
62
63\subsection{Fonts}
64
65These instructions have been produced using a 10 point Computer Modern
66Roman. Other recommended fonts are 10 point Times Roman, New Century
67Schoolbook, Bookman Light and Palatino.
68
69\section{PRINTOUT}
70
71The most suitable printer is a laser or an inkjet printer. A dot
72matrix printer should only be used if it possesses an 18 or 24 pin
73printhead (``letter-quality'').
74
75The printout submitted should be an original; a photocopy is not
76acceptable. Please make use of good quality plain white A4 (or US
77Letter) paper size. {\em The dimensions shown here should be strictly
78adhered to: do not make changes to these dimensions, which are
79determined by the document class}. The document class leaves at least
803~cm at the top of the page before the head, which contains the page
81number.
82
83Printers sometimes produce text which contains light and dark streaks,
84or has considerable lighting variation either between left-hand and
85right-hand margins or between text heads and bottoms. To achieve
86optimal reproduction quality, the contrast of text lettering must be
87uniform, sharp and dark over the whole page and throughout the article.
88
89If corrections are made to the text, print completely new replacement
90pages. The contrast on these pages should be consistent with the rest
91of the paper as should text dimensions and font sizes.
92
93\section{TABLES AND ILLUSTRATIONS}
94
95Tables should be made with \LaTeX; illustrations should be originals or
96sharp prints. They should be arranged throughout the text and
97preferably be included {\em on the same page as they are first
98discussed}. They should have a self-contained caption and be positioned
99in flush-left alignment with the text margin within the column. If they
100do not fit into one column they may be placed across both columns
101(using \verb-\begin{table*}- or \verb-\begin{figure*}- so that they
102appear at the top of a page).
103
104\subsection{Tables}
105
106Tables should be presented in the form shown in
107Table~\ref{table:1}.  Their layout should be consistent
108throughout.
109
110\begin{table*}[htb]
111\caption{The next-to-leading order (NLO) results
112{\em without} the pion field.}
113\label{table:1}
114\newcommand{\m}{\hphantom{$-$}}
115\newcommand{\cc}[1]{\multicolumn{1}{c}{#1}}
116\renewcommand{\tabcolsep}{2pc} % enlarge column spacing
117\renewcommand{\arraystretch}{1.2} % enlarge line spacing
118\begin{tabular}{@{}lllll}
119\hline
120$\Lambda$ (MeV)           & \cc{$140$} & \cc{$150$} & \cc{$175$} & \cc{$200$} \\
121\hline
122$r_d$ (fm)                & \m1.973 & \m1.972 & \m1.974 & \m1.978 \\
123$Q_d$ ($\mbox{fm}^2$)     & \m0.259 & \m0.268 & \m0.287 & \m0.302 \\
124$P_D$ (\%)                & \m2.32  & \m2.83  & \m4.34  & \m6.14  \\
125$\mu_d$                   & \m0.867 & \m0.864 & \m0.855 & \m0.845 \\
126$\mathcal{M}_{\mathrm{M1}}$ (fm)   & \m3.995 & \m3.989 & \m3.973 & \m3.955 \\
127$\mathcal{M}_{\mathrm{GT}}$ (fm)   & \m4.887 & \m4.881 & \m4.864 & \m4.846 \\
128$\delta_{\mathrm{1B}}^{\mathrm{VP}}$ (\%)   
129                          & $-0.45$ & $-0.45$ & $-0.45$ & $-0.45$ \\
130$\delta_{\mathrm{1B}}^{\mathrm{C2:C}}$ (\%)
131                          & \m0.03  & \m0.03  & \m0.03  & \m0.03  \\
132$\delta_{\mathrm{1B}}^{\mathrm{C2:N}}$ (\%)
133                          & $-0.19$ & $-0.19$ & $-0.18$ & $-0.15$ \\
134\hline
135\end{tabular}\\[2pt]
136The experimental values are given in ref. \cite{Eato75}.
137\end{table*}
138
139\begin{sidewaystable}
140\caption{The next-to-leading order (NLO) results
141{\em without} the pion field.}
142\label{table:2}
143\newcommand{\m}{\hphantom{$-$}}
144\newcommand{\cc}[1]{\multicolumn{1}{c}{#1}}
145\renewcommand{\arraystretch}{1.2} % enlarge line spacing
146\begin{tabular*}{\textheight}{@{\extracolsep{\fill}}lllllllllllll}
147\hline
148& $\Lambda$ (MeV) & \cc{$140$} & \cc{$150$} & \cc{$175$} & \cc{$200$} & \cc{$225$} & \cc{$250$} &
149\cc{Exp.} & \cc{$v_{18}$~\cite{v18}} &  \\
150\hline
151%b
152 & $r_d$ (fm)                        & \m1.973 & \m1.972 & \m1.974 & \m1.978 & \m1.983 & \m1.987 & 1.966(7) & \m1.967 & \\[2pt]
153 & $Q_d$ ($\mbox{fm}^2$)             & \m0.259 & \m0.268 & \m0.287 & \m0.302 & \m0.312 & \m0.319 & 0.286    & \m0.270 & \\[2pt]
154 & $P_D$ (\%)                        & \m2.32  & \m2.83  & \m4.34  & \m6.14  & \m8.09  & \m9.90  & $-$      & \m5.76  & \\[2pt]
155 & $\mu_d$                           & \m0.867 & \m0.864 & \m0.855 & \m0.845 & \m0.834 & \m0.823 & 0.8574   & \m0.847 & \\[5pt]
156 & $\mathcal{M}_{\mathrm{M1}}$ (fm)             & \m3.995 & \m3.989 & \m3.973 & \m3.955 & \m3.936 & \m3.918 & $-$      & \m3.979 & \\[5pt]
157 & $\mathcal{M}_{\mathrm{GT}}$ (fm)             & \m4.887 & \m4.881 & \m4.864 & \m4.846 & \m4.827 & \m4.810 & $-$      & \m4.859 & \\[2pt]
158 & $\delta_{\mathrm{1B}}^{\mathrm{VP}}$ (\%)   & $-0.45$ & $-0.45$ & $-0.45$ & $-0.45$ & $-0.45$ & $-0.44$ & $-$      & $-0.45$ & \\[2pt]
159 & $\delta_{\mathrm{1B}}^{\mathrm{C2:C}}$ (\%) & \m0.03  & \m0.03  & \m0.03  & \m0.03  & \m0.03  & \m0.03  & $-$      & \m0.03  & \\[2pt]
160 & $\delta_{\mathrm{1B}}^{\mathrm{C2:N}}$ (\%) & $-0.19$ & $-0.19$ & $-0.18$ & $-0.15$ & $-0.12$ & $-0.10$ & $-$      & $-0.21$ & \\
161\hline
162\end{tabular*}\\[2pt]
163The experimental values are given in ref. \cite{Eato75}.
164\end{sidewaystable}
165
166Horizontal lines should be placed above and below table headings, above
167the subheadings and at the end of the table above any notes. Vertical
168lines should be avoided.
169
170If a table is too long to fit onto one page, the table number and
171headings should be repeated above the continuation of the table. For
172this you have to reset the table counter with
173\verb|\addtocounter{table}{-1}|. Alternatively, the table can be turned
174by $90^\circ$ (`landscape mode') and spread over two consecutive pages
175(first an even-numbered, then an odd-numbered one) created by means of
176\verb|\begin{table}[h]| without a caption. To do this, you prepare the
177table as a separate \LaTeX{} document and attach the tables to the
178empty pages with a few spots of suitable glue.
179
180\subsection{Useful table packages}
181
182Modern \LaTeX{} comes with several packages for tables that
183provide additional functionality. Below we mention a few. See
184the documentation of the individual packages for more details. The
185packages can be found in \LaTeX's \texttt{tools} directory.
186
187\begin{description}
188 
189\item[\texttt{array}] Various extensions to \LaTeX's \texttt{array}
190  and \texttt{tabular} environments.
191 
192\item[\texttt{longtable}] Automatically break tables over several
193  pages. Put the table in the \texttt{longtable} environment instead
194  of the \texttt{table} environment.
195 
196\item [\texttt{dcolumn}] Define your own type of column. Among others,
197  this is one way to obtain alignment on the decimal point.
198
199\item[\texttt{tabularx}] Smart column width calculation within a
200  specified table width.
201 
202\item[\texttt{rotating}] Print a page with a wide table or figure in
203  landscape orientation using the \texttt{sidewaystable} or
204  \texttt{sidewaysfigure} environments, and many other rotating
205  tricks. Use the package with the \texttt{figuresright} option to
206  make all tables and figures rotate in clockwise. Use the starred
207  form of the \texttt{sideways} environments to obtain full-width
208  tables or figures in a two-column article.
209
210\end{description}
211
212\subsection{Line drawings}
213
214Line drawings may consist of laser-printed graphics or professionally
215drawn figures attached to the manuscript page. All figures should be
216clearly displayed by leaving at least one line of spacing above and
217below them. When placing a figure at the top of a page, the top of the
218figure should align with the bottom of the first text line of the other
219column.
220
221Do not use too light or too dark shading in your figures; too dark a
222shading may become too dense while a very light shading made of tiny
223points may fade away during reproduction.
224
225All notations and lettering should be no less than 2\,mm high. The use
226of heavy black, bold lettering should be avoided as this will look
227unpleasantly dark when printed.
228
229\subsection{PostScript figures}
230
231Instead of providing separate drawings or prints of the figures you
232may also use PostScript files which are included into your \LaTeX{}
233file and printed together with the text. Use one of the packages from
234\LaTeX's \texttt{graphics} directory: \texttt{graphics},
235\texttt{graphicx} or \texttt{epsfig}, with the \verb|\usepackage|
236command, and then use the appropriate commands
237(\verb|\includegraphics| or \verb|\epsfig|) to include your PostScript
238file.
239
240The simplest command is: \newline
241\verb|\includegraphics{file}|, which inserts the
242PostScript file \texttt{file} at its own size. The starred version of
243this command: \newline
244\verb|\includegraphics*{file}|, does the same, but clips
245the figure to its bounding box.
246
247With the \texttt{graphicx} package one may specify a series of options
248as a key--value list, e.g.:
249\begin{tabular}{@{}l}
250\verb|\includegraphics[width=15pc]{file}|\\
251\verb|\includegraphics[height=5pc]{file}|\\
252\verb|\includegraphics[scale=0.6]{file}|\\
253\verb|\includegraphics[angle=90,width=20pc]{file}|
254\end{tabular}
255
256See the file \texttt{grfguide}, section ``Including Graphics Files'',
257of the \texttt{graphics} distribution for all options and a detailed
258description.
259
260The \texttt{epsfig} package mimicks the commands familiar from the
261package with the same name in \LaTeX2.09. A PostScript file
262\texttt{file} is included with the command
263\verb|\psfig{file=file}|.
264
265Grey-scale and colour photographs cannot be included in this way,
266since reproduction from the printed CRC article would give
267insufficient typographical quality. See the following subsections.
268
269\begin{figure}[htb]
270\vspace{9pt}
271\framebox[55mm]{\rule[-21mm]{0mm}{43mm}}
272\caption{Good sharp prints should be used and not (distorted) photocopies.}
273\label{fig:largenenough}
274\end{figure}
275%
276\begin{figure}[htb]
277\framebox[55mm]{\rule[-21mm]{0mm}{43mm}}
278\caption{Remember to keep details clear and large enough.}
279\label{fig:toosmall}
280\end{figure}
281
282\subsection{Black and white photographs}
283
284Photographs must always be sharp originals ({\em not screened
285versions\/}) and rich in contrast. They will undergo the same reduction
286as the text and should be pasted on your page in the same way as line
287drawings.
288
289\subsection{Colour photographs}
290
291Sharp originals ({\em not transparencies or slides\/}) should be
292submitted close to the size expected in publication. Charges for the
293processing and printing of colour will be passed on to the author(s) of
294the paper. As costs involved are per page, care should be taken in the
295selection of size and shape so that two or more illustrations may be
296fitted together on one page. Please contact the Author Support
297Department at Elsevier (E-mail: \texttt{authorsupport@elsevier.nl})
298for a price quotation and layout instructions before producing your
299paper in its final form.
300
301\section{EQUATIONS}
302
303Equations should be flush-left with the text margin; \LaTeX{} ensures
304that the equation is preceded and followed by one line of white space.
305\LaTeX{} provides the document class option {\tt fleqn} to get the
306flush-left effect.
307
308\begin{equation}
309H_{\alpha\beta}(\omega) = E_\alpha^{(0)}(\omega) \delta_{\alpha\beta} +
310                          \langle \alpha | W_\pi | \beta \rangle 
311\end{equation}
312
313You need not put in equation numbers, since this is taken care of
314automatically. The equation numbers are always consecutive and are
315printed in parentheses flush with the right-hand margin of the text and
316level with the last line of the equation. For multi-line equations, use
317the {\tt eqnarray} environment.
318
319For complex mathematics, use the \AmS math package. This package
320sets the math indentation to a positive value. To keep the equations
321flush left, either load the \texttt{espcrc} package \emph{after} the
322\AmS math package or set the command \verb|\mathindent=0pt| in the
323preamble of your article.
324
325\begin{thebibliography}{9}
326\bibitem{Scho70} S. Scholes, Discuss. Faraday Soc. No. 50 (1970) 222.
327\bibitem{Mazu84} O.V. Mazurin and E.A. Porai-Koshits (eds.),
328                 Phase Separation in Glass, North-Holland, Amsterdam, 1984.
329\bibitem{Dimi75} Y. Dimitriev and E. Kashchieva,
330                 J. Mater. Sci. 10 (1975) 1419.
331\bibitem{Eato75} D.L. Eaton, Porous Glass Support Material,
332                 US Patent No. 3 904 422 (1975).
333\end{thebibliography}
334
335References should be collected at the end of your paper. Do not begin
336them on a new page unless this is absolutely necessary. They should be
337prepared according to the sequential numeric system making sure that
338all material mentioned is generally available to the reader. Use
339\verb+\cite+ to refer to the entries in the bibliography so that your
340accumulated list corresponds to the citations made in the text body.
341
342Above we have listed some references according to the
343sequential numeric system \cite{Scho70,Mazu84,Dimi75,Eato75}.
344\end{document}
Note: See TracBrowser for help on using the repository browser.