Making bibliography single spaced without setspace package Announcing the arrival of Valued...

When the Haste spell ends on a creature, do attackers have advantage against that creature?

What does this Jacques Hadamard quote mean?

When a candle burns, why does the top of wick glow if bottom of flame is hottest?

Does classifying an integer as a discrete log require it be part of a multiplicative group?

How come Sam didn't become Lord of Horn Hill?

Can melee weapons be used to deliver Contact Poisons?

Quick way to create a symlink?

Circuit to "zoom in" on mV fluctuations of a DC signal?

Maximum summed powersets with non-adjacent items

What do you call the main part of a joke?

Where are Serre’s lectures at Collège de France to be found?

Dating a Former Employee

Using audio cues to encourage good posture

Can an alien society believe that their star system is the universe?

Do I really need to have a message in a novel to appeal to readers?

What's the meaning of "fortified infraction restraint"?

Fundamental Solution of the Pell Equation

How can I use the Python library networkx from Mathematica?

Is safe to use va_start macro with this as parameter?

How could we fake a moon landing now?

What is the escape velocity of a neutron particle (not neutron star)

Crossing US/Canada Border for less than 24 hours

How to answer "Have you ever been terminated?"

8 Prisoners wearing hats



Making bibliography single spaced without setspace package



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Adjusting the space in the referencesHow can I stop LaTeX from overriding instructions on spacing?Problems with overriding the values in a cls fileDouble-spacing in text but not footnotes in memoir class while using arabxetexChanging the font spacing in figure/table captionsDouble-spaced paragraphs with single-spaced headers in classicthesis?How can I single space long titles in my table of contents and list of figures/tables?Alter line spacing within entries using biblatexIncreasing title spacing after bibliography heading - natbib package - memoir classChange linespacing in bibliographyLongtable Caption Spacing












4















I am writing my thesis and I would like the Bibliography to be single spaced.



I've read about using the singlespace command, but I think this requires using the setspace package which I don't want to do, because this makes all my figure captions single spaced (which I don't want).



I am using renewcommand{baselinestretch}{2.1} in my preamble to set the spacing for the document.



I am just using the default bibliography settings. So I'm just using:



bibliographystyle{unsrt}

bibliography{refs}


to make my bibliography. Is there a command I can put here to make it single spaced?



Alternatively, if anyone can tell me how to retain double spaced figure captions with setspace that would also work!



Thank you!










share|improve this question




















  • 1





    Welcome to TeX.SX! Please help us to help you and add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with documentclass{...} and ending with end{document}.

    – yo'
    Jan 13 '15 at 21:39











  • Well, you could change baselinestretch back to the default (1.2?). Have you tried that?

    – cfr
    Jan 13 '15 at 21:56






  • 1





    renewcommand{baselinestretch}{1} before the bibliography, but really you have renewcommand{baselinestretch}{2.1} ???? double spacing is a typographic disaster at the best of times but this is way more than that, "double" spacing is usually set with less than 2, eg the setspace package uses 1.667

    – David Carlisle
    Jan 13 '15 at 22:01








  • 1





    @DavidCarlisle Yes, but it is a thesis, so it almost certainly has to be a typographical disaster as a condition of graduation :(.

    – cfr
    Jan 14 '15 at 1:40
















4















I am writing my thesis and I would like the Bibliography to be single spaced.



I've read about using the singlespace command, but I think this requires using the setspace package which I don't want to do, because this makes all my figure captions single spaced (which I don't want).



I am using renewcommand{baselinestretch}{2.1} in my preamble to set the spacing for the document.



I am just using the default bibliography settings. So I'm just using:



bibliographystyle{unsrt}

bibliography{refs}


to make my bibliography. Is there a command I can put here to make it single spaced?



Alternatively, if anyone can tell me how to retain double spaced figure captions with setspace that would also work!



Thank you!










share|improve this question




















  • 1





    Welcome to TeX.SX! Please help us to help you and add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with documentclass{...} and ending with end{document}.

    – yo'
    Jan 13 '15 at 21:39











  • Well, you could change baselinestretch back to the default (1.2?). Have you tried that?

    – cfr
    Jan 13 '15 at 21:56






  • 1





    renewcommand{baselinestretch}{1} before the bibliography, but really you have renewcommand{baselinestretch}{2.1} ???? double spacing is a typographic disaster at the best of times but this is way more than that, "double" spacing is usually set with less than 2, eg the setspace package uses 1.667

    – David Carlisle
    Jan 13 '15 at 22:01








  • 1





    @DavidCarlisle Yes, but it is a thesis, so it almost certainly has to be a typographical disaster as a condition of graduation :(.

    – cfr
    Jan 14 '15 at 1:40














4












4








4








I am writing my thesis and I would like the Bibliography to be single spaced.



I've read about using the singlespace command, but I think this requires using the setspace package which I don't want to do, because this makes all my figure captions single spaced (which I don't want).



I am using renewcommand{baselinestretch}{2.1} in my preamble to set the spacing for the document.



I am just using the default bibliography settings. So I'm just using:



bibliographystyle{unsrt}

bibliography{refs}


to make my bibliography. Is there a command I can put here to make it single spaced?



Alternatively, if anyone can tell me how to retain double spaced figure captions with setspace that would also work!



Thank you!










share|improve this question
















I am writing my thesis and I would like the Bibliography to be single spaced.



I've read about using the singlespace command, but I think this requires using the setspace package which I don't want to do, because this makes all my figure captions single spaced (which I don't want).



I am using renewcommand{baselinestretch}{2.1} in my preamble to set the spacing for the document.



I am just using the default bibliography settings. So I'm just using:



bibliographystyle{unsrt}

bibliography{refs}


to make my bibliography. Is there a command I can put here to make it single spaced?



Alternatively, if anyone can tell me how to retain double spaced figure captions with setspace that would also work!



Thank you!







bibliographies line-spacing






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 13 '15 at 21:39









yo'

39.8k8124233




39.8k8124233










asked Jan 13 '15 at 21:29









EmmaEmma

2112




2112








  • 1





    Welcome to TeX.SX! Please help us to help you and add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with documentclass{...} and ending with end{document}.

    – yo'
    Jan 13 '15 at 21:39











  • Well, you could change baselinestretch back to the default (1.2?). Have you tried that?

    – cfr
    Jan 13 '15 at 21:56






  • 1





    renewcommand{baselinestretch}{1} before the bibliography, but really you have renewcommand{baselinestretch}{2.1} ???? double spacing is a typographic disaster at the best of times but this is way more than that, "double" spacing is usually set with less than 2, eg the setspace package uses 1.667

    – David Carlisle
    Jan 13 '15 at 22:01








  • 1





    @DavidCarlisle Yes, but it is a thesis, so it almost certainly has to be a typographical disaster as a condition of graduation :(.

    – cfr
    Jan 14 '15 at 1:40














  • 1





    Welcome to TeX.SX! Please help us to help you and add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with documentclass{...} and ending with end{document}.

    – yo'
    Jan 13 '15 at 21:39











  • Well, you could change baselinestretch back to the default (1.2?). Have you tried that?

    – cfr
    Jan 13 '15 at 21:56






  • 1





    renewcommand{baselinestretch}{1} before the bibliography, but really you have renewcommand{baselinestretch}{2.1} ???? double spacing is a typographic disaster at the best of times but this is way more than that, "double" spacing is usually set with less than 2, eg the setspace package uses 1.667

    – David Carlisle
    Jan 13 '15 at 22:01








  • 1





    @DavidCarlisle Yes, but it is a thesis, so it almost certainly has to be a typographical disaster as a condition of graduation :(.

    – cfr
    Jan 14 '15 at 1:40








1




1





Welcome to TeX.SX! Please help us to help you and add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with documentclass{...} and ending with end{document}.

– yo'
Jan 13 '15 at 21:39





Welcome to TeX.SX! Please help us to help you and add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with documentclass{...} and ending with end{document}.

– yo'
Jan 13 '15 at 21:39













Well, you could change baselinestretch back to the default (1.2?). Have you tried that?

– cfr
Jan 13 '15 at 21:56





Well, you could change baselinestretch back to the default (1.2?). Have you tried that?

– cfr
Jan 13 '15 at 21:56




1




1





renewcommand{baselinestretch}{1} before the bibliography, but really you have renewcommand{baselinestretch}{2.1} ???? double spacing is a typographic disaster at the best of times but this is way more than that, "double" spacing is usually set with less than 2, eg the setspace package uses 1.667

– David Carlisle
Jan 13 '15 at 22:01







renewcommand{baselinestretch}{1} before the bibliography, but really you have renewcommand{baselinestretch}{2.1} ???? double spacing is a typographic disaster at the best of times but this is way more than that, "double" spacing is usually set with less than 2, eg the setspace package uses 1.667

– David Carlisle
Jan 13 '15 at 22:01






1




1





@DavidCarlisle Yes, but it is a thesis, so it almost certainly has to be a typographical disaster as a condition of graduation :(.

– cfr
Jan 14 '15 at 1:40





@DavidCarlisle Yes, but it is a thesis, so it almost certainly has to be a typographical disaster as a condition of graduation :(.

– cfr
Jan 14 '15 at 1:40










3 Answers
3






active

oldest

votes


















5














As a side note, I would use



linespread{2.1}selectfont


instead of



renewcommand{baselinestretch}{2.1}


in the preamble.



To answer your question, load the package etoolbox and insert the following line in your preamble



AtBeginEnvironment{thebibliography}{linespread{1}selectfont}


This will change the line spread to 1 as soon as the bibliography starts.



MWE



begin{filecontents*}{refs.bib}
@article{someguykey2010,
author="SomeGuy",
title="A journal article",
year=2010,
journal="A Journal",
}
@article{someotherguykey2013,
author="SomeOtherGuy",
title="A journal article",
year=2013,
journal="A Journal",
}
end{filecontents*}

documentclass{article}

usepackage{etoolbox}
AtBeginEnvironment{thebibliography}{linespread{1}selectfont}

usepackage{lipsum} %just for dummy text


begin{document}

linespread{2.1}selectfont

lipsum[1]

nocite{*}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


Output



enter image description here



If you don't want to load etoolbox, simply issue



linespread{1}selectfont


before your bibliography.






share|improve this answer
























  • What change I need in AtBeginEnvironment{thebibliography}{linespread{1}selectfont} to use for biblatex+printbibliography

    – Mr.EU
    Apr 6 '17 at 11:25











  • @Mr.EU For biblatex you have to use AtBeginBibliography{linespread{1}selectfont}.

    – karlkoeller
    Apr 6 '17 at 15:34



















1














At some point I wrote or found (?) the following to make my bibliography more compact as I didn't like the standard spacing:



% stop the bibliography from being too spaced out
defthebibliography#1{%
section*{References@mkboth{References}{References}}list
{[arabic{enumi}]}{settowidthlabelwidth{[#1]}leftmarginlabelwidth
advanceleftmarginlabelsep
itemsepz@parsepz@topsepz@parskipz@
usecounter{enumi}}
defnewblock{hskip .11em plus .33em minus .07em}
sloppyclubpenalty4000widowpenalty4000
sfcode`.=1000relax}


As others have said you probably also want to add something like renewcommand{baselinestretch}{1} to this in order to make the line spacing reasonable. (I agree with David's comment that double spacing is a "typographic disaster".)






share|improve this answer































    0














    I cannot thank you enough for this. I had tried everything to make my bibliography single-spaced by overriding my university's template. Thank you.





    share








    New contributor




    Lorena is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      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%2f223014%2fmaking-bibliography-single-spaced-without-setspace-package%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      5














      As a side note, I would use



      linespread{2.1}selectfont


      instead of



      renewcommand{baselinestretch}{2.1}


      in the preamble.



      To answer your question, load the package etoolbox and insert the following line in your preamble



      AtBeginEnvironment{thebibliography}{linespread{1}selectfont}


      This will change the line spread to 1 as soon as the bibliography starts.



      MWE



      begin{filecontents*}{refs.bib}
      @article{someguykey2010,
      author="SomeGuy",
      title="A journal article",
      year=2010,
      journal="A Journal",
      }
      @article{someotherguykey2013,
      author="SomeOtherGuy",
      title="A journal article",
      year=2013,
      journal="A Journal",
      }
      end{filecontents*}

      documentclass{article}

      usepackage{etoolbox}
      AtBeginEnvironment{thebibliography}{linespread{1}selectfont}

      usepackage{lipsum} %just for dummy text


      begin{document}

      linespread{2.1}selectfont

      lipsum[1]

      nocite{*}

      bibliographystyle{plainnat}
      bibliography{refs}

      end{document}


      Output



      enter image description here



      If you don't want to load etoolbox, simply issue



      linespread{1}selectfont


      before your bibliography.






      share|improve this answer
























      • What change I need in AtBeginEnvironment{thebibliography}{linespread{1}selectfont} to use for biblatex+printbibliography

        – Mr.EU
        Apr 6 '17 at 11:25











      • @Mr.EU For biblatex you have to use AtBeginBibliography{linespread{1}selectfont}.

        – karlkoeller
        Apr 6 '17 at 15:34
















      5














      As a side note, I would use



      linespread{2.1}selectfont


      instead of



      renewcommand{baselinestretch}{2.1}


      in the preamble.



      To answer your question, load the package etoolbox and insert the following line in your preamble



      AtBeginEnvironment{thebibliography}{linespread{1}selectfont}


      This will change the line spread to 1 as soon as the bibliography starts.



      MWE



      begin{filecontents*}{refs.bib}
      @article{someguykey2010,
      author="SomeGuy",
      title="A journal article",
      year=2010,
      journal="A Journal",
      }
      @article{someotherguykey2013,
      author="SomeOtherGuy",
      title="A journal article",
      year=2013,
      journal="A Journal",
      }
      end{filecontents*}

      documentclass{article}

      usepackage{etoolbox}
      AtBeginEnvironment{thebibliography}{linespread{1}selectfont}

      usepackage{lipsum} %just for dummy text


      begin{document}

      linespread{2.1}selectfont

      lipsum[1]

      nocite{*}

      bibliographystyle{plainnat}
      bibliography{refs}

      end{document}


      Output



      enter image description here



      If you don't want to load etoolbox, simply issue



      linespread{1}selectfont


      before your bibliography.






      share|improve this answer
























      • What change I need in AtBeginEnvironment{thebibliography}{linespread{1}selectfont} to use for biblatex+printbibliography

        – Mr.EU
        Apr 6 '17 at 11:25











      • @Mr.EU For biblatex you have to use AtBeginBibliography{linespread{1}selectfont}.

        – karlkoeller
        Apr 6 '17 at 15:34














      5












      5








      5







      As a side note, I would use



      linespread{2.1}selectfont


      instead of



      renewcommand{baselinestretch}{2.1}


      in the preamble.



      To answer your question, load the package etoolbox and insert the following line in your preamble



      AtBeginEnvironment{thebibliography}{linespread{1}selectfont}


      This will change the line spread to 1 as soon as the bibliography starts.



      MWE



      begin{filecontents*}{refs.bib}
      @article{someguykey2010,
      author="SomeGuy",
      title="A journal article",
      year=2010,
      journal="A Journal",
      }
      @article{someotherguykey2013,
      author="SomeOtherGuy",
      title="A journal article",
      year=2013,
      journal="A Journal",
      }
      end{filecontents*}

      documentclass{article}

      usepackage{etoolbox}
      AtBeginEnvironment{thebibliography}{linespread{1}selectfont}

      usepackage{lipsum} %just for dummy text


      begin{document}

      linespread{2.1}selectfont

      lipsum[1]

      nocite{*}

      bibliographystyle{plainnat}
      bibliography{refs}

      end{document}


      Output



      enter image description here



      If you don't want to load etoolbox, simply issue



      linespread{1}selectfont


      before your bibliography.






      share|improve this answer













      As a side note, I would use



      linespread{2.1}selectfont


      instead of



      renewcommand{baselinestretch}{2.1}


      in the preamble.



      To answer your question, load the package etoolbox and insert the following line in your preamble



      AtBeginEnvironment{thebibliography}{linespread{1}selectfont}


      This will change the line spread to 1 as soon as the bibliography starts.



      MWE



      begin{filecontents*}{refs.bib}
      @article{someguykey2010,
      author="SomeGuy",
      title="A journal article",
      year=2010,
      journal="A Journal",
      }
      @article{someotherguykey2013,
      author="SomeOtherGuy",
      title="A journal article",
      year=2013,
      journal="A Journal",
      }
      end{filecontents*}

      documentclass{article}

      usepackage{etoolbox}
      AtBeginEnvironment{thebibliography}{linespread{1}selectfont}

      usepackage{lipsum} %just for dummy text


      begin{document}

      linespread{2.1}selectfont

      lipsum[1]

      nocite{*}

      bibliographystyle{plainnat}
      bibliography{refs}

      end{document}


      Output



      enter image description here



      If you don't want to load etoolbox, simply issue



      linespread{1}selectfont


      before your bibliography.







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered Jan 13 '15 at 22:01









      karlkoellerkarlkoeller

      107k9200367




      107k9200367













      • What change I need in AtBeginEnvironment{thebibliography}{linespread{1}selectfont} to use for biblatex+printbibliography

        – Mr.EU
        Apr 6 '17 at 11:25











      • @Mr.EU For biblatex you have to use AtBeginBibliography{linespread{1}selectfont}.

        – karlkoeller
        Apr 6 '17 at 15:34



















      • What change I need in AtBeginEnvironment{thebibliography}{linespread{1}selectfont} to use for biblatex+printbibliography

        – Mr.EU
        Apr 6 '17 at 11:25











      • @Mr.EU For biblatex you have to use AtBeginBibliography{linespread{1}selectfont}.

        – karlkoeller
        Apr 6 '17 at 15:34

















      What change I need in AtBeginEnvironment{thebibliography}{linespread{1}selectfont} to use for biblatex+printbibliography

      – Mr.EU
      Apr 6 '17 at 11:25





      What change I need in AtBeginEnvironment{thebibliography}{linespread{1}selectfont} to use for biblatex+printbibliography

      – Mr.EU
      Apr 6 '17 at 11:25













      @Mr.EU For biblatex you have to use AtBeginBibliography{linespread{1}selectfont}.

      – karlkoeller
      Apr 6 '17 at 15:34





      @Mr.EU For biblatex you have to use AtBeginBibliography{linespread{1}selectfont}.

      – karlkoeller
      Apr 6 '17 at 15:34











      1














      At some point I wrote or found (?) the following to make my bibliography more compact as I didn't like the standard spacing:



      % stop the bibliography from being too spaced out
      defthebibliography#1{%
      section*{References@mkboth{References}{References}}list
      {[arabic{enumi}]}{settowidthlabelwidth{[#1]}leftmarginlabelwidth
      advanceleftmarginlabelsep
      itemsepz@parsepz@topsepz@parskipz@
      usecounter{enumi}}
      defnewblock{hskip .11em plus .33em minus .07em}
      sloppyclubpenalty4000widowpenalty4000
      sfcode`.=1000relax}


      As others have said you probably also want to add something like renewcommand{baselinestretch}{1} to this in order to make the line spacing reasonable. (I agree with David's comment that double spacing is a "typographic disaster".)






      share|improve this answer




























        1














        At some point I wrote or found (?) the following to make my bibliography more compact as I didn't like the standard spacing:



        % stop the bibliography from being too spaced out
        defthebibliography#1{%
        section*{References@mkboth{References}{References}}list
        {[arabic{enumi}]}{settowidthlabelwidth{[#1]}leftmarginlabelwidth
        advanceleftmarginlabelsep
        itemsepz@parsepz@topsepz@parskipz@
        usecounter{enumi}}
        defnewblock{hskip .11em plus .33em minus .07em}
        sloppyclubpenalty4000widowpenalty4000
        sfcode`.=1000relax}


        As others have said you probably also want to add something like renewcommand{baselinestretch}{1} to this in order to make the line spacing reasonable. (I agree with David's comment that double spacing is a "typographic disaster".)






        share|improve this answer


























          1












          1








          1







          At some point I wrote or found (?) the following to make my bibliography more compact as I didn't like the standard spacing:



          % stop the bibliography from being too spaced out
          defthebibliography#1{%
          section*{References@mkboth{References}{References}}list
          {[arabic{enumi}]}{settowidthlabelwidth{[#1]}leftmarginlabelwidth
          advanceleftmarginlabelsep
          itemsepz@parsepz@topsepz@parskipz@
          usecounter{enumi}}
          defnewblock{hskip .11em plus .33em minus .07em}
          sloppyclubpenalty4000widowpenalty4000
          sfcode`.=1000relax}


          As others have said you probably also want to add something like renewcommand{baselinestretch}{1} to this in order to make the line spacing reasonable. (I agree with David's comment that double spacing is a "typographic disaster".)






          share|improve this answer













          At some point I wrote or found (?) the following to make my bibliography more compact as I didn't like the standard spacing:



          % stop the bibliography from being too spaced out
          defthebibliography#1{%
          section*{References@mkboth{References}{References}}list
          {[arabic{enumi}]}{settowidthlabelwidth{[#1]}leftmarginlabelwidth
          advanceleftmarginlabelsep
          itemsepz@parsepz@topsepz@parskipz@
          usecounter{enumi}}
          defnewblock{hskip .11em plus .33em minus .07em}
          sloppyclubpenalty4000widowpenalty4000
          sfcode`.=1000relax}


          As others have said you probably also want to add something like renewcommand{baselinestretch}{1} to this in order to make the line spacing reasonable. (I agree with David's comment that double spacing is a "typographic disaster".)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 13 '15 at 22:04









          AndrewAndrew

          31.1k34482




          31.1k34482























              0














              I cannot thank you enough for this. I had tried everything to make my bibliography single-spaced by overriding my university's template. Thank you.





              share








              New contributor




              Lorena is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.

























                0














                I cannot thank you enough for this. I had tried everything to make my bibliography single-spaced by overriding my university's template. Thank you.





                share








                New contributor




                Lorena is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.























                  0












                  0








                  0







                  I cannot thank you enough for this. I had tried everything to make my bibliography single-spaced by overriding my university's template. Thank you.





                  share








                  New contributor




                  Lorena is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  I cannot thank you enough for this. I had tried everything to make my bibliography single-spaced by overriding my university's template. Thank you.






                  share








                  New contributor




                  Lorena is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.








                  share


                  share






                  New contributor




                  Lorena is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 6 mins ago









                  LorenaLorena

                  1




                  1




                  New contributor




                  Lorena is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Lorena is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Lorena is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






























                      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%2f223014%2fmaking-bibliography-single-spaced-without-setspace-package%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

                      Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

                      Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

                      How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...