i have a table of contents (toc). this page itself has a page number, thats ok. then i have some chapters. the first two chapters dont have a numbering (
\chapter*{xyz}
). for those first chapters without numbering, i dont want the page number on the right to appear. i know that i can turn off the page number by using tocloft with the command \cftpagenumbersoff{chapter}
before \begin{document}
. but this command turns off the page numbers of every chapter in the toc. i just want it for a specific entry in the toc.any suggestions?
greetings Flo