Guest User

Untitled

a guest
Feb 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. begin{figure}
  2. centering
  3. includegraphics{some_file}
  4. caption{Frobnication of the bar (baz areas indicate quux)}
  5. label{fig:frobnication-of-bar}
  6. end{figure}
  7.  
  8. documentclass{article}
  9.  
  10. usepackage{mwe}
  11.  
  12. begin{document}
  13. listoffigures
  14.  
  15. begin{figure}
  16. centering
  17. includegraphics{example-image}
  18. caption[Frobnication of the bar]{Frobnication of the bar (baz areas indicate quux)}
  19. label{fig:frobnication-of-bar}
  20. end{figure}
  21. end{document}
Add Comment
Please, Sign In to add comment