I made a copy of the latex document here Right now I have two tables, one being used in the title.tex for names and second in the revision_history.tex. I am trying to remove these two tables from the LOT so I can start the numbering from 1 for the actual table in the documents.
Basically I want to tell Latex which tables are NOT tables and to just ignore them.
\captionof{table}{A nice table}\label{tbl:nicetablelesstable}, then that table won't be listed anywhere. – hesham Aug 12 '20 at 10:40\caption*{some caption}. (with a*). – Marijn Aug 12 '20 at 11:19\usepackage{caption}to work. – Marijn Aug 12 '20 at 11:20