Skip to content

Commit

Permalink
Add chapter section in bibliography (JabRef#4732)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzgairin committed Apr 28, 2020
1 parent 366dbc1 commit d70c2a4
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions el-profesional-de-la-informacion.csl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<category field="social_science"/>
<issn>1386-6710</issn>
<eissn>1699-2407</eissn>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2020-04-27T22:06:38+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>
<locale>
Expand Down Expand Up @@ -77,7 +77,7 @@
</group>
<text macro="title"/>
<choose>
<if type="paper-conference" match="any">
<if type="chapter paper-conference" match="any">
<text variable="container-title" prefix="En: " font-style="italic"/>
</if>
<else>
Expand All @@ -89,13 +89,17 @@
<if type="book" match="any">
<group delimiter=", ">
<text macro="publisher"/>
<choose>
<if variable="ISBN">
<text variable="ISBN" prefix="ISBN "/>
</if>
</choose>
<text variable="ISBN" prefix="ISBN "/>
</group>
</if>
<else-if type="chapter" match="any">
<text macro="publisher" suffix=". "/>
<group delimiter=" " suffix=". ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
<text variable="ISBN" prefix="ISBN "/>
</else-if>
<else>
<group delimiter=", ">
<text variable="volume" prefix="v. "/>
Expand Down

0 comments on commit d70c2a4

Please sign in to comment.