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

csl-validity restored as per issue #150 #1

Merged
merged 1 commit into from
Apr 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions primer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Finally, a real independent CSL style, one that actually defines a citation form
<name>Bill Johnson</name>
</contributor>
<category citation-format="author-date"/>
<category field="science">
<category field="science"/>
<updated>2014-10-15T18:17:09+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
Expand Down Expand Up @@ -389,18 +389,20 @@ Finally, a real independent CSL style, one that actually defines a citation form
<key macro="issued-year"/>
<key variable="title"/>
</sort>
<layout suffix="." delimiter=", ">
<group delimiter=". ">
<text macro="author"/>
<text macro="issued-year"/>
<text variable="title"/>
<text variable="container-title"/>
</group>
<group>
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
<layout suffix=".">
<group delimiter=", ">
<group delimiter=". ">
<text macro="author"/>
<text macro="issued-year"/>
<text variable="title"/>
<text variable="container-title"/>
</group>
<group>
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
<text variable="page"/>
</group>
<text variable="page"/>
</layout>
</bibliography>
</style>
Expand Down