ref.tex 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. \documentclass[12pt,twoside,a4paper]{book}
  2. \usepackage[pdftex]{graphicx}
  3. \usepackage[pdftex]{hyperref}
  4. \usepackage{a4}
  5. \usepackage[margin=2cm]{geometry}
  6. \usepackage{amsmath,amssymb,amstext}
  7. % \usepackage{natbib,longtable}
  8. \newcommand{\NN}{\mathbb{N}} \newcommand{\ZZ}{\mathbb{Z}}
  9. \newcommand{\TT}{\mathbb{T}} \newcommand{\RR}{\mathbb{R}}
  10. \newcommand{\CC}{\mathbb{C}}
  11. \overfullrule -5 pt
  12. \def\plaisir{\mbox{\it Planet Simulator~}}
  13. \pagestyle{headings}
  14. % makros for citation
  15. \newcommand{\ct}[2]{[{\em #1},$\,$ #2]}
  16. \newcommand{\dct}[4]{[{\em #1},$\,$ #2;$\,\,$ {\em #3},$\,$ #4]}
  17. \newcommand{\tct}[6]{[{\em #1},$\,$ #2;$\,\,$ {\em #3},$\,$ #4;$\,\,$ {\em #5},$\,$ #6]}
  18. \newcommand{\qct}[8]{[{\em #1},$\,$ #2;$\,\,$ {\em #3},$\,$ #4;$\,\,$ {\em #5},$\,$ #6;$\,\,$ {\em #7},$\,$ #8]}
  19. \newcommand{\cit}[2]{{\em #1} [#2]}
  20. \newcommand{\dcit}[4]{{\em #1} [#2],$\,\,$ {\em #3} [#4]}
  21. \newcommand{\tcit}[6]{{\em #1} [#2],$\,\,$ {\em #3} [#4],$\,\,$ {\em #5} [#6]}
  22. \newcommand{\citp}[2]{#1 [#2]}
  23. %%%%%%%%%%%%%%%%%%%%%%%%%%%
  24. \title { {\Huge\bf Planet Simulator } \\
  25. \vspace*{1cm}
  26. \includegraphics[width=8cm]{Erde.jpg} \\
  27. \vspace*{1cm}
  28. {\huge \bf Reference Manual } \\
  29. \vspace*{1cm}
  30. {\huge \bf Version 16} \\
  31. }
  32. \author{F. Lunkeit
  33. \and H. Borth
  34. \and M. B\"ottinger
  35. \and K. Fraedrich
  36. \and H. Jansen
  37. \and E. Kirk
  38. \and A. Kleidon
  39. \and U. Luksch
  40. \and P. Paiewonsky
  41. \and S. Schubert
  42. \and S. Sielmann
  43. \and H. Wan
  44. }
  45. \begin{document}
  46. \maketitle
  47. \tableofcontents
  48. \chapter{Preface}
  49. \input{preface}
  50. \part{Atmosphere: Wet Primitive Equations}
  51. \chapter{Model Dynamics}
  52. \input{atmos}
  53. \chapter{Model Physics - Parameterizations}
  54. \input{parameterizations.tex}
  55. \chapter{Equations}
  56. \input{atmos2.app.tex}
  57. \part{Ocean: Mixed Layer}
  58. \input{ocean}
  59. %{\bf Appendix}
  60. \part{Biosphere: SIMBA}
  61. \input{simba}
  62. \part{Ice}
  63. \input{ice}
  64. \part{Data}
  65. \chapter{Surface Data}
  66. \input{silke/surface_data}
  67. %\part{Graphical User Interface}
  68. %\input{guiref}
  69. \part{Bibliography}
  70. %\bibliographystyle{jas99}
  71. %\bibliography{litsfb}
  72. \input{bibliography}
  73. \end{document}