pnas2011.bst silently ignores url and urldate fields used in example bibliography #2

Open
opened 2026-06-26 15:18:30 +00:00 by mk2376 · 0 comments

The example file navodila-za-pisanje.bib uses url = {https://...} and urldate = {YYYY-MM-DD} fields throughout (entries: pdfa, friweb, lidija, andersen2012kinect, video, nenajkrajsi, slovarji, knuth, biblatex, ctan, howtopdfa, Islovar, sdrv, fran).
However, the ENTRY block in style/pnas2011.bst does not declare url or urldate as recognized fields:

ENTRY
  { address author booktitle chapter edition editor howpublished
    institution journal key month note number organization pages
    publisher school series title type volume year doi }

BibTeX silently drops unrecognized fields. This means all URLs and access dates from the example bibliography are lost in the rendered output without any warning.

image

The example file `navodila-za-pisanje.bib` uses `url = {https://...}` and `urldate = {YYYY-MM-DD}` fields throughout (entries: `pdfa`, `friweb`, `lidija`, `andersen2012kinect`, `video`, `nenajkrajsi`, `slovarji`, `knuth`, `biblatex`, `ctan`, `howtopdfa`, `Islovar`, `sdrv`, `fran`). However, the `ENTRY` block in `style/pnas2011.bst` does not declare `url` or `urldate` as recognized fields: ```bib ENTRY { address author booktitle chapter edition editor howpublished institution journal key month note number organization pages publisher school series title type volume year doi } ``` BibTeX silently drops unrecognized fields. This means all URLs and access dates from the example bibliography are lost in the rendered output without any warning. ![image](/attachments/5afc196a-285a-419e-89dc-4edb0d3d7be6)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
UL-FRI/thesis-paper#2
No description provided.