Guest User

Untitled

a guest
Dec 18th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. documentclass[twocolumn,trackchanges]{aastex61}
  2.  
  3. usepackage{natbib}
  4. usepackage{graphicx}
  5. usepackage{latexsym}
  6. usepackage{amssymb}
  7. usepackage{longtable}
  8. usepackage{rotating}
  9.  
  10. begin{document}
  11.  
  12. title{Here is the title}
  13.  
  14. section{this is main section} label{Section 1}
  15. subsection{this is subsection} label{Section 1.1}
  16. There are some paragraphs in here.
  17.  
  18. newlength{imageheight}
  19. setlengthimageheight{dimexprtextwidth-abovecaptionskip}
  20. begin{sidewaysfigure}
  21. includegraphics[height=1textheight,width=1textwidth]{m12b_low_low}
  22. caption{This is some caption}
  23. label{fig:Figure 1}
  24. end{sidewaysfigure}
  25.  
  26.  
  27. end{document}
Add Comment
Please, Sign In to add comment