Re: Change \contentsname in Book(KOMA-Script)

2009-10-24 Thread Waluyo Adi Siswanto
Eventually I can solve it myself. Should consider the babel macro \captionslanguage In LaTeX preamble: \AtBeginDocument{% \addto\captionsenglish{% \renewcommand\contentsname{Table of Contents} } } Regards WAS 2009/10/24 Waluyo Adi Siswanto : > I would like to change the \contentsname i

Change \contentsname in Book(KOMA-Script)

2009-10-24 Thread Waluyo Adi Siswanto
I would like to change the \contentsname in Book(KOMA-Script) I tried to insert in the LaTeX preamble (Document>Settings) \renewcommand{\contentsname}{Newname} also \AtBeginDocument{\renewcommand{\contentsname}{Newname}} Both did not work. It works if I insert the LaTeX command (the first one) i