Guest User

Untitled

a guest
Jul 6th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.37 KB | None | 0 0
  1. \documentclass[listof=totoc]{scrartcl}
  2. \usepackage{tocstyle,blindtext,hyperref}
  3.  
  4. \settocfeature[toc][1]{entryhook}{\normalsize\scshape\MakeLowercase}
  5.  
  6. \setkomafont{section}{\normalfont\large\itshape}
  7.  
  8. \begin{document}
  9. \tableofcontents
  10.  
  11. \blinddocument
  12.  
  13. \begin{figure}
  14.  \dots
  15.  \caption{\dots}\label{fig1}
  16. \end{figure}
  17.  
  18. \blindtext
  19.  
  20. \listoffigures
  21.  
  22. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment