template.tex 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. % !TeX program = pdfLaTeX
  2. \documentclass[smallextended]{svjour3} % onecolumn (second format)
  3. %\documentclass[twocolumn]{svjour3} % twocolumn
  4. %
  5. \smartqed % flush right qed marks, e.g. at end of proof
  6. %
  7. \usepackage{amsmath}
  8. \usepackage{graphicx}
  9. \usepackage[utf8]{inputenc}
  10. \usepackage[hyphens]{url} % not crucial - just used below for the URL
  11. \usepackage{hyperref}
  12. \providecommand{\tightlist}{%
  13. \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
  14. %
  15. % \usepackage{mathptmx} % use Times fonts if available on your TeX system
  16. %
  17. % insert here the call for the packages your document requires
  18. %\usepackage{latexsym}
  19. % etc.
  20. %
  21. % please place your own definitions here and don't use \def but
  22. % \newcommand{}{}
  23. %
  24. % Insert the name of "your journal" with
  25. % \journalname{myjournal}
  26. %
  27. %% load any required packages here
  28. $preamble$
  29. $if(highlighting-macros)$
  30. $highlighting-macros$
  31. $endif$
  32. $for(header-includes)$
  33. $header-includes$
  34. $endfor$
  35. \begin{document}
  36. \title{$title$ $if(thanks)$\thanks{$thanks$} $endif$}
  37. $if(subtitle)$ \subtitle{$subtitle$} $endif$
  38. $if(titlerunning)$
  39. \titlerunning{$titlerunning$}
  40. $endif$
  41. \author{ $for(authors)$ $authors.name$ \and $endfor$ }
  42. $if(authorrunning)$
  43. \authorrunning{ $authorrunning$ }
  44. $endif$
  45. \institute{
  46. $for(authors)$
  47. $authors.name$ \at
  48. $if(authors.address)$ $authors.address$ $endif$\\
  49. $if(authors.email)$ \email{$authors.email$} $endif$ % \\
  50. % \emph{Present address:} of F. Author % if needed
  51. \and
  52. $endfor$
  53. }
  54. \date{Received: date / Accepted: date}
  55. % The correct dates will be entered by the editor
  56. \maketitle
  57. \begin{abstract}
  58. $abstract$
  59. \\
  60. \keywords{
  61. $for(keywords)$
  62. $keywords$ \and
  63. $endfor$
  64. }
  65. $if(PACS)$
  66. \PACS{
  67. $for(PACS)$
  68. $PACS$ \and
  69. $endfor$
  70. }
  71. $endif$
  72. $if(MSC)$
  73. \subclass{
  74. $for(MSC)$
  75. $MSC$ \and
  76. $endfor$
  77. }
  78. $endif$
  79. \end{abstract}
  80. \def\spacingset#1{\renewcommand{\baselinestretch}%
  81. {#1}\small\normalsize} \spacingset{1}
  82. $body$
  83. \bibliographystyle{spbasic}
  84. \bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}
  85. \end{document}