If you use a default section in an article like this:
\section{something}
Lorem ipsum dolor sit amet
you get the "1 something" in the toc. And your page looks like this:
1 something
Lorem ipsum dolor sit amet
I just want to have the toc entry and not the title above the section. Because I only need the reference to the section. (It consists of a few tabulars which are self explanatory and don't need a caption/header.) I tried titlesec, but I didn't succeed.
Thanks in advance, TJ
EDIT: I want a hyperlink in my toc which refers to some page/section without a header for that section. Answer:
\phantomsection
\addcontentsline{toc}{section}{<title>}