template.tex 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. %% Copernicus Publications Manuscript Preparation Template for LaTeX Submissions
  2. %% ---------------------------------
  3. %% This template should be used for copernicus.cls
  4. %% The class file and some style files are bundled in the Copernicus Latex Package, which can be downloaded from the different journal webpages.
  5. %% For further assistance please contact Copernicus Publications at: [email protected]
  6. %% https://publications.copernicus.org/for_authors/manuscript_preparation.html
  7. %% Please use the following documentclass and journal abbreviations for discussion papers and final revised papers.
  8. %% 2-column papers and discussion papers
  9. \documentclass[$journal$, manuscript]{copernicus}
  10. %% Journal abbreviations (please use the same for discussion papers and final revised papers)
  11. % Advances in Geosciences (adgeo)
  12. % Advances in Radio Science (ars)
  13. % Advances in Science and Research (asr)
  14. % Advances in Statistical Climatology, Meteorology and Oceanography (ascmo)
  15. % Annales Geophysicae (angeo)
  16. % Archives Animal Breeding (aab)
  17. % ASTRA Proceedings (ap)
  18. % Atmospheric Chemistry and Physics (acp)
  19. % Atmospheric Measurement Techniques (amt)
  20. % Biogeosciences (bg)
  21. % Climate of the Past (cp)
  22. % Drinking Water Engineering and Science (dwes)
  23. % Earth Surface Dynamics (esurf)
  24. % Earth System Dynamics (esd)
  25. % Earth System Science Data (essd)
  26. % E&G Quaternary Science Journal (egqsj)
  27. % Fossil Record (fr)
  28. % Geographica Helvetica (gh)
  29. % Geoscience Communication (gc)
  30. % Geoscientific Instrumentation, Methods and Data Systems (gi)
  31. % Geoscientific Model Development (gmd)
  32. % History of Geo- and Space Sciences (hgss)
  33. % Hydrology and Earth System Sciences (hess)
  34. % Journal of Micropalaeontology (jm)
  35. % Journal of Sensors and Sensor Systems (jsss)
  36. % Mechanical Sciences (ms)
  37. % Natural Hazards and Earth System Sciences (nhess)
  38. % Nonlinear Processes in Geophysics (npg)
  39. % Ocean Science (os)
  40. % Primate Biology (pb)
  41. % Proceedings of the International Association of Hydrological Sciences (piahs)
  42. % Scientific Drilling (sd)
  43. % SOIL (soil)
  44. % Solid Earth (se)
  45. % The Cryosphere (tc)
  46. % Web Ecology (we)
  47. % Wind Energy Science (wes)
  48. %% \usepackage commands included in the copernicus.cls:
  49. %\usepackage[german, english]{babel}
  50. %\usepackage{tabularx}
  51. %\usepackage{cancel}
  52. %\usepackage{multirow}
  53. %\usepackage{supertabular}
  54. %\usepackage{algorithmic}
  55. %\usepackage{algorithm}
  56. %\usepackage{amsthm}
  57. %\usepackage{float}
  58. %\usepackage{subfig}
  59. %\usepackage{rotating}
  60. % The "Technical instructions for LaTex" by Copernicus require _not_ to insert any additional packages.
  61. %$for(header-includes)$
  62. %$header-includes$
  63. %$endfor$
  64. $if(algorithms)$
  65. \usepackage{algorithmic}
  66. \usepackage{algorithm}
  67. $endif$
  68. $if(highlighting-macros)$
  69. $highlighting-macros$
  70. $endif$
  71. \begin{document}
  72. \title{$title$}
  73. $for(author)$
  74. \Author[$author.affiliation$]{$author.given_name$}{$author.surname$}
  75. $endfor$
  76. $for(affiliation)$
  77. \affil[$affiliation.code$]{$affiliation.address$}
  78. $endfor$
  79. %% The [] brackets identify the author with the corresponding affiliation. 1, 2, 3, etc. should be inserted.
  80. \runningtitle{$running.title$}
  81. \runningauthor{$running.author$}
  82. $for(author)$
  83. $if(author.corresponding)$
  84. \correspondence{$author.given_name$\ $author.surname$\ ($author.email$)}
  85. $endif$
  86. $endfor$
  87. \received{}
  88. \pubdiscuss{} %% only important for two-stage journals
  89. \revised{}
  90. \accepted{}
  91. \published{}
  92. %% These dates will be inserted by Copernicus Publications during the typesetting process.
  93. \firstpage{1}
  94. \maketitle
  95. $if(abstract)$
  96. \begin{abstract}
  97. $abstract$
  98. \end{abstract}
  99. $endif$
  100. $if(copyrightstatement)$
  101. \copyrightstatement{$copyrightstatement$}
  102. $endif$
  103. $body$
  104. $if(availability.code)$
  105. \codeavailability{$availability.code$} %% use this section when having only software code available
  106. $endif$
  107. $if(availability.data)$
  108. \dataavailability{$availability.data$} %% use this section when having only data sets available
  109. $endif$
  110. $if(availability.codedata)$
  111. \codedataavailability{$availability.codedata$} %% use this section when having data sets and software code available
  112. $endif$
  113. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  114. %% optional
  115. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  116. $if(appendix)$
  117. \appendix
  118. $appendix$
  119. \noappendix
  120. $endif$
  121. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  122. $if(authorcontribution)$
  123. \authorcontribution{$authorcontribution$} %% optional section
  124. $endif$
  125. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  126. \competinginterests{$competinginterests$} %% this section is mandatory even if you declare that no competing interests are present
  127. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  128. $if(disclaimer)$
  129. \disclaimer{$disclaimer$} %% optional section
  130. $endif$
  131. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  132. $if(acknowledgements)$
  133. \begin{acknowledgements}
  134. $acknowledgements$
  135. \end{acknowledgements}
  136. $endif$
  137. %% REFERENCES
  138. %% DN: pre-configured to BibTeX for rticles
  139. %% The reference list is compiled as follows:
  140. %%
  141. %% \begin{thebibliography}{}
  142. %%
  143. %% \bibitem[AUTHOR(YEAR)]{LABEL1}
  144. %% REFERENCE 1
  145. %%
  146. %% \bibitem[AUTHOR(YEAR)]{LABEL2}
  147. %% REFERENCE 2
  148. %%
  149. %% \end{thebibliography}
  150. %% Since the Copernicus LaTeX package includes the BibTeX style file copernicus.bst,
  151. %% authors experienced with BibTeX only have to include the following two lines:
  152. %%
  153. \bibliographystyle{copernicus}
  154. \bibliography{$bibliography$}
  155. %%
  156. %% URLs and DOIs can be entered in your BibTeX file as:
  157. %%
  158. %% URL = {http://www.xyz.org/~jones/idx_g.htm}
  159. %% DOI = {10.5194/xyz}
  160. %% LITERATURE CITATIONS
  161. %%
  162. %% command & example result
  163. %% \citet{jones90}| & Jones et al. (1990)
  164. %% \citep{jones90}| & (Jones et al., 1990)
  165. %% \citep{jones90,jones93}| & (Jones et al., 1990, 1993)
  166. %% \citep[p.~32]{jones90}| & (Jones et al., 1990, p.~32)
  167. %% \citep[e.g.,][]{jones90}| & (e.g., Jones et al., 1990)
  168. %% \citep[e.g.,][p.~32]{jones90}| & (e.g., Jones et al., 1990, p.~32)
  169. %% \citeauthor{jones90}| & Jones et al.
  170. %% \citeyear{jones90}| & 1990
  171. \end{document}