Eprint identifier show up in my bbliography entries

  • Thread starter Thread starter ehrenfest
  • Start date Start date
AI Thread Summary
To display the eprint identifier in bibliography entries, users should place the .bst files from the provided link in their LaTeX path, typically found in directories like /usr/local/texlive/2007/texmf-dist/bibtex/bst/ or /usr/local/texlive/texmf-local/bibtex/bst/. If the title field is not appearing in the PDF despite being included in the .bib file, users may need to check their .bst file settings or ensure that the correct citation style is being used that supports the title field. Adjusting the .bst file or switching to a compatible style may resolve the issue.
ehrenfest
Messages
2,001
Reaction score
1
http://arxiv.org/hypertex/bibstyles/

I want to make the eprint identifier show up in my bbliography entries. Where do I put the .bst files shown at the link above?
 
Physics news on Phys.org


Anywhere in your latex path. If you don't know what that means, just search your file system for other .bst files and put them there. On my machine this would be /usr/local/texlive/2007/texmf-dist/bibtex/bst/ or /usr/local/texlive/texmf-local/bibtex/bst/. Your mileage may vary.
 
Last edited:


Thanks. Now, I can get the eprint field to appear but now for some reason the "title" field is not appearing in my pdf document even though I type it into the .bib file. How can I change that?
 
Back
Top