Guest User

Untitled

a guest
Oct 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. usepackage{tocloft}
  2. renewcommandcftloftitlefont{mdseriesLarge} % optional
  3. renewcommandcftfigindent{0pt}
  4. renewcommandcftfigpresnum{(}
  5. renewcommandcftfigaftersnum{)}
  6.  
  7. documentclass{article}
  8. usepackage{newtxtext,newtxmath} % optional -- for Times-like font
  9.  
  10. usepackage{tocloft}
  11. renewcommandcftloftitlefont{mdseriesLarge} % optional
  12. renewcommandcftfigindent{0pt}
  13. renewcommandcftfigpresnum{(}
  14. renewcommandcftfigaftersnum{)}
  15.  
  16. begin{document}
  17. listoffigures
  18.  
  19. clearpage
  20. begin{figure}[h!]
  21. caption{Three-dimensional graph}
  22. end{figure}
  23.  
  24. end{document}
Add Comment
Please, Sign In to add comment