-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Something I don't understand here.
The layout is
<choose>
<if match="none" type="personal_communication">
<group delimiter=". ">
<text variable="citation-number"/>
<group delimiter=", ">
<text macro="author" />
<text variable="title"/>
</group>
</group>
</if>
</choose>
I would assume that this means that items with type personal_communication
produce no output. But oddly, the expected RESULT includes the citation number:
<div class="csl-bib-body">
<div class="csl-entry">1. Anderson, Book One</div>
<div class="csl-entry">2. [CSL STYLE ERROR: reference with no printed form.]</div>
<div class="csl-entry">3. Crane, Book Two</div>
</div>
See the 2.
in the second entry. Why?
(Edit: the second entry has type personal_communication
.)
Metadata
Metadata
Assignees
Labels
No labels