Advertisement
Guest User

Untitled

a guest
Mar 9th, 2020
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. \documentclass{book}
  2.  
  3. \usepackage{caption}
  4. \usepackage{lipsum}
  5.  
  6. \begin{document}
  7.  
  8. \begin{figure}[htbp]
  9. content...
  10. \caption{text}
  11. \end{figure}
  12.  
  13. \lipsum[2]
  14.  
  15. \begin{minipage}{\textwidth}
  16. \listoffigures
  17. \end{minipage}
  18.  
  19. \noindent\begin{minipage}{\textwidth}
  20. \listoffigures
  21. \end{minipage}
  22.  
  23. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement