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

The note field is omitted when converting BibTeX to Hayagriva #182

Open
tomas-vl opened this issue Jul 1, 2024 · 0 comments
Open

The note field is omitted when converting BibTeX to Hayagriva #182

tomas-vl opened this issue Jul 1, 2024 · 0 comments

Comments

@tomas-vl
Copy link

tomas-vl commented Jul 1, 2024

Input t.bib:

@book{test_1,
    note = {This is a test!}
}

Expected output:

test_1:
  type: book
  note: "This is a test!"

Real output:

test_1:
  type: book

I've notices that when converting a BibTeX file into a Hayagriva file, the note field is omitted. (I ran the command hayagriva t.bib using Hayagriva v0.5.3. This bug is also carried into Typst: CSL styles which use the note field cannot use it when the user is working with a BibTeX file directly.)

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