libero / editor

Expedite your production workflow with our open tools and management system
MIT License
10 stars 0 forks source link

Reference list #76

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

The reference list for the article, encompassing all works cited in the article body and appendixes.

User Stories

Author

Production staff

Éruidt

But what if . . . ?

Considerations

XML requirements

The reference list is captured as a ref-list, as a child of back. It has a title element.

<back>
    ...
    <ref-list>
        <title>References</title>
        <ref id="bib1">
            ...
        </ref>
        <ref id="bib2">
            ...
        </ref>
        ...
        <ref id="bib999">
            ...
        </ref>
    </ref-list>
</back>

Taken from: https://github.com/elifesciences/TextureRequirements/issues/69

NickDuf commented 5 years ago

Texture does support single reference lists. This feature does not completely meet eLife’s user stories