Classicthesis-Styled CV: Change Publications to References












0















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.










share|improve this question




















  • 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
















0















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.










share|improve this question




















  • 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














0












0








0








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 with documentclass{...} and ending with end{document}.

    – Stefan Pinnow
    Jan 22 at 20:16














  • 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








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










2 Answers
2






active

oldest

votes


















1














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 ...






share|improve this answer

































    0














    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{}
    .






    share|improve this answer










    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











    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    1














    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 ...






    share|improve this answer






























      1














      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 ...






      share|improve this answer




























        1












        1








        1







        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 ...






        share|improve this answer















        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 ...







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Jan 22 at 22:02

























        answered Jan 22 at 21:56









        KurtKurt

        36.5k847162




        36.5k847162























            0














            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{}
            .






            share|improve this answer










            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
















            0














            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{}
            .






            share|improve this answer










            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














            0












            0








            0







            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{}
            .






            share|improve this answer










            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{}
            .







            share|improve this answer










            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.









            share|improve this answer



            share|improve this answer








            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



















            • 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


















            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            How to send String Array data to Server using php in android

            Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

            Is anime1.com a legal site for watching anime?