Guest User

Untitled

a guest
Oct 17th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. usepackage{lineno,hyperref, graphicx, caption, color, float, makeidx, amsmath}
  2. .
  3. .
  4. .
  5.  
  6. begin{figure}[h]
  7. centering
  8. includegraphics[width=linewidth]{fig6.PNG}
  9. captionsetup{justification=centering}
  10. caption{... Afootnotemark \ with dimensions 2^{25} times 2^{25}.}
  11. label{figure6}
  12. end{figure}
  13.  
  14. footnotetext{url{}}
  15.  
  16. documentclass[demo]{article}
  17.  
  18. usepackage{graphicx, caption, url}
  19.  
  20. begin{document}
  21. begin{figure}[h]
  22. centering
  23. includegraphics[width=linewidth]{fig6.PNG}
  24. captionsetup{justification=centering}
  25. caption{Figure shows comparison of performance for square matrix Aprotectfootnotemark \ with dimensions $2^{14} times 2^{14}$.}
  26. label{figure6}
  27. end{figure}
  28.  
  29. footnotetext{url{}}
  30. end{document}
Add Comment
Please, Sign In to add comment