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

Some fields are missing in bibliography when using a BibLaTeX file #68

Open
maucejo opened this issue Jan 24, 2025 · 0 comments
Open

Some fields are missing in bibliography when using a BibLaTeX file #68

maucejo opened this issue Jan 24, 2025 · 0 comments

Comments

@maucejo
Copy link

maucejo commented Jan 24, 2025

Hi all,

I am facing a problem when importing my bibliography, since some fields are not displayed when it is in *bib format, while they are displayed when it is in the *yml format.

To illustrate the problem I am facing, let’s take the following *bib and *yml files.

% biblio.bib
@phdthesis{Auc07,
  author  = {M. Aucejo},
  title   = {Vibro-acoustique des structures immergées sous écoulement turbulent},
  type = {Thèse de doctorat},
  school  = {Insa de Lyon},
  year    = {2007}
}

// biblio.yml
Auc07:
  type: thesis
  title: Vibro-acoustique des structures immergées sous écoulement turbulent
  author: M. Aucejo
  genre: Thèse de doctorat
  publisher: Insa de Lyon
  date: 2007

// Note that I have to put the school name in the publisher field, since the field organization doesn't display

Here are the results. For the *bib file

@Auc07

#bibliography("biblio.bib/yml")

Image

For the *.yml file

Image

As you can see, when using the *bib file some information is missing and I don’t figure out why. So, I suspect that these fields are not parsed, but I don't know Rust enough to propose a PR.

Thank you.

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