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

Allow multiple publishers #151

Open
tingerrr opened this issue Apr 10, 2024 · 0 comments
Open

Allow multiple publishers #151

tingerrr opened this issue Apr 10, 2024 · 0 comments

Comments

@tingerrr
Copy link

Hayagriva should support sequences for publishers.

The book I am citing was published in cooperation by MIT press and McGraw-Hill. I can of course simply put both of them into a single publisher field, but once I translate my thesis, I will surely forget to change "und" to "and" in the formatted string.

Here is what I would've written:

the-big-book:
  # ...
  publisher:
    - MIT Press
    - McGraw-Hill
  # ...

And here is what I ended up writing to work around this:

the-big-book:
  # ...
  publisher: MIT Press und McGraw-Hill
  # ...

Here's the full citation for testing:

the-big-book:
  type: book
  title: Introduction to Algorithms
  author:
    - Cormen, Thomas H.
    - Leiserson, Charles E.
    - Rivest, Ronald L.
    - Stein, Clifford
  edition: 3
  date: 2009
  publisher:
    - MIT Press
    - McGraw-Hill
  serial:
    isbn: 0-262-03384-4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant