Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass{article}
- \begin{document}
- \tableofcontents
- \listoftables
- \listoffigures
- \newpage
- \section{First Section}
- \newpage
- \section{Second Section}
- \newblock
- \begin{table}[]
- \centering
- \caption{Just a table}
- \end{table}
- \begin{figure}
- \caption{This is an image}
- \end{figure}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement