]> AND Private Git Repository - fusion.git/blob - chapitre-2009/editor/templates/appendix.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Added book chapter submitted in 2009 and rejected in 2010.
[fusion.git] / chapitre-2009 / editor / templates / appendix.tex
1 %%%%%%%%%%%%%%%%%%%%% appendix.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 %
3 % sample appendix
4 %
5 % Use this file as a template for your own input.
6 %
7 %%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
8
9 \chapter{Chapter Heading}
10 \label{introA} % Always give a unique label
11 % use \chaptermark{}
12 % to alter or adjust the chapter heading in the running head
13
14 Use the template \emph{appendix.tex} together with the Springer document class SVMono (monograph-type books) or SVMult (edited books) to style appendix of your book in the Springer layout.
15
16
17 \section{Section Heading}
18 \label{sec:A1}
19 % Always give a unique label
20 % and use \ref{<label>} for cross-references
21 % and \cite{<label>} for bibliographic references
22 % use \sectionmark{}
23 % to alter or adjust the section heading in the running head
24 Instead of simply listing headings of different levels we recommend to let every heading be followed by at least a short passage of text. Further on please use the \LaTeX\ automatism for all your cross-references and citations.
25
26
27 \subsection{Subsection Heading}
28 \label{sec:A2}
29 Instead of simply listing headings of different levels we recommend to let every heading be followed by at least a short passage of text. Further on please use the \LaTeX\ automatism for all your cross-references and citations as has already been described in Sect.~\ref{sec:A1}.
30
31 For multiline equations we recommend to use the \verb|eqnarray| environment.
32 \begin{eqnarray}
33 \vec{a}\times\vec{b}=\vec{c} \nonumber\\
34 \vec{a}\times\vec{b}=\vec{c}
35 \label{eq:A01}
36 \end{eqnarray}
37
38 \subsubsection{Subsubsection Heading}
39 Instead of simply listing headings of different levels we recommend to let every heading be followed by at least a short passage of text. Further on please use the \LaTeX\ automatism for all your cross-references and citations as has already been described in Sect.~\ref{sec:A2}.
40
41 Please note that the first line of text that follows a heading is not indented, whereas the first lines of all subsequent paragraphs are.
42
43 % For figures use
44 %
45 \begin{figure}[t]
46 \sidecaption[t]
47 % Use the relevant command for your figure-insertion program
48 % to insert the figure file.
49 % For example, with the graphicx style use
50 \includegraphics[scale=.65]{figure}
51 %
52 % If no graphics program available, insert a blank space i.e. use
53 %\picplace{5cm}{2cm} % Give the correct figure height and width in cm
54 %
55 \caption{Please write your figure caption here}
56 \label{fig:A1}       % Give a unique label
57 \end{figure}
58
59 % For tables use
60 %
61 \begin{table}
62 \caption{Please write your table caption here}
63 \label{tab:A1}       % Give a unique label
64 %
65 % Follow this input for your own table layout
66 %
67 \begin{tabular}{p{2cm}p{2.4cm}p{2cm}p{4.9cm}}
68 \hline\noalign{\smallskip}
69 Classes & Subclass & Length & Action Mechanism  \\
70 \noalign{\smallskip}\hline\noalign{\smallskip}
71 Translation & mRNA$^a$  & 22 (19--25) & Translation repression, mRNA cleavage\\
72 Translation & mRNA cleavage & 21 & mRNA cleavage\\
73 Translation & mRNA  & 21--22 & mRNA cleavage\\
74 Translation & mRNA  & 24--26 & Histone and DNA Modification\\
75 \noalign{\smallskip}\hline\noalign{\smallskip}
76 \end{tabular}
77 $^a$ Table foot note (with superscript)
78 \end{table}
79 %