How to only show table caption once in “list of table” for a table split onto multiple pages
- 阅读更多 关于 How to only show table caption once in “list of table” for a table split onto multiple pages
问题 I am using R packages ( xtable and knitr ) and Latex packages ( longtable and hyperref ) to prepare a document. One of my tables is very long and splits onto multiple pages. It turned out that the "List of Table" shows every page number at which this table appears, but all hyperlinks bring me to the beginning of this table. My question is, in "List of Table" how can I just show the first page number at which this table appears. \documentclass{article} \usepackage{longtable} \usepackage