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

Royal Society of Chemistry style missing spaces in citation for articles #7070

Open
JamesxX opened this issue Jun 3, 2024 · 1 comment
Open

Comments

@JamesxX
Copy link

JamesxX commented Jun 3, 2024

<if variable="page">
<text macro="issued"/>
<text variable="volume" font-weight="bold"/>
<text variable="page"/>
</if>

Groups are not appropriately separated. Suggest:

              <if variable="page">
                <group delimiter=", ">
                  <text macro="issued"/>
                  <text variable="volume" font-weight="bold"/>
                  <text variable="page"/>
                  </group>
                </if>
@POBrien333
Copy link
Contributor

You're more than happy to contribute the fix yourself. There is no need for opening an issue if you already know the solution. :)

https://github.com/citation-style-language/styles/blob/master/CONTRIBUTING.md

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