Guest User

Untitled

a guest
Jan 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. %*******************************************************
  2. % List of Tables
  3. %*******************************************************
  4. newpage
  5. refstepcounter{dummy}
  6. pdfbookmark[1]{listtablename}{lot}
  7. listoftables
  8. vspace*{8ex}
  9. %-----------------------------------------------------------------------------
  10. % List of Listings
  11. %-----------------------------------------------------------------------------
  12. clearpage
  13. refstepcounter{dummy}
  14. pdfbookmark[1]{lstlistlistingname}{lol}
  15. lstlistoflistings %-----------------------------------------------------------------------------
  16. % List of Algorithms %-----------------------------------------------------------------------------
  17. refstepcounter{dummy}
  18. letoldnumberlinenumberline
  19. renewcommand{numberline}{Algorithm~oldnumberline}
  20. pdfbookmark[1]{List of Algorithms}{loa}
  21. listofalgorithms
Add Comment
Please, Sign In to add comment