Cite vs. cite












7















In LaTeX both the cite and Cite commands work and for me (using biblatex) and produce the same output.



What is the difference between the capitalized and non-capitalized version of cite, citauthor et.al.?










share|improve this question


















  • 9





    "Cite is similar to cite but capitalizes the name prefix of the first name in the citation if the useprefix option is enabled, provided that there is a name prefix and the citation style prints any name at all." Quote from the biblatex documentation. For citeauthor its the same

    – samcarter
    yesterday








  • 5





    @kurt There is no need for a MWE for this question. And samcarter's comment could be simply turned into an answer.

    – Alan Munn
    yesterday













  • @samcarter Please turn that comment into an answer, maybe with an example that shows the difference (e.g. "ibid" styles where cite produces "ibid." and Cite "Ibid." and names with a prefix and useprefix=true where cite produces "van Gennep" and Cite "Van Gennep" (vangennep in biblatex-examples.bib).)

    – moewe
    yesterday













  • @moewe Done! Thanks a lot for all the examples you suggested!

    – samcarter
    yesterday
















7















In LaTeX both the cite and Cite commands work and for me (using biblatex) and produce the same output.



What is the difference between the capitalized and non-capitalized version of cite, citauthor et.al.?










share|improve this question


















  • 9





    "Cite is similar to cite but capitalizes the name prefix of the first name in the citation if the useprefix option is enabled, provided that there is a name prefix and the citation style prints any name at all." Quote from the biblatex documentation. For citeauthor its the same

    – samcarter
    yesterday








  • 5





    @kurt There is no need for a MWE for this question. And samcarter's comment could be simply turned into an answer.

    – Alan Munn
    yesterday













  • @samcarter Please turn that comment into an answer, maybe with an example that shows the difference (e.g. "ibid" styles where cite produces "ibid." and Cite "Ibid." and names with a prefix and useprefix=true where cite produces "van Gennep" and Cite "Van Gennep" (vangennep in biblatex-examples.bib).)

    – moewe
    yesterday













  • @moewe Done! Thanks a lot for all the examples you suggested!

    – samcarter
    yesterday














7












7








7








In LaTeX both the cite and Cite commands work and for me (using biblatex) and produce the same output.



What is the difference between the capitalized and non-capitalized version of cite, citauthor et.al.?










share|improve this question














In LaTeX both the cite and Cite commands work and for me (using biblatex) and produce the same output.



What is the difference between the capitalized and non-capitalized version of cite, citauthor et.al.?







biblatex bibliographies






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked yesterday









HorusHorus

1902




1902








  • 9





    "Cite is similar to cite but capitalizes the name prefix of the first name in the citation if the useprefix option is enabled, provided that there is a name prefix and the citation style prints any name at all." Quote from the biblatex documentation. For citeauthor its the same

    – samcarter
    yesterday








  • 5





    @kurt There is no need for a MWE for this question. And samcarter's comment could be simply turned into an answer.

    – Alan Munn
    yesterday













  • @samcarter Please turn that comment into an answer, maybe with an example that shows the difference (e.g. "ibid" styles where cite produces "ibid." and Cite "Ibid." and names with a prefix and useprefix=true where cite produces "van Gennep" and Cite "Van Gennep" (vangennep in biblatex-examples.bib).)

    – moewe
    yesterday













  • @moewe Done! Thanks a lot for all the examples you suggested!

    – samcarter
    yesterday














  • 9





    "Cite is similar to cite but capitalizes the name prefix of the first name in the citation if the useprefix option is enabled, provided that there is a name prefix and the citation style prints any name at all." Quote from the biblatex documentation. For citeauthor its the same

    – samcarter
    yesterday








  • 5





    @kurt There is no need for a MWE for this question. And samcarter's comment could be simply turned into an answer.

    – Alan Munn
    yesterday













  • @samcarter Please turn that comment into an answer, maybe with an example that shows the difference (e.g. "ibid" styles where cite produces "ibid." and Cite "Ibid." and names with a prefix and useprefix=true where cite produces "van Gennep" and Cite "Van Gennep" (vangennep in biblatex-examples.bib).)

    – moewe
    yesterday













  • @moewe Done! Thanks a lot for all the examples you suggested!

    – samcarter
    yesterday








9




9





"Cite is similar to cite but capitalizes the name prefix of the first name in the citation if the useprefix option is enabled, provided that there is a name prefix and the citation style prints any name at all." Quote from the biblatex documentation. For citeauthor its the same

– samcarter
yesterday







"Cite is similar to cite but capitalizes the name prefix of the first name in the citation if the useprefix option is enabled, provided that there is a name prefix and the citation style prints any name at all." Quote from the biblatex documentation. For citeauthor its the same

– samcarter
yesterday






5




5





@kurt There is no need for a MWE for this question. And samcarter's comment could be simply turned into an answer.

– Alan Munn
yesterday







@kurt There is no need for a MWE for this question. And samcarter's comment could be simply turned into an answer.

– Alan Munn
yesterday















@samcarter Please turn that comment into an answer, maybe with an example that shows the difference (e.g. "ibid" styles where cite produces "ibid." and Cite "Ibid." and names with a prefix and useprefix=true where cite produces "van Gennep" and Cite "Van Gennep" (vangennep in biblatex-examples.bib).)

– moewe
yesterday







@samcarter Please turn that comment into an answer, maybe with an example that shows the difference (e.g. "ibid" styles where cite produces "ibid." and Cite "Ibid." and names with a prefix and useprefix=true where cite produces "van Gennep" and Cite "Van Gennep" (vangennep in biblatex-examples.bib).)

– moewe
yesterday















@moewe Done! Thanks a lot for all the examples you suggested!

– samcarter
yesterday





@moewe Done! Thanks a lot for all the examples you suggested!

– samcarter
yesterday










1 Answer
1






active

oldest

votes


















9














The difference between cite and Cite is the capitalization.



Cite should make sure that the citation starts with an uppercase letter and is thus appropriate for the beginning of a sentence. Note that biblatex can only capitalise those contents of cite/Cite that it has control over and that biblatex is fairly conservative in its application of capitalisation macros. That means that in practice only bibstrings and name prefixes ('von', 'van', ... etc.) are capitalised automatically.



Most of the time you won't see a difference because names are normally already capitalised, but if your name has a prefix, like 'van' in the example below, you'll see the difference.



documentclass{article}

usepackage[style=authoryear]{biblatex}
addbibresource{biblatex-examples.bib}

begin{document}

cite{vangennep}

Cite{vangennep}

end{document}


"van Gennep 1909" and "Van Gennep 1909"



Another case where this becomes relevant are styles that replace consecutive citations of the same work with 'ibid':



documentclass{article}

usepackage[style=authoryear-ibid]{biblatex}
addbibresource{biblatex-examples.bib}

begin{document}

cite{vangennep}

cite{vangennep}

Cite{vangennep}

end{document}


"van Gennep 1909", "ibid." and "Ibid."






share|improve this answer

























    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%2f472224%2fcite-vs-cite%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    9














    The difference between cite and Cite is the capitalization.



    Cite should make sure that the citation starts with an uppercase letter and is thus appropriate for the beginning of a sentence. Note that biblatex can only capitalise those contents of cite/Cite that it has control over and that biblatex is fairly conservative in its application of capitalisation macros. That means that in practice only bibstrings and name prefixes ('von', 'van', ... etc.) are capitalised automatically.



    Most of the time you won't see a difference because names are normally already capitalised, but if your name has a prefix, like 'van' in the example below, you'll see the difference.



    documentclass{article}

    usepackage[style=authoryear]{biblatex}
    addbibresource{biblatex-examples.bib}

    begin{document}

    cite{vangennep}

    Cite{vangennep}

    end{document}


    "van Gennep 1909" and "Van Gennep 1909"



    Another case where this becomes relevant are styles that replace consecutive citations of the same work with 'ibid':



    documentclass{article}

    usepackage[style=authoryear-ibid]{biblatex}
    addbibresource{biblatex-examples.bib}

    begin{document}

    cite{vangennep}

    cite{vangennep}

    Cite{vangennep}

    end{document}


    "van Gennep 1909", "ibid." and "Ibid."






    share|improve this answer






























      9














      The difference between cite and Cite is the capitalization.



      Cite should make sure that the citation starts with an uppercase letter and is thus appropriate for the beginning of a sentence. Note that biblatex can only capitalise those contents of cite/Cite that it has control over and that biblatex is fairly conservative in its application of capitalisation macros. That means that in practice only bibstrings and name prefixes ('von', 'van', ... etc.) are capitalised automatically.



      Most of the time you won't see a difference because names are normally already capitalised, but if your name has a prefix, like 'van' in the example below, you'll see the difference.



      documentclass{article}

      usepackage[style=authoryear]{biblatex}
      addbibresource{biblatex-examples.bib}

      begin{document}

      cite{vangennep}

      Cite{vangennep}

      end{document}


      "van Gennep 1909" and "Van Gennep 1909"



      Another case where this becomes relevant are styles that replace consecutive citations of the same work with 'ibid':



      documentclass{article}

      usepackage[style=authoryear-ibid]{biblatex}
      addbibresource{biblatex-examples.bib}

      begin{document}

      cite{vangennep}

      cite{vangennep}

      Cite{vangennep}

      end{document}


      "van Gennep 1909", "ibid." and "Ibid."






      share|improve this answer




























        9












        9








        9







        The difference between cite and Cite is the capitalization.



        Cite should make sure that the citation starts with an uppercase letter and is thus appropriate for the beginning of a sentence. Note that biblatex can only capitalise those contents of cite/Cite that it has control over and that biblatex is fairly conservative in its application of capitalisation macros. That means that in practice only bibstrings and name prefixes ('von', 'van', ... etc.) are capitalised automatically.



        Most of the time you won't see a difference because names are normally already capitalised, but if your name has a prefix, like 'van' in the example below, you'll see the difference.



        documentclass{article}

        usepackage[style=authoryear]{biblatex}
        addbibresource{biblatex-examples.bib}

        begin{document}

        cite{vangennep}

        Cite{vangennep}

        end{document}


        "van Gennep 1909" and "Van Gennep 1909"



        Another case where this becomes relevant are styles that replace consecutive citations of the same work with 'ibid':



        documentclass{article}

        usepackage[style=authoryear-ibid]{biblatex}
        addbibresource{biblatex-examples.bib}

        begin{document}

        cite{vangennep}

        cite{vangennep}

        Cite{vangennep}

        end{document}


        "van Gennep 1909", "ibid." and "Ibid."






        share|improve this answer















        The difference between cite and Cite is the capitalization.



        Cite should make sure that the citation starts with an uppercase letter and is thus appropriate for the beginning of a sentence. Note that biblatex can only capitalise those contents of cite/Cite that it has control over and that biblatex is fairly conservative in its application of capitalisation macros. That means that in practice only bibstrings and name prefixes ('von', 'van', ... etc.) are capitalised automatically.



        Most of the time you won't see a difference because names are normally already capitalised, but if your name has a prefix, like 'van' in the example below, you'll see the difference.



        documentclass{article}

        usepackage[style=authoryear]{biblatex}
        addbibresource{biblatex-examples.bib}

        begin{document}

        cite{vangennep}

        Cite{vangennep}

        end{document}


        "van Gennep 1909" and "Van Gennep 1909"



        Another case where this becomes relevant are styles that replace consecutive citations of the same work with 'ibid':



        documentclass{article}

        usepackage[style=authoryear-ibid]{biblatex}
        addbibresource{biblatex-examples.bib}

        begin{document}

        cite{vangennep}

        cite{vangennep}

        Cite{vangennep}

        end{document}


        "van Gennep 1909", "ibid." and "Ibid."







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited yesterday


























        community wiki





        3 revs, 2 users 85%
        samcarter































            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%2f472224%2fcite-vs-cite%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

            If I really need a card on my start hand, how many mulligans make sense? [duplicate]

            Alcedinidae

            Can an atomic nucleus contain both particles and antiparticles? [duplicate]