|
Last change
on this file since 3062 was
987,
checked in by jleconte, 12 years ago
|
11/06/2013 == JL+EM
- User manual (+ sources) added in DOC.
|
|
File size:
980 bytes
|
| Line | |
|---|
| 1 | \documentclass{report} |
|---|
| 2 | \usepackage{epsf} |
|---|
| 3 | \usepackage{times} |
|---|
| 4 | \usepackage{epsfig} |
|---|
| 5 | \usepackage[round]{natbib} |
|---|
| 6 | |
|---|
| 7 | %\usepackage{makeidx} |
|---|
| 8 | \usepackage{a4} |
|---|
| 9 | \usepackage{graphicx} |
|---|
| 10 | \usepackage[french,english]{babel} |
|---|
| 11 | \scrollmode |
|---|
| 12 | |
|---|
| 13 | %\makeindex |
|---|
| 14 | |
|---|
| 15 | \newcommand{\indexentry}[2]{\item #1 #2} |
|---|
| 16 | % numero de la derniere section numerotee |
|---|
| 17 | \setcounter{secnumdepth}{3} |
|---|
| 18 | % numero de la derniere section a apparaitre dans la table des matieres |
|---|
| 19 | \setcounter{tocdepth}{3} |
|---|
| 20 | |
|---|
| 21 | % For title page |
|---|
| 22 | \title{User Manual for the LMD Generic Climate Model} |
|---|
| 23 | \author{E. Millour, F. Forget, J. Leconte, R. Wordsworth.} |
|---|
| 24 | \date{\today} |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | \begin{document} |
|---|
| 28 | \bibliographystyle{abbrv} |
|---|
| 29 | |
|---|
| 30 | \input{def} |
|---|
| 31 | |
|---|
| 32 | \selectlanguage{english} |
|---|
| 33 | |
|---|
| 34 | \maketitle |
|---|
| 35 | \tableofcontents |
|---|
| 36 | |
|---|
| 37 | \input{intro} |
|---|
| 38 | \input{principe} |
|---|
| 39 | \input{dynamics} |
|---|
| 40 | \input{phystd} |
|---|
| 41 | \input{run.tex} |
|---|
| 42 | \input{compilation} |
|---|
| 43 | \input{io.tex} |
|---|
| 44 | \input{water.tex} |
|---|
| 45 | \input{rcm1d.tex} |
|---|
| 46 | \input{zoom.tex} |
|---|
| 47 | \input{kspectrum.tex} |
|---|
| 48 | |
|---|
| 49 | \appendix |
|---|
| 50 | |
|---|
| 51 | %\printindex |
|---|
| 52 | |
|---|
| 53 | \bibliography{newfred.bib} |
|---|
| 54 | \bibliographystyle{plain} |
|---|
| 55 | |
|---|
| 56 | \end{document} |
|---|
Note: See
TracBrowser
for help on using the repository browser.