Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. documentclass{scrbook}
  2. begin{document}
  3. listoffigures
  4. chapter{Lorem}
  5. begin{figure}[htb]
  6. caption{1st lorum figure.}
  7. end{figure}
  8. begin{figure}[htb]
  9. caption{2nd lorum figure.}
  10. end{figure}
  11. chapter{Ipsun}
  12. begin{figure}[htb]
  13. caption{1st ipsum figure.}
  14. end{figure}
  15. begin{figure}[htb]
  16. caption{2nd ipsum figure.}
  17. end{figure}
  18. chapter{Dolorem}
  19. appendix
  20. chapter*{Appendix}
  21. renewcommand{thesection}{Alph{section}}
  22. renewcommand{thefigure}{thesection.arabic{figure}}
  23. section{Lorem (Supplemental)}
  24. begin{figure}[htb]
  25. caption{3rd lorum figure.}
  26. end{figure}
  27. begin{figure}[htb]
  28. caption{4th lorum figure.}
  29. end{figure}
  30. section{Ipsum (Supplemental)}
  31. begin{figure}[htb]
  32. caption{3rd ipsum figure.}
  33. end{figure}
  34. begin{figure}[htb]
  35. caption{4th ipsum figure.}
  36. end{figure}
  37. section{Dolorem (Supplemental)}
  38. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement