Code: Select all
\renewcommand{\contentsname}
I assume this has something to do with where the files are located, as my article.cls is in a far off directory under MikTeX.
Any ideas?
Thank you very much for the help.
Code: Select all
\renewcommand{\contentsname}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
\renewcommand{\contentsname}{Contents name}
\renewcommand{\refname}{References name}
a minimal example would have helpedOrigin wrote:I want to change the name of the Table of Contents, and I am not able to:
since \contentsname does not exist. The same is true for \bibname.Code: Select all
\renewcommand{\contentsname}
I assume this has something to do with where the files are located, as my article.cls is in a far off directory under MikTeX.
Any ideas?
Thank you very much for the help.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis