Note: Not asking to suppress section numbers in toc (using*)....just the PAGE number on a certain line (in this case the ackknowledgements line in toc)
Cheers
Code: Select all
\documentclass[a4paper]{article}\usepackage{titletoc}\titlecontents{section}[1.5em]{\bfseries}{\contentslabel{2em}}{\hspace*{-2.3em}}{\titlerule*[1pc]{.}\contentspage}\renewcommand{\thesection}{\Roman{section}} % Numbering format for TOC\renewcommand{\thesubsection}{\Alph{subsection}}\renewcommand{\thesubsubsection}{\arabic{subsubsection}}\begin{center}\tableofcontents\end{center}\begin{document}\begin{center}\section{Introduction}\label{intro} % 1st chapter\end{center}\subsection{Background} % sub heading under 1st chaptersome text....\subsection{Aim}some more text....\subsection{Scope}more text....\begin{center}\section{Project Methodology}\label{prometh} % 2nd chapter\end{center}\subsection{Requirement for the Project} % sub heading under 2nd chaptertext.....\subsection{Redesign of a New Model} % sub heading under 2nd chaptertext....\subsection{Summary} % sub heading under 2nd chaptertext...\addcontentsline{toc}{section}{Acknowledgements}\section*{Acknowledgements} % Want no page number for this in toc