Setspace: Make only text body double-spaced and everything else single-spaced











up vote
2
down vote

favorite
1












For the following MWE, I would like to make only the text body double-spaced without affecting chapter titles and references environment.



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

usepackage[doublespacing]{setspace}
usepackage{lipsum}

begin{document}

chapter{Chapter\Title}

lipsum[1]

nocite{*}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


enter image description here





enter image description here










share|improve this question




















  • 1




    Remove the option when loading the package and instead add doublespacing when you really want to start double spacing. Use singlespacing to stop double.
    – Johannes_B
    Aug 2 '16 at 11:27






  • 1




    addtokomafont{disposition}{singlespacing} or better addtokomafont{disposition}{linespread{1}}
    – Johannes_B
    Aug 2 '16 at 11:36








  • 2




    As far as i know, setspace does the job best :-)
    – Johannes_B
    Aug 2 '16 at 11:50






  • 1




    @OP It is worth reading the comments provided with the setspace package for a sense of why the solution is likely to be less than ideal. @Johannes_B The singlespace environment would be more appropriate than singlespacing as the adjustments made are different. I don't know how linespread compares, but singlespacing is intended for use in the preamble and adds a baselineskip. singlespace adds and then subtracts a baselineskip and is intended for use within the document for portions of text.
    – cfr
    Aug 2 '16 at 12:18






  • 1




    I meant the suggested solution using singlespacing. And, no, I can't provide a good solution. Sorry. As I say, you should read the comments in setspace to understand why not.
    – cfr
    Aug 2 '16 at 12:45















up vote
2
down vote

favorite
1












For the following MWE, I would like to make only the text body double-spaced without affecting chapter titles and references environment.



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

usepackage[doublespacing]{setspace}
usepackage{lipsum}

begin{document}

chapter{Chapter\Title}

lipsum[1]

nocite{*}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


enter image description here





enter image description here










share|improve this question




















  • 1




    Remove the option when loading the package and instead add doublespacing when you really want to start double spacing. Use singlespacing to stop double.
    – Johannes_B
    Aug 2 '16 at 11:27






  • 1




    addtokomafont{disposition}{singlespacing} or better addtokomafont{disposition}{linespread{1}}
    – Johannes_B
    Aug 2 '16 at 11:36








  • 2




    As far as i know, setspace does the job best :-)
    – Johannes_B
    Aug 2 '16 at 11:50






  • 1




    @OP It is worth reading the comments provided with the setspace package for a sense of why the solution is likely to be less than ideal. @Johannes_B The singlespace environment would be more appropriate than singlespacing as the adjustments made are different. I don't know how linespread compares, but singlespacing is intended for use in the preamble and adds a baselineskip. singlespace adds and then subtracts a baselineskip and is intended for use within the document for portions of text.
    – cfr
    Aug 2 '16 at 12:18






  • 1




    I meant the suggested solution using singlespacing. And, no, I can't provide a good solution. Sorry. As I say, you should read the comments in setspace to understand why not.
    – cfr
    Aug 2 '16 at 12:45













up vote
2
down vote

favorite
1









up vote
2
down vote

favorite
1






1





For the following MWE, I would like to make only the text body double-spaced without affecting chapter titles and references environment.



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

usepackage[doublespacing]{setspace}
usepackage{lipsum}

begin{document}

chapter{Chapter\Title}

lipsum[1]

nocite{*}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


enter image description here





enter image description here










share|improve this question















For the following MWE, I would like to make only the text body double-spaced without affecting chapter titles and references environment.



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

usepackage[doublespacing]{setspace}
usepackage{lipsum}

begin{document}

chapter{Chapter\Title}

lipsum[1]

nocite{*}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


enter image description here





enter image description here







koma-script line-spacing setspace






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 6 '16 at 8:46









Johannes_B

20.6k249198




20.6k249198










asked Aug 2 '16 at 11:19









Diaa

2,60211644




2,60211644








  • 1




    Remove the option when loading the package and instead add doublespacing when you really want to start double spacing. Use singlespacing to stop double.
    – Johannes_B
    Aug 2 '16 at 11:27






  • 1




    addtokomafont{disposition}{singlespacing} or better addtokomafont{disposition}{linespread{1}}
    – Johannes_B
    Aug 2 '16 at 11:36








  • 2




    As far as i know, setspace does the job best :-)
    – Johannes_B
    Aug 2 '16 at 11:50






  • 1




    @OP It is worth reading the comments provided with the setspace package for a sense of why the solution is likely to be less than ideal. @Johannes_B The singlespace environment would be more appropriate than singlespacing as the adjustments made are different. I don't know how linespread compares, but singlespacing is intended for use in the preamble and adds a baselineskip. singlespace adds and then subtracts a baselineskip and is intended for use within the document for portions of text.
    – cfr
    Aug 2 '16 at 12:18






  • 1




    I meant the suggested solution using singlespacing. And, no, I can't provide a good solution. Sorry. As I say, you should read the comments in setspace to understand why not.
    – cfr
    Aug 2 '16 at 12:45














  • 1




    Remove the option when loading the package and instead add doublespacing when you really want to start double spacing. Use singlespacing to stop double.
    – Johannes_B
    Aug 2 '16 at 11:27






  • 1




    addtokomafont{disposition}{singlespacing} or better addtokomafont{disposition}{linespread{1}}
    – Johannes_B
    Aug 2 '16 at 11:36








  • 2




    As far as i know, setspace does the job best :-)
    – Johannes_B
    Aug 2 '16 at 11:50






  • 1




    @OP It is worth reading the comments provided with the setspace package for a sense of why the solution is likely to be less than ideal. @Johannes_B The singlespace environment would be more appropriate than singlespacing as the adjustments made are different. I don't know how linespread compares, but singlespacing is intended for use in the preamble and adds a baselineskip. singlespace adds and then subtracts a baselineskip and is intended for use within the document for portions of text.
    – cfr
    Aug 2 '16 at 12:18






  • 1




    I meant the suggested solution using singlespacing. And, no, I can't provide a good solution. Sorry. As I say, you should read the comments in setspace to understand why not.
    – cfr
    Aug 2 '16 at 12:45








1




1




Remove the option when loading the package and instead add doublespacing when you really want to start double spacing. Use singlespacing to stop double.
– Johannes_B
Aug 2 '16 at 11:27




Remove the option when loading the package and instead add doublespacing when you really want to start double spacing. Use singlespacing to stop double.
– Johannes_B
Aug 2 '16 at 11:27




1




1




addtokomafont{disposition}{singlespacing} or better addtokomafont{disposition}{linespread{1}}
– Johannes_B
Aug 2 '16 at 11:36






addtokomafont{disposition}{singlespacing} or better addtokomafont{disposition}{linespread{1}}
– Johannes_B
Aug 2 '16 at 11:36






2




2




As far as i know, setspace does the job best :-)
– Johannes_B
Aug 2 '16 at 11:50




As far as i know, setspace does the job best :-)
– Johannes_B
Aug 2 '16 at 11:50




1




1




@OP It is worth reading the comments provided with the setspace package for a sense of why the solution is likely to be less than ideal. @Johannes_B The singlespace environment would be more appropriate than singlespacing as the adjustments made are different. I don't know how linespread compares, but singlespacing is intended for use in the preamble and adds a baselineskip. singlespace adds and then subtracts a baselineskip and is intended for use within the document for portions of text.
– cfr
Aug 2 '16 at 12:18




@OP It is worth reading the comments provided with the setspace package for a sense of why the solution is likely to be less than ideal. @Johannes_B The singlespace environment would be more appropriate than singlespacing as the adjustments made are different. I don't know how linespread compares, but singlespacing is intended for use in the preamble and adds a baselineskip. singlespace adds and then subtracts a baselineskip and is intended for use within the document for portions of text.
– cfr
Aug 2 '16 at 12:18




1




1




I meant the suggested solution using singlespacing. And, no, I can't provide a good solution. Sorry. As I say, you should read the comments in setspace to understand why not.
– cfr
Aug 2 '16 at 12:45




I meant the suggested solution using singlespacing. And, no, I can't provide a good solution. Sorry. As I say, you should read the comments in setspace to understand why not.
– cfr
Aug 2 '16 at 12:45










1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










To not use double-spacing for the headings you could add setstretch{1} to the setting of font element disposition:



addtokomafont{disposition}{setstretch{1}}


As alternative you also could use linespread{1}, but in this case you should additionally append selectfont to the font element somewhere after the linespead command. Otherwise, if a sectioning level would not have a font setting the activation of the new line-spread would be missing.



If you want a sequence of you document without double-spacing use either environment singlespace or command singlespacing. But if you would use this before a chapter heading, the vertical space above the chapter head would change. So for the bibliography better use it after the heading, e.g., using AfterBibliographyPreamble.



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

usepackage[doublespacing]{setspace}
usepackage{lipsum}

addtokomafont{disposition}{setstretch{1}}

begin{document}

chapter{Chapter\Title}

lipsum[1]

nocite{*}

AfterBibliographyPreamble{singlespacing}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


results in:



enter image description here



You could also use the opposite: Use doublespacing environment only for those sequences of your document that should be double-spaced:



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

usepackage{setspace}
usepackage{lipsum}

addtokomafont{disposition}{setstretch{1}}

begin{document}

chapter{Chapter\Title}

begin{doublespacing}
lipsum[1]
end{doublespacing}

nocite{*}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


Here the space about chapter heading would be different from the example above:



enter image description here






share|improve this answer























  • Thanks for your answer. May I know what you mean by adding selectfont in your statement "as alternative you also could use linespread{1}, but in this case you should also add selectfont"? Where should I add it?
    – Diaa
    May 1 '17 at 15:40






  • 1




    @DiaaAbidou: See fntguide, section 2.2.
    – Schweinebacke
    May 2 '17 at 6:58













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',
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%2f322018%2fsetspace-make-only-text-body-double-spaced-and-everything-else-single-spaced%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








up vote
2
down vote



accepted










To not use double-spacing for the headings you could add setstretch{1} to the setting of font element disposition:



addtokomafont{disposition}{setstretch{1}}


As alternative you also could use linespread{1}, but in this case you should additionally append selectfont to the font element somewhere after the linespead command. Otherwise, if a sectioning level would not have a font setting the activation of the new line-spread would be missing.



If you want a sequence of you document without double-spacing use either environment singlespace or command singlespacing. But if you would use this before a chapter heading, the vertical space above the chapter head would change. So for the bibliography better use it after the heading, e.g., using AfterBibliographyPreamble.



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

usepackage[doublespacing]{setspace}
usepackage{lipsum}

addtokomafont{disposition}{setstretch{1}}

begin{document}

chapter{Chapter\Title}

lipsum[1]

nocite{*}

AfterBibliographyPreamble{singlespacing}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


results in:



enter image description here



You could also use the opposite: Use doublespacing environment only for those sequences of your document that should be double-spaced:



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

usepackage{setspace}
usepackage{lipsum}

addtokomafont{disposition}{setstretch{1}}

begin{document}

chapter{Chapter\Title}

begin{doublespacing}
lipsum[1]
end{doublespacing}

nocite{*}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


Here the space about chapter heading would be different from the example above:



enter image description here






share|improve this answer























  • Thanks for your answer. May I know what you mean by adding selectfont in your statement "as alternative you also could use linespread{1}, but in this case you should also add selectfont"? Where should I add it?
    – Diaa
    May 1 '17 at 15:40






  • 1




    @DiaaAbidou: See fntguide, section 2.2.
    – Schweinebacke
    May 2 '17 at 6:58

















up vote
2
down vote



accepted










To not use double-spacing for the headings you could add setstretch{1} to the setting of font element disposition:



addtokomafont{disposition}{setstretch{1}}


As alternative you also could use linespread{1}, but in this case you should additionally append selectfont to the font element somewhere after the linespead command. Otherwise, if a sectioning level would not have a font setting the activation of the new line-spread would be missing.



If you want a sequence of you document without double-spacing use either environment singlespace or command singlespacing. But if you would use this before a chapter heading, the vertical space above the chapter head would change. So for the bibliography better use it after the heading, e.g., using AfterBibliographyPreamble.



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

usepackage[doublespacing]{setspace}
usepackage{lipsum}

addtokomafont{disposition}{setstretch{1}}

begin{document}

chapter{Chapter\Title}

lipsum[1]

nocite{*}

AfterBibliographyPreamble{singlespacing}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


results in:



enter image description here



You could also use the opposite: Use doublespacing environment only for those sequences of your document that should be double-spaced:



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

usepackage{setspace}
usepackage{lipsum}

addtokomafont{disposition}{setstretch{1}}

begin{document}

chapter{Chapter\Title}

begin{doublespacing}
lipsum[1]
end{doublespacing}

nocite{*}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


Here the space about chapter heading would be different from the example above:



enter image description here






share|improve this answer























  • Thanks for your answer. May I know what you mean by adding selectfont in your statement "as alternative you also could use linespread{1}, but in this case you should also add selectfont"? Where should I add it?
    – Diaa
    May 1 '17 at 15:40






  • 1




    @DiaaAbidou: See fntguide, section 2.2.
    – Schweinebacke
    May 2 '17 at 6:58















up vote
2
down vote



accepted







up vote
2
down vote



accepted






To not use double-spacing for the headings you could add setstretch{1} to the setting of font element disposition:



addtokomafont{disposition}{setstretch{1}}


As alternative you also could use linespread{1}, but in this case you should additionally append selectfont to the font element somewhere after the linespead command. Otherwise, if a sectioning level would not have a font setting the activation of the new line-spread would be missing.



If you want a sequence of you document without double-spacing use either environment singlespace or command singlespacing. But if you would use this before a chapter heading, the vertical space above the chapter head would change. So for the bibliography better use it after the heading, e.g., using AfterBibliographyPreamble.



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

usepackage[doublespacing]{setspace}
usepackage{lipsum}

addtokomafont{disposition}{setstretch{1}}

begin{document}

chapter{Chapter\Title}

lipsum[1]

nocite{*}

AfterBibliographyPreamble{singlespacing}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


results in:



enter image description here



You could also use the opposite: Use doublespacing environment only for those sequences of your document that should be double-spaced:



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

usepackage{setspace}
usepackage{lipsum}

addtokomafont{disposition}{setstretch{1}}

begin{document}

chapter{Chapter\Title}

begin{doublespacing}
lipsum[1]
end{doublespacing}

nocite{*}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


Here the space about chapter heading would be different from the example above:



enter image description here






share|improve this answer














To not use double-spacing for the headings you could add setstretch{1} to the setting of font element disposition:



addtokomafont{disposition}{setstretch{1}}


As alternative you also could use linespread{1}, but in this case you should additionally append selectfont to the font element somewhere after the linespead command. Otherwise, if a sectioning level would not have a font setting the activation of the new line-spread would be missing.



If you want a sequence of you document without double-spacing use either environment singlespace or command singlespacing. But if you would use this before a chapter heading, the vertical space above the chapter head would change. So for the bibliography better use it after the heading, e.g., using AfterBibliographyPreamble.



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

usepackage[doublespacing]{setspace}
usepackage{lipsum}

addtokomafont{disposition}{setstretch{1}}

begin{document}

chapter{Chapter\Title}

lipsum[1]

nocite{*}

AfterBibliographyPreamble{singlespacing}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


results in:



enter image description here



You could also use the opposite: Use doublespacing environment only for those sequences of your document that should be double-spaced:



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

usepackage{setspace}
usepackage{lipsum}

addtokomafont{disposition}{setstretch{1}}

begin{document}

chapter{Chapter\Title}

begin{doublespacing}
lipsum[1]
end{doublespacing}

nocite{*}

bibliographystyle{plainnat}
bibliography{refs}

end{document}


Here the space about chapter heading would be different from the example above:



enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 15 at 17:54









Loes

74




74










answered Apr 18 '17 at 11:51









Schweinebacke

20.9k4373




20.9k4373












  • Thanks for your answer. May I know what you mean by adding selectfont in your statement "as alternative you also could use linespread{1}, but in this case you should also add selectfont"? Where should I add it?
    – Diaa
    May 1 '17 at 15:40






  • 1




    @DiaaAbidou: See fntguide, section 2.2.
    – Schweinebacke
    May 2 '17 at 6:58




















  • Thanks for your answer. May I know what you mean by adding selectfont in your statement "as alternative you also could use linespread{1}, but in this case you should also add selectfont"? Where should I add it?
    – Diaa
    May 1 '17 at 15:40






  • 1




    @DiaaAbidou: See fntguide, section 2.2.
    – Schweinebacke
    May 2 '17 at 6:58


















Thanks for your answer. May I know what you mean by adding selectfont in your statement "as alternative you also could use linespread{1}, but in this case you should also add selectfont"? Where should I add it?
– Diaa
May 1 '17 at 15:40




Thanks for your answer. May I know what you mean by adding selectfont in your statement "as alternative you also could use linespread{1}, but in this case you should also add selectfont"? Where should I add it?
– Diaa
May 1 '17 at 15:40




1




1




@DiaaAbidou: See fntguide, section 2.2.
– Schweinebacke
May 2 '17 at 6:58






@DiaaAbidou: See fntguide, section 2.2.
– Schweinebacke
May 2 '17 at 6:58




















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f322018%2fsetspace-make-only-text-body-double-spaced-and-everything-else-single-spaced%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)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?