How can I change the “References” to “Reference” in the thebibliography environment?












59














My problem is that I have only one reference. So I would like the head of this part to appear "Reference" instead of commonly "References". More generally, could we change the title "References" to an arbitrary name?



Thank you very much for your help!










share|improve this question




















  • 1




    For more complete answers, see How to change the name of document elements like "Figure", "Contents", "Bibliography" etc.?
    – Caleb
    May 15 '14 at 13:04
















59














My problem is that I have only one reference. So I would like the head of this part to appear "Reference" instead of commonly "References". More generally, could we change the title "References" to an arbitrary name?



Thank you very much for your help!










share|improve this question




















  • 1




    For more complete answers, see How to change the name of document elements like "Figure", "Contents", "Bibliography" etc.?
    – Caleb
    May 15 '14 at 13:04














59












59








59


22





My problem is that I have only one reference. So I would like the head of this part to appear "Reference" instead of commonly "References". More generally, could we change the title "References" to an arbitrary name?



Thank you very much for your help!










share|improve this question















My problem is that I have only one reference. So I would like the head of this part to appear "Reference" instead of commonly "References". More generally, could we change the title "References" to an arbitrary name?



Thank you very much for your help!







bibliographies naming






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 27 '11 at 14:32









diabonas

21.2k384130




21.2k384130










asked May 5 '11 at 8:22









AnandAnand

1,22651728




1,22651728








  • 1




    For more complete answers, see How to change the name of document elements like "Figure", "Contents", "Bibliography" etc.?
    – Caleb
    May 15 '14 at 13:04














  • 1




    For more complete answers, see How to change the name of document elements like "Figure", "Contents", "Bibliography" etc.?
    – Caleb
    May 15 '14 at 13:04








1




1




For more complete answers, see How to change the name of document elements like "Figure", "Contents", "Bibliography" etc.?
– Caleb
May 15 '14 at 13:04




For more complete answers, see How to change the name of document elements like "Figure", "Contents", "Bibliography" etc.?
– Caleb
May 15 '14 at 13:04










7 Answers
7






active

oldest

votes


















67














It depends on the documentclass.



renewcommandbibname{Reference}


works for some.



As chl points out. Others use refname instead of bibname.






share|improve this answer

















  • 12




    (+1) Ah, we posted quite at the same time, but you the first :-) I just suggested in addition to replace refname by bibname for a book. Feel free to add it to your answer if you like.
    – chl
    May 5 '11 at 8:31










  • To change ShareLatex name use renewcommandrefname{Reference}.
    – Fernando Paladini
    Oct 27 '16 at 2:11






  • 1




    You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
    – Joanna Bryson
    Jul 6 '18 at 11:04






  • 1




    @JoannaBryson That's a good heuristic but sadly isn't always true. (It works for the standard document classes but a case-insensitive grep for refname.*biblio and bibname.*reference in my texmf-dist/tex/latex directory show a handful that don't follow that convention. Mainly dissertation formats, it seems.)
    – TH.
    Jul 31 '18 at 8:27








  • 1




    To my experience, some packages like babel may interfere with this command.
    – SHi ON
    Jan 2 at 20:44



















21














It seems refname works fine for me while bibname not.



For TOC, in case you need it, use contentsname



documentclass[10pt,a4paper]{article}
renewcommand{contentsname}{whatever}
renewcommand{refname}{whatever}





share|improve this answer























  • Welcome to TeX.SE! To make your answer more usable for others, it would very much help if you indicated which document class you use. (Some document classes use the macro bibname, while others use refname.)
    – Mico
    Jun 29 '14 at 10:45












  • You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
    – Joanna Bryson
    Jul 6 '18 at 11:04





















13














In my case, I added the following option to printbibliography:



printbibliography[title={Reference}]


For more details, see the BibLaTeX documentation, section 3.7.2 The Bibliography.






share|improve this answer





















  • Best and simplest answer ;)
    – Prelude
    Jul 24 '17 at 11:01



















7














In my case, I needed to add the following lines:



usepackage[english,portuguese]{babel}
addtocaptionsportuguese{renewcommand{figurename}{Fig.}}
addtocaptionsportuguese{renewcommand{refname}{Reference}}
renewcommand{figurename}{Fig.}
renewcommand{refname}{Reference}


I hope this helps to complete this topic.






share|improve this answer



















  • 1




    Welcome. When you type some code you can select it and press ctrl+k to format as code.
    – Sigur
    May 9 '15 at 16:22



















6














Renew the bibsection-command. For example:



renewcommand{bibsection}{subsection*{Reference, typeset as un-numbered subsection.}}



(Credits to http://latex.org/forum/viewtopic.php?t=4089, where I found the solution which worked for me.)






share|improve this answer





























    2














    What worked for me is an un-numbered chapter:



    renewcommand{bibsection}{chapter*{Publications and presentations}}





    share|improve this answer































      1














      For cyrillic OT1 I found out this solution. hope it'll help.
      add this to preamble:

      addtocaptionsrussian{defrefname{Список литературы}}






      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%2f17445%2fhow-can-i-change-the-references-to-reference-in-the-thebibliography-environm%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        7 Answers
        7






        active

        oldest

        votes








        7 Answers
        7






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        67














        It depends on the documentclass.



        renewcommandbibname{Reference}


        works for some.



        As chl points out. Others use refname instead of bibname.






        share|improve this answer

















        • 12




          (+1) Ah, we posted quite at the same time, but you the first :-) I just suggested in addition to replace refname by bibname for a book. Feel free to add it to your answer if you like.
          – chl
          May 5 '11 at 8:31










        • To change ShareLatex name use renewcommandrefname{Reference}.
          – Fernando Paladini
          Oct 27 '16 at 2:11






        • 1




          You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
          – Joanna Bryson
          Jul 6 '18 at 11:04






        • 1




          @JoannaBryson That's a good heuristic but sadly isn't always true. (It works for the standard document classes but a case-insensitive grep for refname.*biblio and bibname.*reference in my texmf-dist/tex/latex directory show a handful that don't follow that convention. Mainly dissertation formats, it seems.)
          – TH.
          Jul 31 '18 at 8:27








        • 1




          To my experience, some packages like babel may interfere with this command.
          – SHi ON
          Jan 2 at 20:44
















        67














        It depends on the documentclass.



        renewcommandbibname{Reference}


        works for some.



        As chl points out. Others use refname instead of bibname.






        share|improve this answer

















        • 12




          (+1) Ah, we posted quite at the same time, but you the first :-) I just suggested in addition to replace refname by bibname for a book. Feel free to add it to your answer if you like.
          – chl
          May 5 '11 at 8:31










        • To change ShareLatex name use renewcommandrefname{Reference}.
          – Fernando Paladini
          Oct 27 '16 at 2:11






        • 1




          You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
          – Joanna Bryson
          Jul 6 '18 at 11:04






        • 1




          @JoannaBryson That's a good heuristic but sadly isn't always true. (It works for the standard document classes but a case-insensitive grep for refname.*biblio and bibname.*reference in my texmf-dist/tex/latex directory show a handful that don't follow that convention. Mainly dissertation formats, it seems.)
          – TH.
          Jul 31 '18 at 8:27








        • 1




          To my experience, some packages like babel may interfere with this command.
          – SHi ON
          Jan 2 at 20:44














        67












        67








        67






        It depends on the documentclass.



        renewcommandbibname{Reference}


        works for some.



        As chl points out. Others use refname instead of bibname.






        share|improve this answer












        It depends on the documentclass.



        renewcommandbibname{Reference}


        works for some.



        As chl points out. Others use refname instead of bibname.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 5 '11 at 8:28









        TH.TH.

        47.3k10129197




        47.3k10129197








        • 12




          (+1) Ah, we posted quite at the same time, but you the first :-) I just suggested in addition to replace refname by bibname for a book. Feel free to add it to your answer if you like.
          – chl
          May 5 '11 at 8:31










        • To change ShareLatex name use renewcommandrefname{Reference}.
          – Fernando Paladini
          Oct 27 '16 at 2:11






        • 1




          You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
          – Joanna Bryson
          Jul 6 '18 at 11:04






        • 1




          @JoannaBryson That's a good heuristic but sadly isn't always true. (It works for the standard document classes but a case-insensitive grep for refname.*biblio and bibname.*reference in my texmf-dist/tex/latex directory show a handful that don't follow that convention. Mainly dissertation formats, it seems.)
          – TH.
          Jul 31 '18 at 8:27








        • 1




          To my experience, some packages like babel may interfere with this command.
          – SHi ON
          Jan 2 at 20:44














        • 12




          (+1) Ah, we posted quite at the same time, but you the first :-) I just suggested in addition to replace refname by bibname for a book. Feel free to add it to your answer if you like.
          – chl
          May 5 '11 at 8:31










        • To change ShareLatex name use renewcommandrefname{Reference}.
          – Fernando Paladini
          Oct 27 '16 at 2:11






        • 1




          You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
          – Joanna Bryson
          Jul 6 '18 at 11:04






        • 1




          @JoannaBryson That's a good heuristic but sadly isn't always true. (It works for the standard document classes but a case-insensitive grep for refname.*biblio and bibname.*reference in my texmf-dist/tex/latex directory show a handful that don't follow that convention. Mainly dissertation formats, it seems.)
          – TH.
          Jul 31 '18 at 8:27








        • 1




          To my experience, some packages like babel may interfere with this command.
          – SHi ON
          Jan 2 at 20:44








        12




        12




        (+1) Ah, we posted quite at the same time, but you the first :-) I just suggested in addition to replace refname by bibname for a book. Feel free to add it to your answer if you like.
        – chl
        May 5 '11 at 8:31




        (+1) Ah, we posted quite at the same time, but you the first :-) I just suggested in addition to replace refname by bibname for a book. Feel free to add it to your answer if you like.
        – chl
        May 5 '11 at 8:31












        To change ShareLatex name use renewcommandrefname{Reference}.
        – Fernando Paladini
        Oct 27 '16 at 2:11




        To change ShareLatex name use renewcommandrefname{Reference}.
        – Fernando Paladini
        Oct 27 '16 at 2:11




        1




        1




        You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
        – Joanna Bryson
        Jul 6 '18 at 11:04




        You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
        – Joanna Bryson
        Jul 6 '18 at 11:04




        1




        1




        @JoannaBryson That's a good heuristic but sadly isn't always true. (It works for the standard document classes but a case-insensitive grep for refname.*biblio and bibname.*reference in my texmf-dist/tex/latex directory show a handful that don't follow that convention. Mainly dissertation formats, it seems.)
        – TH.
        Jul 31 '18 at 8:27






        @JoannaBryson That's a good heuristic but sadly isn't always true. (It works for the standard document classes but a case-insensitive grep for refname.*biblio and bibname.*reference in my texmf-dist/tex/latex directory show a handful that don't follow that convention. Mainly dissertation formats, it seems.)
        – TH.
        Jul 31 '18 at 8:27






        1




        1




        To my experience, some packages like babel may interfere with this command.
        – SHi ON
        Jan 2 at 20:44




        To my experience, some packages like babel may interfere with this command.
        – SHi ON
        Jan 2 at 20:44











        21














        It seems refname works fine for me while bibname not.



        For TOC, in case you need it, use contentsname



        documentclass[10pt,a4paper]{article}
        renewcommand{contentsname}{whatever}
        renewcommand{refname}{whatever}





        share|improve this answer























        • Welcome to TeX.SE! To make your answer more usable for others, it would very much help if you indicated which document class you use. (Some document classes use the macro bibname, while others use refname.)
          – Mico
          Jun 29 '14 at 10:45












        • You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
          – Joanna Bryson
          Jul 6 '18 at 11:04


















        21














        It seems refname works fine for me while bibname not.



        For TOC, in case you need it, use contentsname



        documentclass[10pt,a4paper]{article}
        renewcommand{contentsname}{whatever}
        renewcommand{refname}{whatever}





        share|improve this answer























        • Welcome to TeX.SE! To make your answer more usable for others, it would very much help if you indicated which document class you use. (Some document classes use the macro bibname, while others use refname.)
          – Mico
          Jun 29 '14 at 10:45












        • You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
          – Joanna Bryson
          Jul 6 '18 at 11:04
















        21












        21








        21






        It seems refname works fine for me while bibname not.



        For TOC, in case you need it, use contentsname



        documentclass[10pt,a4paper]{article}
        renewcommand{contentsname}{whatever}
        renewcommand{refname}{whatever}





        share|improve this answer














        It seems refname works fine for me while bibname not.



        For TOC, in case you need it, use contentsname



        documentclass[10pt,a4paper]{article}
        renewcommand{contentsname}{whatever}
        renewcommand{refname}{whatever}






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Jun 29 '14 at 10:05









        mafp

        14.4k25099




        14.4k25099










        answered Jun 29 '14 at 9:40









        CatalinCatalin

        31122




        31122












        • Welcome to TeX.SE! To make your answer more usable for others, it would very much help if you indicated which document class you use. (Some document classes use the macro bibname, while others use refname.)
          – Mico
          Jun 29 '14 at 10:45












        • You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
          – Joanna Bryson
          Jul 6 '18 at 11:04




















        • Welcome to TeX.SE! To make your answer more usable for others, it would very much help if you indicated which document class you use. (Some document classes use the macro bibname, while others use refname.)
          – Mico
          Jun 29 '14 at 10:45












        • You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
          – Joanna Bryson
          Jul 6 '18 at 11:04


















        Welcome to TeX.SE! To make your answer more usable for others, it would very much help if you indicated which document class you use. (Some document classes use the macro bibname, while others use refname.)
        – Mico
        Jun 29 '14 at 10:45






        Welcome to TeX.SE! To make your answer more usable for others, it would very much help if you indicated which document class you use. (Some document classes use the macro bibname, while others use refname.)
        – Mico
        Jun 29 '14 at 10:45














        You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
        – Joanna Bryson
        Jul 6 '18 at 11:04






        You can pretty much tell whether you need refname or bibname by whether the current name is references or bibliography, respectively :-)
        – Joanna Bryson
        Jul 6 '18 at 11:04













        13














        In my case, I added the following option to printbibliography:



        printbibliography[title={Reference}]


        For more details, see the BibLaTeX documentation, section 3.7.2 The Bibliography.






        share|improve this answer





















        • Best and simplest answer ;)
          – Prelude
          Jul 24 '17 at 11:01
















        13














        In my case, I added the following option to printbibliography:



        printbibliography[title={Reference}]


        For more details, see the BibLaTeX documentation, section 3.7.2 The Bibliography.






        share|improve this answer





















        • Best and simplest answer ;)
          – Prelude
          Jul 24 '17 at 11:01














        13












        13








        13






        In my case, I added the following option to printbibliography:



        printbibliography[title={Reference}]


        For more details, see the BibLaTeX documentation, section 3.7.2 The Bibliography.






        share|improve this answer












        In my case, I added the following option to printbibliography:



        printbibliography[title={Reference}]


        For more details, see the BibLaTeX documentation, section 3.7.2 The Bibliography.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 18 '17 at 10:29









        user153065user153065

        13112




        13112












        • Best and simplest answer ;)
          – Prelude
          Jul 24 '17 at 11:01


















        • Best and simplest answer ;)
          – Prelude
          Jul 24 '17 at 11:01
















        Best and simplest answer ;)
        – Prelude
        Jul 24 '17 at 11:01




        Best and simplest answer ;)
        – Prelude
        Jul 24 '17 at 11:01











        7














        In my case, I needed to add the following lines:



        usepackage[english,portuguese]{babel}
        addtocaptionsportuguese{renewcommand{figurename}{Fig.}}
        addtocaptionsportuguese{renewcommand{refname}{Reference}}
        renewcommand{figurename}{Fig.}
        renewcommand{refname}{Reference}


        I hope this helps to complete this topic.






        share|improve this answer



















        • 1




          Welcome. When you type some code you can select it and press ctrl+k to format as code.
          – Sigur
          May 9 '15 at 16:22
















        7














        In my case, I needed to add the following lines:



        usepackage[english,portuguese]{babel}
        addtocaptionsportuguese{renewcommand{figurename}{Fig.}}
        addtocaptionsportuguese{renewcommand{refname}{Reference}}
        renewcommand{figurename}{Fig.}
        renewcommand{refname}{Reference}


        I hope this helps to complete this topic.






        share|improve this answer



















        • 1




          Welcome. When you type some code you can select it and press ctrl+k to format as code.
          – Sigur
          May 9 '15 at 16:22














        7












        7








        7






        In my case, I needed to add the following lines:



        usepackage[english,portuguese]{babel}
        addtocaptionsportuguese{renewcommand{figurename}{Fig.}}
        addtocaptionsportuguese{renewcommand{refname}{Reference}}
        renewcommand{figurename}{Fig.}
        renewcommand{refname}{Reference}


        I hope this helps to complete this topic.






        share|improve this answer














        In my case, I needed to add the following lines:



        usepackage[english,portuguese]{babel}
        addtocaptionsportuguese{renewcommand{figurename}{Fig.}}
        addtocaptionsportuguese{renewcommand{refname}{Reference}}
        renewcommand{figurename}{Fig.}
        renewcommand{refname}{Reference}


        I hope this helps to complete this topic.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited May 9 '15 at 16:21









        Sigur

        24.4k355138




        24.4k355138










        answered May 9 '15 at 16:20









        Lucas_JardimLucas_Jardim

        7111




        7111








        • 1




          Welcome. When you type some code you can select it and press ctrl+k to format as code.
          – Sigur
          May 9 '15 at 16:22














        • 1




          Welcome. When you type some code you can select it and press ctrl+k to format as code.
          – Sigur
          May 9 '15 at 16:22








        1




        1




        Welcome. When you type some code you can select it and press ctrl+k to format as code.
        – Sigur
        May 9 '15 at 16:22




        Welcome. When you type some code you can select it and press ctrl+k to format as code.
        – Sigur
        May 9 '15 at 16:22











        6














        Renew the bibsection-command. For example:



        renewcommand{bibsection}{subsection*{Reference, typeset as un-numbered subsection.}}



        (Credits to http://latex.org/forum/viewtopic.php?t=4089, where I found the solution which worked for me.)






        share|improve this answer


























          6














          Renew the bibsection-command. For example:



          renewcommand{bibsection}{subsection*{Reference, typeset as un-numbered subsection.}}



          (Credits to http://latex.org/forum/viewtopic.php?t=4089, where I found the solution which worked for me.)






          share|improve this answer
























            6












            6








            6






            Renew the bibsection-command. For example:



            renewcommand{bibsection}{subsection*{Reference, typeset as un-numbered subsection.}}



            (Credits to http://latex.org/forum/viewtopic.php?t=4089, where I found the solution which worked for me.)






            share|improve this answer












            Renew the bibsection-command. For example:



            renewcommand{bibsection}{subsection*{Reference, typeset as un-numbered subsection.}}



            (Credits to http://latex.org/forum/viewtopic.php?t=4089, where I found the solution which worked for me.)







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 20 '17 at 16:44









            Golar RamblarGolar Ramblar

            22123




            22123























                2














                What worked for me is an un-numbered chapter:



                renewcommand{bibsection}{chapter*{Publications and presentations}}





                share|improve this answer




























                  2














                  What worked for me is an un-numbered chapter:



                  renewcommand{bibsection}{chapter*{Publications and presentations}}





                  share|improve this answer


























                    2












                    2








                    2






                    What worked for me is an un-numbered chapter:



                    renewcommand{bibsection}{chapter*{Publications and presentations}}





                    share|improve this answer














                    What worked for me is an un-numbered chapter:



                    renewcommand{bibsection}{chapter*{Publications and presentations}}






                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Jan 2 at 20:40









                    Sigur

                    24.4k355138




                    24.4k355138










                    answered Mar 4 '18 at 16:33









                    rvaneijkrvaneijk

                    205115




                    205115























                        1














                        For cyrillic OT1 I found out this solution. hope it'll help.
                        add this to preamble:

                        addtocaptionsrussian{defrefname{Список литературы}}






                        share|improve this answer


























                          1














                          For cyrillic OT1 I found out this solution. hope it'll help.
                          add this to preamble:

                          addtocaptionsrussian{defrefname{Список литературы}}






                          share|improve this answer
























                            1












                            1








                            1






                            For cyrillic OT1 I found out this solution. hope it'll help.
                            add this to preamble:

                            addtocaptionsrussian{defrefname{Список литературы}}






                            share|improve this answer












                            For cyrillic OT1 I found out this solution. hope it'll help.
                            add this to preamble:

                            addtocaptionsrussian{defrefname{Список литературы}}







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered May 21 '18 at 22:54









                            BluesboyBluesboy

                            111




                            111






























                                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%2f17445%2fhow-can-i-change-the-references-to-reference-in-the-thebibliography-environm%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

                                Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                                How to change which sound is reproduced for terminal bell?

                                Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents