Classicthesis-Styled CV: Change Publications to References
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.
cross-referencing classicthesis cv
add a comment |
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.
cross-referencing classicthesis cv
1
Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting withdocumentclass{...}and ending withend{document}.
– Stefan Pinnow
Jan 22 at 20:16
add a comment |
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.
cross-referencing classicthesis cv
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.
cross-referencing classicthesis cv
cross-referencing classicthesis cv
edited Jan 22 at 22:26
Kurt
36.5k847162
36.5k847162
asked Jan 22 at 19:35
MarinaMarina
11
11
1
Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting withdocumentclass{...}and ending withend{document}.
– Stefan Pinnow
Jan 22 at 20:16
add a comment |
1
Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting withdocumentclass{...}and ending withend{document}.
– Stefan Pinnow
Jan 22 at 20:16
1
1
Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with
documentclass{...} and ending with end{document}.– Stefan Pinnow
Jan 22 at 20:16
Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with
documentclass{...} and ending with end{document}.– Stefan Pinnow
Jan 22 at 20:16
add a comment |
2 Answers
2
active
oldest
votes
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 ...
add a comment |
Unfortunately I still have difficulties. I have also tried
addtocaptionsenglish{renewcommandrefname{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{}
New contributor
Marina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
It is working. I made a mistake of putting a line end{cv} after the bibliography.
– Marina
Jan 24 at 16:45
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471363%2fclassicthesis-styled-cv-change-publications-to-references%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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 ...
add a comment |
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 ...
add a comment |
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 ...
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 ...
edited Jan 22 at 22:02
answered Jan 22 at 21:56
KurtKurt
36.5k847162
36.5k847162
add a comment |
add a comment |
Unfortunately I still have difficulties. I have also tried
addtocaptionsenglish{renewcommandrefname{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{}
New contributor
Marina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
It is working. I made a mistake of putting a line end{cv} after the bibliography.
– Marina
Jan 24 at 16:45
add a comment |
Unfortunately I still have difficulties. I have also tried
addtocaptionsenglish{renewcommandrefname{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{}
New contributor
Marina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
It is working. I made a mistake of putting a line end{cv} after the bibliography.
– Marina
Jan 24 at 16:45
add a comment |
Unfortunately I still have difficulties. I have also tried
addtocaptionsenglish{renewcommandrefname{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{}
New contributor
Marina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Unfortunately I still have difficulties. I have also tried
addtocaptionsenglish{renewcommandrefname{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{}
New contributor
Marina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Jan 24 at 14:19
New contributor
Marina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Jan 24 at 14:10
MarinaMarina
11
11
New contributor
Marina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Marina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Marina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
It is working. I made a mistake of putting a line end{cv} after the bibliography.
– Marina
Jan 24 at 16:45
add a comment |
It is working. I made a mistake of putting a line end{cv} after the bibliography.
– Marina
Jan 24 at 16:45
It is working. I made a mistake of putting a line end{cv} after the bibliography.
– Marina
Jan 24 at 16:45
It is working. I made a mistake of putting a line end{cv} after the bibliography.
– Marina
Jan 24 at 16:45
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471363%2fclassicthesis-styled-cv-change-publications-to-references%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with
documentclass{...}and ending withend{document}.– Stefan Pinnow
Jan 22 at 20:16