Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass{book}
- \usepackage{caption}
- \usepackage{lipsum}
- \begin{document}
- \begin{figure}[htbp]
- content...
- \caption{text}
- \end{figure}
- \lipsum[2]
- \begin{minipage}{\textwidth}
- \listoffigures
- \end{minipage}
- \noindent\begin{minipage}{\textwidth}
- \listoffigures
- \end{minipage}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement