]> AND Private Git Repository - book_chic.git/blob - appendix.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[book_chic.git] / 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 \appendix
10 \motto{All's well that ends well}
11 \chapter{Chapter Heading}
12 \label{introA} % Always give a unique label
13 % use \chaptermark{}
14 % to alter or adjust the chapter heading in the running head
15
16 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.
17
18
19 \section{Section Heading}
20 \label{sec:A1}
21 % Always give a unique label
22 % and use \ref{<label>} for cross-references
23 % and \cite{<label>} for bibliographic references
24 % use \sectionmark{}
25 % to alter or adjust the section heading in the running head
26 Instead of simply listing headings of different levels we recommend to let every heading be followed by at least a short passage of text. Furtheron please use the \LaTeX\ automatism for all your cross-references and citations.
27
28
29 \subsection{Subsection Heading}
30 \label{sec:A2}
31 Instead of simply listing headings of different levels we recommend to let every heading be followed by at least a short passage of text. Furtheron please use the \LaTeX\ automatism for all your cross-references and citations as has already been described in Sect.~\ref{sec:A1}.
32
33 For multiline equations we recommend to use the \verb|eqnarray| environment.
34 \begin{eqnarray}
35 \vec{a}\times\vec{b}=\vec{c} \nonumber\\
36 \vec{a}\times\vec{b}=\vec{c}
37 \label{eq:A01}
38 \end{eqnarray}
39
40 \subsubsection{Subsubsection Heading}
41 Instead of simply listing headings of different levels we recommend to let every heading be followed by at least a short passage of text. Furtheron please use the \LaTeX\ automatism for all your cross-references and citations as has already been described in Sect.~\ref{sec:A2}.
42
43 Please note that the first line of text that follows a heading is not indented, whereas the first lines of all subsequent paragraphs are.
44
45 % For figures use
46 %
47 \begin{figure}[t]
48 \sidecaption[t]
49 %\centering
50 % Use the relevant command for your figure-insertion program
51 % to insert the figure file.
52 % For example, with the option graphics use
53 \includegraphics[scale=.65]{figure}
54 %
55 % If not, use
56 %\picplace{5cm}{2cm} % Give the correct figure height and width in cm
57 %
58 \caption{Please write your figure caption here}
59 \label{fig:A1}       % Give a unique label
60 \end{figure}
61
62 % For tables use
63 %
64 \begin{table}
65 \caption{Please write your table caption here}
66 \label{tab:A1}       % Give a unique label
67 %
68 % For LaTeX tables use
69 %
70 \begin{tabular}{p{2cm}p{2.4cm}p{2cm}p{4.9cm}}
71 \hline\noalign{\smallskip}
72 Classes & Subclass & Length & Action Mechanism  \\
73 \noalign{\smallskip}\hline\noalign{\smallskip}
74 Translation & mRNA$^a$  & 22 (19--25) & Translation repression, mRNA cleavage\\
75 Translation & mRNA cleavage & 21 & mRNA cleavage\\
76 Translation & mRNA  & 21--22 & mRNA cleavage\\
77 Translation & mRNA  & 24--26 & Histone and DNA Modification\\
78 \noalign{\smallskip}\hline\noalign{\smallskip}
79 \end{tabular}
80 $^a$ Table foot note (with superscript)
81 \end{table}
82 %