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

Bibliography changes on authors, editors, publishers, dates #2071

Merged

Commits on Jun 28, 2024

  1. refactor(packages): Split bibtex support code and parse author earlier

    Move name parsing functions borrowed from nbibtex and biblatex
    compatibility rules to a "support" subfolder.
    Split and parse author names earlier (at entry consolidation,
    rather than each time a citation is produced).
    Omikhleia authored and Didier Willis committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    af5d928 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. fix(packages): Parse and split all bibtex name fields

    Omikhleia authored and Didier Willis committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    f647da5 View commit details
    Browse the repository at this point in the history
  2. test(packages): Update editor/translator expectation on bibtex tests

    Omikhleia authored and Didier Willis committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    a5fe2a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f3ed79 View commit details
    Browse the repository at this point in the history
  4. test(packages): Update date/month expectation on bibtex tests

    Omikhleia authored and Didier Willis committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    6830f01 View commit details
    Browse the repository at this point in the history
  5. fix(packages): Use non-breakable space in bibTeX name splitting, not …

    …tilde
    Omikhleia authored and Didier Willis committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    74b2fa7 View commit details
    Browse the repository at this point in the history