Guest User

Untitled

a guest
Sep 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. %%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
  2. %
  3. % This is a general template file for the LaTeX package SVJour3
  4. % for Springer journals. Springer Heidelberg 2010/09/16
  5. %
  6. % Copy it to a new file with a new name and use it as the basis
  7. % for your article. Delete % signs as needed.
  8. %
  9. % This template includes a few options for different layouts and
  10. % content for various journals. Please consult a previous issue of
  11. % your journal as needed.
  12. %
  13. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14. %
  15. % First comes an example EPS file -- just ignore it and
  16. % proceed on the documentclass line
  17. % your LaTeX will extract the file if required
  18. begin{filecontents*}{example.eps}
  19. %!PS-Adobe-3.0 EPSF-3.0
  20. %%BoundingBox: 19 19 221 221
  21. %%CreationDate: Mon Sep 29 1997
  22. %%Creator: programmed by hand (JK)
  23. %%EndComments
  24. gsave
  25. newpath
  26. 20 20 moveto
  27. 20 220 lineto
  28. 220 220 lineto
  29. 220 20 lineto
  30. closepath
  31. 2 setlinewidth
  32. gsave
  33. .4 setgray fill
  34. grestore
  35. stroke
  36. grestore
  37. end{filecontents*}
  38. %
  39. RequirePackage{fix-cm}
  40. %
  41. %documentclass{svjour3} % onecolumn (standard format)
  42. %documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
  43. %documentclass[smallextended]{svjour3} % onecolumn (second format)
  44. documentclass[twocolumn]{svjour3} % twocolumn
  45. %
  46. smartqed % flush right qed marks, e.g. at end of proof
  47. %
  48. usepackage{graphicx}
  49. usepackage{epstopdf}
  50. usepackage{amsfonts}
  51. usepackage{algorithm}
  52. usepackage{algcompatible}
  53. usepackage{threeparttable}
  54. usepackage{amsmath}
  55. %
  56. % usepackage{mathptmx} % use Times fonts if available on your TeX system
  57. %
  58. % insert here the call for the packages your document requires
  59. %usepackage{latexsym}
  60. % etc.
  61. %
  62. % please place your own definitions here and don't use def but
  63. % newcommand{}{}
  64. %
  65. % Insert the name of "your journal" with
  66. % journalname{myjournal}
  67. %
  68. begin{document}
  69.  
  70. %%%%%%%%%%%%%%%%%%%%%%%%%%% PAPER Content %%%%%%%%%%%%%%%%%%%%%%%%%%%
  71. %
  72. %
  73. %
  74. %
  75. %
  76. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  77.  
  78.  
  79. % BibTeX users please use one of
  80. %bibliographystyle{spbasic} % basic style, author-year citations
  81. bibliographystyle{spmpsci} % mathematics and physical sciences
  82. %bibliographystyle{spphys} % APS-like style for physics
  83. bibliography{bibliography.bib} % name your BibTeX data base
  84.  
  85. end{document}
  86. % end of file template.tex
Add Comment
Please, Sign In to add comment