Guest User

Untitled

a guest
Jun 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. begin{figure}
  2. centering
  3. includegraphics[width=1textwidth]{C:mypaperfigsfoo.pdf}
  4. caption{a test figure}
  5. end{figure}
  6.  
  7. begin{figure}
  8. centering
  9. includegraphics[width=1textwidth]{..figsfoo.pdf}
  10. caption{a test figure}
  11. end{figure}
  12.  
  13. begin{figure}
  14. centering
  15. includegraphics[width=1textwidth]{foo.pdf}
  16. caption{a test figure}
  17. end{figure}
  18.  
  19. bibliographystyle{spbasic}
  20. bibliography{..library.bib} or bibliography{c:mypaperlibrary.bib}
  21.  
  22. bibliographystyle{spbasic}
  23. bibliography{library.bib}
Add Comment
Please, Sign In to add comment