Advertisement
Guest User

aipsamp.tex

a guest
Nov 29th, 2013
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. % ****** Start of file aipsamp.tex ******
  2. %
  3. % This file is part of the AIP files in the AIP distribution for REVTeX 4.
  4. % Version 4.1 of REVTeX, October 2009
  5. %
  6. % Copyright (c) 2009 American Institute of Physics.
  7. %
  8. % See the AIP README file for restrictions and more information.
  9. %
  10. % TeX'ing this file requires that you have AMS-LaTeX 2.0 installed
  11. % as well as the rest of the prerequisites for REVTeX 4.1
  12. %
  13. % It also requires running BibTeX. The commands are as follows:
  14. %
  15. % 1) latex aipsamp
  16. % 2) bibtex aipsamp
  17. % 3) latex aipsamp
  18. % 4) latex aipsamp
  19. %
  20. % Use this file as a source of example code for your aip document.
  21. % Use the file aiptemplate.tex as a template for your document.
  22. \documentclass[%
  23. aip,
  24. jmp,%
  25. amsmath,amssymb,
  26. %preprint,%
  27. reprint,%
  28. %author-year,
  29. %author-numerical,%
  30. ]{revtex4-1}
  31.  
  32. \usepackage{graphicx}% Include figure files
  33. \usepackage{dcolumn}% Align table co-lumns on decimal point
  34. \usepackage{bm}% bold math
  35. %\usepackage[mathlines]{lineno}% Enable numbering of text and display math
  36. %\linenumbers\relax % Commence numbering lines
  37.  
  38. \usepackage{framed}
  39. \usepackage{xcolor}
  40. \usepackage{adjustbox}
  41. \usepackage{amsthm}
  42. \usepackage{picture, eso-pic}
  43. \usepackage{setspace}
  44. \usepackage{verbatim}
  45.  
  46. \begin{document}
  47.  
  48. \preprint{AIP/123-QED}
  49. \title[\textcolor{bmcblue}{\usefont{\encodingdefault}{\sfdefault}{m}{n} my title}]{\fontsize{22}{0pt}\usefont{\encodingdefault}{\sfdefault}{b}{n}my title}% Force line breaks with \\
  50. %\thanks{Footnote to title of article.}
  51.  
  52. \author{No Name}
  53. \altaffiliation[Intern at ]{Somewhere}%Lines break automatically or can be forced with \\
  54. %\author{B. Author}%
  55. %\email{Second.Author@institution.edu.}
  56. \affiliation{
  57. Some High School, Where, State 11714%\\This line break forced with \textbackslash\textbackslash
  58. }%
  59.  
  60. %\author{C. Author}
  61. % \homepage{http://www.Second.institution.edu/~Charlie.Author.}
  62. %\affiliation{%
  63. %Second institution and/or address%\\This line break forced% with \\
  64. %}%
  65.  
  66. \date{\today}% It is always \today, today,
  67. % but any date may be explicitly specified
  68. %\begin{spacing}{1}
  69.  
  70. \maketitle
  71.  
  72.  
  73.  
  74. \section{\label{sec:level1}\normalsize First-level heading}
  75.  
  76. Cancer cells often demonstrate severe karyotypic transformations, including structural rearrangements such as copy number variants (CNV) \citep{gus12}.
  77.  
  78. \appendix
  79.  
  80. \section{References}
  81. \nocite{*}
  82. \def\bibfont{\small}
  83. \bibliography{aipsamp}% Produces the bibliography via BibTeX.
  84.  
  85. \end{document}
  86. %
  87. % ****** End of file aipsamp.tex ******
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement