Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple bibliographies per topic (etc.) #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 13, 2023

  1. Support multiple bibliographies per topic (etc.)

    The full list of changes is:
    - Support multiple bibliographies per topic, i.e., in the
      'bibliography' metadata, allow topic entries to be list-valued
    - Support the same topic structure for the 'references' metadata
      item, so can override references per topic
    - Ignore duplicate references, i.e. if the same reference exists in
      multiple topics (the first one encountered is used, but this is not
      satisfactory because the topic processing order is indeterminate).
      Note that something had to be done here, because these duplicates
      would have the same ids and therefore would be ambiguous
    - Take some changes from the diverged multiple-bibliographies repo,
      notably don't use utils.citeproc() because it doesn't have a 'quiet'
      option (which is needed for the second pass)
    - Fix an undefined 'orig_bib' bug (that probably caused no problems)
    - Add filters to renumber citations in the case where they're referenced
      by citation number. These filters won't do anything in other cases,
      but nevertheless probably shouldn't be here
    wlupton committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    dd7de57 View commit details
    Browse the repository at this point in the history