Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need paragraph spacing in references #267

Open
quang-huynh opened this issue Oct 29, 2024 · 1 comment
Open

Need paragraph spacing in references #267

quang-huynh opened this issue Oct 29, 2024 · 1 comment

Comments

@quang-huynh
Copy link

From the National CSAS team, the Outside Quillback Res Doc requires: Correct paragraph spacing of citations in REFERENCES CITED to 6 pt before and after

Currently no spacing is provided (but I recall seeing it about a year ago):

image

@quang-huynh quang-huynh changed the title Need paragraph spacing in Need paragraph spacing in references Oct 29, 2024
@cgrandin
Copy link
Contributor

cgrandin commented Oct 30, 2024

I added a fix (b4e6c61), but it only works for new documents. To fix for yours, you need to go into your csl folder in your project, and edit each of the two *.csl files within. Find the following line and change entry-spacing to "1":

Before:
<bibliography hanging-indent="true" entry-spacing="0">
After:
<bibliography hanging-indent="true" entry-spacing="1">

Save the changes and re-compile your document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants