Skip to content

Instantly share code, notes, and snippets.

@anderflash
Created March 3, 2017 15:17
Show Gist options
  • Save anderflash/3c7a284c5a7d553155603320960efd8f to your computer and use it in GitHub Desktop.
Save anderflash/3c7a284c5a7d553155603320960efd8f to your computer and use it in GitHub Desktop.
Create a correct TOC entry to <List of something...>
\cleardoublepage% or \clearpage under the oneside option
\phantomsection% Mark a hyperref link location
\addcontentsline{toc}{chapter}{\listtablename}% Add contents entry for List of Tables
\listoftables% Start List of Tables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment