You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to directly import custom meta data from bibtex records? It seems that just defining custom meta data fields with the same name as the "pseudo bibtex" tag does not work. Could you point out which part of the code needs to be modified?
For example, I'd like to read to url from the image from a bibtex record like this: @Article{mykey,
title={My Title},
author={Author A, Author B},
year={2021},
journal={Some Journal},
image = {images/myThumbnail.png}
}
The text was updated successfully, but these errors were encountered:
Is there a way to directly import custom meta data from bibtex records? It seems that just defining custom meta data fields with the same name as the "pseudo bibtex" tag does not work. Could you point out which part of the code needs to be modified?
For example, I'd like to read to url from the image from a bibtex record like this:
@Article{mykey,
title={My Title},
author={Author A, Author B},
year={2021},
journal={Some Journal},
image = {images/myThumbnail.png}
}
The text was updated successfully, but these errors were encountered: