On Sat, Sep 21, 2002 at 05:11:18PM -0700, Peter Harkins wrote:
> 
>       In my preamble, I've put 
> \renewcommand \thepart {Title \@Roman\c@part}
>       to get the parts to print "Title I", etc in the TOC. But then in the
> body, I always see "Part Title I", etc. It looks like \partname is exactly
> what I need to set, but adding the following doesn't work even though every
> doc I can find says it should. Any ideas?
> 
> \renewcommand{\partname}{Title}

Use

\usepackage{babel}
\addto\captionsenglish{
  \renewcommand{\partname}{Title}
}

Reply via email to