I am using classicthesis Styled CV, and am trying to change "Publications" to "References". Does anyone know how to change this? Thank you in advance.
2 Answers
Well, documents based on style classicthesis are usually based on class scrartcl.
So you can use command
\renewcommand{\refname}{References}
to get the wished heading.
Please next time add an MWE (see what is a MWE?) to make it easier to help you without guessing ...
Please hava a look to question how-to-change-the-name-of-document-elements-like-figure-contents-bibliogr ...
- 65,388
Unfortunately I still have difficulties. I have also tried
\addto\captionsenglish{\renewcommand\refname{References}}
but it is still not working. I am writing down my preamble:
\documentclass{scrartcl}
\usepackage[nochapters]{classicthesis}
\usepackage[LabelsAligned]{currvita}
\usepackage{hyperref}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{amssymb, amsmath, mathtools}
\usepackage{comment}
\date{}.
- 1
-
It is working. I made a mistake of putting a line \end{cv} after the bibliography. – Marina Jan 24 '19 at 16:45
\documentclass{...}and ending with\end{document}. – Stefan Pinnow Jan 22 '19 at 20:16