Skip to content

Question about sort_OmittedBibRefMixedNumericStyle #28

@jgm

Description

@jgm

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions