Advertisement
epsilon413

Latex-Question9

Apr 19th, 2024
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.33 KB | Source Code | 0 0
  1. \documentclass{article}
  2.  
  3. \begin{document}
  4.  
  5. \tableofcontents
  6. \listoftables
  7. \listoffigures
  8.  
  9. \newpage
  10. \section{First Section}
  11.  
  12. \newpage
  13. \section{Second Section}
  14.  
  15. \newblock
  16. \begin{table}[]
  17.    \centering
  18.    \caption{Just a table}
  19. \end{table}
  20.  
  21. \begin{figure}
  22.    \caption{This is an image}
  23. \end{figure}
  24.  
  25.  
  26. \end{document}
Tags: LaTeX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement