Search found 4 matches

by rjkern
Wed Sep 26, 2012 9:02 am
Forum: Text Formatting
Topic: Center 'Page' over page number in TOC.
Replies: 6
Views: 4772

Re: Center 'Page' over page number in TOC.

Please, does anyone have a suggestion I can try? I really need to get this in and I can't seem to find how to do this anywhere.
by rjkern
Sat Sep 22, 2012 8:19 pm
Forum: Text Formatting
Topic: Center 'Page' over page number in TOC.
Replies: 6
Views: 4772

Re: Center 'Page' over page number in TOC.

The Manuscript Review Office at my University requires the word 'Page' to be centered over the page numbers. Otherwise I'd just leave it as is. I think as long as it is relatively centered over that column it should be fine.
by rjkern
Sat Sep 22, 2012 6:32 pm
Forum: Text Formatting
Topic: Center 'Page' over page number in TOC.
Replies: 6
Views: 4772

Center 'Page' over page number in TOC.

I'll be honest, I don't know a lot of LaTeX. Most of my document is built in a template file that was provided to me by the graduate office of my school. Here is how I'm generating the ToC and ToF.

\addtocontents{toc}{~\hfill\textbf{Page}\par}
\addtotoc{Title Page}{\maketitle} % Generate the title ...
by rjkern
Fri Sep 21, 2012 7:12 am
Forum: Text Formatting
Topic: Center 'Page' over page number in TOC.
Replies: 6
Views: 4772

Center 'Page' over page number in TOC.

Hi, I know how to get the word 'Page' over my page numbers in my toc, but I want to center it over the page numbers. Right now the word 'Page' is flush on the right margin.

Also, how can I get the word 'Figure' to appear above my figure numbers in my table of figures?

Thanks!