I'm trying to add the word 'page' to my toc with no luck, but it will work with 'lof' and 'lot'
Code: Select all
Code, edit and compile here:
\documentclass[a4paper, 12pt]{article}\author{Whoever}\title{Boring}\usepackage{amsmath}\usepackage[left=2.8cm,right=2.8cm,bottom=3cm]{geometry}\usepackage{graphicx}\usepackage{textcomp}\usepackage{eurosym}\usepackage[round]{natbib}\usepackage{indentfirst}\begin{document}\maketitle\tableofcontents\listoffigures\listoftables%\addtocontents{toc}{\protect\makebox[\textwidth][r]{Page}\protect}%This line\addtocontents{lof}{\protect\makebox[\textwidth][r]{Page}\protect}\addtocontents{lot}{\protect\makebox[\textwidth][r]{Page}\protect}\section{Introduction}blah blah\section{Results}blah blah\end{document}
Matt