Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. % Minimal working environment for using chemstylepackage.
  2. documentclass[12pt]{report}
  3. usepackage[runs=2]{auto-pst-pdf} % Use EPS graphics with pdfLaTeX
  4. usepackage{chemstyle} % Of course!
  5.  
  6. begin{document}
  7.  
  8. begin{figure}[p]
  9. includegraphics{scheme-two.eps}
  10. caption{A scheme with temporary compound numbers.}
  11. end{figure}
  12. begin{figure}[p]
  13. schemeref{IMesHCl}
  14. schemeref{IMes}
  15. includegraphics{scheme-two.eps}
  16. caption{A scheme with automated compound numbers.}
  17. end{figure}
  18. clearpage
  19.  
  20. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement