Italic terms in font-style="italic" titles got upright in Bibliographies
I have a book that contains italic terms (species name) in its title:
Is this behavior expected? If so, how can I modify the CSL to make the term always Italic?
The Ecology and Evolution of <span class="nocase"><i>Heliconius</i></span> ButterfliesAnd I am using the Nature CSL Styles to create bibliographies, which has a italic title style for books:
<macro name="title">And I got a upright term in the bibliographies:
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic" text-case="title"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
The Ecology and Evolution of Heliconius Butterflieshttps://s3.amazonaws.com/zotero.org/images/forums/u11030161/ox6q3vglyizxqufa74jd.png
Is this behavior expected? If so, how can I modify the CSL to make the term always Italic?
@ashrafbio88 Please start a new thread.
Is it possible to configure this behavior? Some journals do not seem to use reverse italics in their reference formatting.
https://s3.amazonaws.com/zotero.org/images/forums/u11030161/he9n1xkhf7ft7r4z6vlu.png
(from doi:10.1371/journal.pbio.3000597, PLOS biology, notice the term "Heliconius" is in italics)
Here are some examples where reverse italics is not applied:
https://s3.amazonaws.com/zotero.org/images/forums/u11030161/73k21ozlmshvd3ot2vsc.png
(from doi:10.1126/science.aaw2090, Science, the term "Heliconius" is not reversed)
https://s3.amazonaws.com/zotero.org/images/forums/u11030161/rx1u7q0ieu56mwqi5mtt.png
(from doi:10.1073/pnas.1801832115, PNAS, the term "Heliconius" is not reversed)
Is there a way to satisfy both of these scenarios?